Skip to content

Single sorting test case fails on different environments #143

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

Open
mvar opened this issue Dec 22, 2015 · 0 comments
Open

Single sorting test case fails on different environments #143

mvar opened this issue Dec 22, 2015 · 0 comments
Labels

Comments

@mvar
Copy link
Member

mvar commented Dec 22, 2015

// Case #6: mode set to avg on integer array.

Expected order: 1 3 4 2
Usually when fails returns: 3 1 4 2
But once returned: 3 4 1 2

Test results:

Elasticsearch Shards Result
2.1.1 1 Runs
2.1.1 2 Fails
2.1.1 3 Runs
2.1.1 4 Fails
1.7.3 1 Runs
1.7.3 2 Runs
1.7.3 3 Fails
1.7.3 4 Fails

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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant