Commit cb3840a
authored
[TEST] ensure cluster is stable before running testReindex (elastic#122589) (elastic#122621)
Unable to reproduce however the coordinator node that is meant to route
the write requests might've not been ready to do so in due time.
This PR adds an ensureStableCluster in the test setup method.
Fixes elastic#1206051 parent cc8404a commit cb3840a
File tree
2 files changed
+1
-3
lines changed- modules/reindex/src/internalClusterTest/java/org/elasticsearch/index/reindex
2 files changed
+1
-3
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | 199 | | |
203 | 200 | | |
204 | 201 | | |
| |||
0 commit comments