Commit b554597
committed
Fix broken test caused by setting old write index to read-only verified (elastic#123190)
elastic#122887 set read-only on the source indices of a data stream reindex. To test behavior when the source index was already read-only, testDataStreamUpgrade sometimes set the old write index to read-only. But the rest end point for adding a read-only block always sets verifed-read-only. This caused the old write index to not need to be upgraded, resulting in an incorrect value for total_indices_requiring_upgrade
(cherry picked from commit 8b25a72)
# Conflicts:
# muted-tests.yml1 parent 2033eb2 commit b554597
File tree
1 file changed
+0
-3
lines changed- x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | 551 | | |
555 | 552 | | |
556 | 553 | | |
| |||
0 commit comments