We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814fdd8 commit 7075122Copy full SHA for 7075122
tests/bwc/test_recovery.py
@@ -18,15 +18,15 @@ def test(self):
18
UpgradePath('4.3.0', 'latest-nightly'),
19
],
20
[
21
- self._test_recovery_with_concurrent_indexing,
22
- self._test_recovery,
23
- self._test_update_docs,
24
- self._test_recovery_closed_index,
25
- self._test_closed_index_during_rolling_upgrade,
26
- self._test_auto_expand_indices_during_rolling_upgrade,
27
- self._test_retention_leases_established_when_promoting_primary,
28
- self._test_closed_index_noop_recovery,
29
- self._test_relocation_with_concurrent_indexing
+ self._test_recovery_with_concurrent_indexing,
+ self._test_recovery,
+ self._test_update_docs,
+ self._test_recovery_closed_index,
+ self._test_closed_index_during_rolling_upgrade,
+ self._test_auto_expand_indices_during_rolling_upgrade,
+ self._test_retention_leases_established_when_promoting_primary,
+ self._test_closed_index_noop_recovery,
+ self._test_relocation_with_concurrent_indexing
30
]
31
)
32
0 commit comments