Commit fc794e6
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 7460e2d commit fc794e6
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 | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | 569 | | |
573 | 570 | | |
574 | 571 | | |
| |||
0 commit comments