OpenSearch/x-pack/plugin/searchable-snapshots
Armin Braun 7fbdcb5e00
Fix SearchableSnapshotsIntegTests.testCreateAndRestoreSearchableSnapshot (#65343) (#65351)
The recovery stats assertions in this test ran without any waiting for
the recoveries to actually finish. The fact that they ran after the concurrent
searches checks generally meant that they would pass (because of searches warming caches
+ general relative slowness of searches) but there is no hard guarantees this will work
reliably as the pre-fetch threads which will update the recovery state might still be slow
to do so randomly, causing the assertions to trip.

closes #65302
2020-11-23 12:30:18 +01:00
..
qa Deprecate Repository Stats API (#62297) (#62308) 2020-09-14 14:57:38 +02:00
src Fix SearchableSnapshotsIntegTests.testCreateAndRestoreSearchableSnapshot (#65343) (#65351) 2020-11-23 12:30:18 +01:00
build.gradle Enable searchable snapshots in release builds (#62201) 2020-09-10 11:20:12 +02:00