-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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] IndexRecoveryIT.testRerouteRecovery : Paths exist that should have been deleted #32686
Comments
Relates to #29140 |
Here is a different test that failed with the same error: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.4+periodic/190/console |
I figured out where this is coming from but I'm not sure how to fix it. The issue is, that I think ideally we should avoid creating the |
* Allow empty state directory to prevent test from failing * Closes elastic#32686
* TESTS: Relax Assertion About Deleting Shard Dir * Allow empty state directory to prevent test from failing * Closes #32686
A failure occurred in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+multijob-unix-compatibility/os=oraclelinux/38/console that suggests #34120 doesn't fix this in every case. The error is this:
Looking elsewhere in the log file it seems that The repro command for this failure was:
This didn't reproduce locally. |
It looks like #34120 hasn't been backported to 6.x yet. @original-brownbear could you take a look? |
@DaveCTurner yea sorry about that, will do either later today or tomorrow at the very latest (sorry public holiday here today and a little busy because of it :)) |
Oh I forgot about the holiday there today. Enjoy your day off and don't worry about this, I'll try and take care of it. |
* TESTS: Relax Assertion About Deleting Shard Dir * Allow empty state directory to prevent test from failing * Closes #32686
* TESTS: Relax Assertion About Deleting Shard Dir * Allow empty state directory to prevent test from failing * Closes #32686
* TESTS: Relax Assertion About Deleting Shard Dir * Allow empty state directory to prevent test from failing * Closes elastic#32686 Backport of elastic#34120 and some associated changes. Co-authored-by: Armin Braun <[email protected]>
* TESTS: Relax Assertion About Deleting Shard Dir * Allow empty state directory to prevent test from failing * Closes #32686 Backport of #34120 and some associated changes. Co-authored-by: Armin Braun <[email protected]>
Closing this since the backporting was handling by @DaveCTurner (thanks for that! :)). |
* TESTS: Relax Assertion About Deleting Shard Dir * Allow empty state directory to prevent test from failing * Closes #32686
Build failures: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.4+matrix-java-periodic/ES_BUILD_JAVA=java10,ES_RUNTIME_JAVA=java10,nodes=virtual&&linux/21/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+matrix-java-periodic/ES_BUILD_JAVA=java10,ES_RUNTIME_JAVA=java11,nodes=virtual&&linux/224/console
Root cause:
It does not reproduce:
The text was updated successfully, but these errors were encountered: