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

Bump upper tested version to 8.4.0 #1498

Merged
merged 6 commits into from
Aug 31, 2022
Merged

Conversation

pquentin
Copy link
Member

Untested, let's see the results.

@pquentin
Copy link
Member Author

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 --enable-assertions which is disabled by default. @nik9000 Did you know about --enable-assertions?

esrally race --track=http_logs --test-mode --enable-assertions --distribution-version=7.12.0

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.

@pquentin
Copy link
Member Author

Nevermind, the issue is specific to test mode. Running http_logs with test-mode and assertions will break.

@b-deam
Copy link
Member

b-deam commented Jul 28, 2022

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.

@pquentin
Copy link
Member Author

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?

@michaelbaamonde
Copy link
Contributor

@elasticmachine update branch

@pquentin pquentin changed the title Bump upper tested version to 8.2 Bump upper tested version to 8.4.0 Aug 31, 2022
@pquentin pquentin self-assigned this Aug 31, 2022
@pquentin pquentin added this to the 2.6.1 milestone Aug 31, 2022
@pquentin pquentin merged commit 33bfbc6 into elastic:master Aug 31, 2022
@pquentin
Copy link
Member Author

(I had to bump to 8.4 as nyc_taxis uses a new mode mapping on the main branch)

@pquentin pquentin added the :misc Changes that don't affect users directly: linter fixes, test improvements, etc. label Nov 2, 2022
@pquentin pquentin deleted the it-test-8.2 branch February 16, 2023 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:misc Changes that don't affect users directly: linter fixes, test improvements, etc. tech debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants