[stable19] LDAP: fix inGroup for memberUid type of group memberships#24739
Closed
tofuSCHNITZEL wants to merge 6 commits intostable19from
Closed
[stable19] LDAP: fix inGroup for memberUid type of group memberships#24739tofuSCHNITZEL wants to merge 6 commits intostable19from
tofuSCHNITZEL wants to merge 6 commits intostable19from
Conversation
Signed-off-by: Tobias Perschon <tobias@perschon.at>
Signed-off-by: Tobias Perschon <tobias@perschon.at>
Signed-off-by: Tobias Perschon <tobias@perschon.at>
- the type check is not necessary anymore for the return type of _groupMembers() Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Tobias Perschon <tobias@perschon.at>
|
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 557: failuresqliteShow full logmariadb10.1-php7.2Show full logmariadb10.4-php7.3Show full logmysql8.0-php7.2Show full logmysql5.6-php7.2Show full logpostgres9-php7.3Show full logpostgres11-php7.2Show full log |
Contributor
Author
Member
I believe we have here an older phpunit running. The newer one makes the mocks return an empty value based on the return type hint, e.g. an empty array for arrays. The older runs just returns null. So the mocks in the tests needs to be adjusted and any important method that is call has to be made to return what is expected later on. |
Contributor
Author
|
I fear I don't understand enough about these tests to fix this.... |
|
any chance to get this backport into 19? |
Member
|
I mark this as closed, as Nextcloud 19 won't get any further releases. EDIT ... oh, don't be sad |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
backport for stable19 of #24402