I see a couple of recent failures of `testRetentionPolicyChangeDuringRecovery`: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=opensuse/1797/console https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+g1gc/5410/console Also the PR build of #27856: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request/6288/console Attempting to reproduce as advised yields success for me: ``` gradle :core:test -Dtests.seed=C56DDBF5A9AE3C38 -Dtests.class=org.elasticsearch.indices.recovery.RecoveryTests -Dtests.method="testRetentionPolicyChangeDuringRecovery" -Dtests.security.manager=true -Dtests.locale=sr-Latn-ME -Dtests.timezone=PRC ``` Possibly related to work that @dnhatn & @bleskes have been doing in this area? I have no failures of this before 2017-12-16 in my email archive.
I see a couple of recent failures of
testRetentionPolicyChangeDuringRecovery:https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=opensuse/1797/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+g1gc/5410/console
Also the PR build of #27856:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request/6288/console
Attempting to reproduce as advised yields success for me:
Possibly related to work that @dnhatn & @bleskes have been doing in this area? I have no failures of this before 2017-12-16 in my email archive.