We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FilterManagerBundle/Tests/Functional/Filters/Widget/Sort/SortTest.php
Line 153 in 6921be1
Expected order: 1 3 4 2 Usually when fails returns: 3 1 4 2 But once returned: 3 4 1 2
Test results:
Maybe this is shard related issue?
Another idea, maybe on integer field calculated average value is also integer (single result does not match this pattern)?
integer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FilterManagerBundle/Tests/Functional/Filters/Widget/Sort/SortTest.php
Line 153 in 6921be1
Expected order: 1 3 4 2
Usually when fails returns: 3 1 4 2
But once returned: 3 4 1 2
Test results:
Maybe this is shard related issue?
Another idea, maybe on
integer
field calculated average value is also integer (single result does not match this pattern)?The text was updated successfully, but these errors were encountered: