Skip to content

Commit 1b7902c

Browse files
committed
Reformat
1 parent b0094f5 commit 1b7902c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bwc/test_recovery.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414

1515

1616
class RecoveryTest(NodeProvider, unittest.TestCase):
17-
NUMBER_OF_NODES = 3
1817
"""
1918
In depth testing of the recovery mechanism during a rolling restart.
2019
Based on org.elasticsearch.upgrades.RecoveryIT.java
2120
"""
2221

22+
NUMBER_OF_NODES = 3
23+
2324
def assert_busy(self, assertion, timeout=60, f=2.0):
2425
waited = 0
2526
duration = 0.1

0 commit comments

Comments
 (0)