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] MlMappingsUpgradeIT testMappingsUpgrade can fail depending on order of other tests #37763

Closed
droberts195 opened this issue Jan 23, 2019 · 1 comment
Assignees
Labels
:ml Machine learning >test-failure Triaged test failures from CI

Comments

@droberts195
Copy link
Contributor

org.elasticsearch.upgrades.MlMappingsUpgradeIT testMappingsUpgrade has failed in a few builds:

The problem is that another test deletes the index this test is asserting on - if they run in the wrong order then it fails.

@droberts195 droberts195 added >test-failure Triaged test failures from CI :ml Machine learning labels Jan 23, 2019
@droberts195 droberts195 self-assigned this Jan 23, 2019
@droberts195
Copy link
Contributor Author

Muted on master in 6a5d9d9

droberts195 added a commit to droberts195/elasticsearch that referenced this issue Jan 23, 2019
Made the test tolerant to index upgrade being run
in between the old/mixed/upgraded portions.  This
can occur because the rolling upgrade tests all
share the same indices.

Fixes elastic#37763
droberts195 added a commit that referenced this issue Jan 27, 2019
Made the test tolerant to index upgrade being run
in between the old/mixed/upgraded portions.  This
can occur because the rolling upgrade tests all
share the same indices.

Fixes #37763
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ml Machine learning >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

1 participant