Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI broken on master #12824

Closed
LukasReschke opened this issue Dec 12, 2014 · 3 comments · Fixed by #12846
Closed

CI broken on master #12824

LukasReschke opened this issue Dec 12, 2014 · 3 comments · Fixed by #12846
Assignees
Labels
Milestone

Comments

@LukasReschke
Copy link
Member

https://ci.owncloud.org//job/pull-request-analyser-ng-simple/4439/:

There were 2 failures:

1) Test\Files\Cache\Cache::testSearchByTag
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'folder'
+'foo'

/var/jenkins/workspace/pull-request-analyser-ng-simple@2/label/SLAVE/tests/lib/files/cache/cache.php:309

2) Test\Files\Cache\Wrapper\CachePermissionsMask::testSearchByTag
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'folder'
+'foo'

/var/jenkins/workspace/pull-request-analyser-ng-simple@2/label/SLAVE/tests/lib/files/cache/cache.php:309

@PVince81

@MorrisJobke
Copy link
Contributor

It's just on pgsql if that helps. cc @icewind1991

@PVince81
Copy link
Contributor

I'm on it. Strange thing that it only happens on pgsql.
I suspect it might be a sort order issue.

@PVince81
Copy link
Contributor

Fix is here: #12846
It was indeed a sort order issue

@MorrisJobke MorrisJobke added this to the 8.0-current milestone Dec 15, 2014
@lock lock bot locked as resolved and limited conversation to collaborators Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants