Commit 8a4a26d
authored
SmokeTestWatcherWithSecurityIT: Retry if failures searching (#43781)
Retry if failures searching .watcher-history
Catch exceptions and fail (which allows the assertBusy to retry)
if an error happens from the search against .watcher-history.
Related: #42409
Related: #391691 parent 21a368d commit 8a4a26d
File tree
2 files changed
+7
-2
lines changed- x-pack/qa
- smoke-test-watcher-with-security/src/test/java/org/elasticsearch/smoketest
- smoke-test-watcher/src/test/java/org/elasticsearch/smoketest
2 files changed
+7
-2
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
330 | 331 | | |
331 | 332 | | |
332 | 333 | | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
333 | 338 | | |
334 | 339 | | |
335 | 340 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
220 | | - | |
| 219 | + | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments