-
Notifications
You must be signed in to change notification settings - Fork 313
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
Bump upper tested version to 8.4.0 #1498
Conversation
After failing to bisect this, I finally realized the bug is not about the Elasticsearch version but the version of the track that is chosen by the Elasticsearch version. The assertions introduced in https://github.com/elastic/rally-tracks/pull/156/files#r574499734 don't seem to work at all. Even though @dliappis tested them explicitly it's easy to miss that you need to use
And since those changes have not been backported to earlier versions of the track, 7.11.0 appears to work. I'll look into the track to see if we can use assertions that make sense. |
Nevermind, the issue is specific to test mode. Running http_logs with test-mode and assertions will break. |
Heh, so ITs will fail on ARM based machines (e.g. M1 MacBooks) because there are no ARM distribution artefacts prior to 7.8.0. |
Thanks for testing this locally. At least this pull request slightly improves the situation! 😄 I think we want to keep testing 6.8.0 though, but we can skip it on M1 Mac in a future PR? |
@elasticmachine update branch |
(I had to bump to 8.4 as nyc_taxis uses a new mode mapping on the main branch) |
Untested, let's see the results.