Skip to content

Commit 61a34c0

Browse files
committed
style fix
1 parent 551be8e commit 61a34c0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ydb/tests/fq/kikimr/test_recovery.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def run_with_sleep(args):
3030
yatest.common.execute(program_args)
3131
time.sleep(random.uniform(time_min, time_max))
3232

33+
3334
@pytest.fixture
3435
def kikimr():
3536
kikimr_conf = StreamingOverKikimrConfig(node_count=8, cloud_mode=True)
@@ -40,6 +41,7 @@ def kikimr():
4041
kikimr.stop()
4142
kikimr.stop_mvp_mock_server()
4243

44+
4345
class TestRecovery(TestYdsBase):
4446
@classmethod
4547
def setup_class(cls):
@@ -268,7 +270,7 @@ def test_recovery(self, client, kikimr):
268270
d[n] = d[n] + 1
269271
else:
270272
d[n] = 1
271-
273+
272274
assert len(d) == 20
273275

274276
logging.debug("Restart Master node {}".format(master_node_index))
@@ -344,7 +346,7 @@ def test_ic_disconnection(self, client):
344346
for node_index in self.kikimr.control_plane.kikimr_cluster.nodes:
345347
self.kikimr.control_plane.wait_discovery(node_index)
346348

347-
self.kikimr = kikimr
349+
self.kikimr = kikimr
348350
self.init_topics("disconnection", partitions_count=2)
349351
input_topic_1 = "disconnection_i_1"
350352
input_topic_2 = "disconnection_i_2"

ydb/tests/fq/kikimr/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ PY_SRCS(
2020
)
2121

2222
TEST_SRCS(
23+
test_recovery.py
2324
test_recovery_match_recognize.py
2425
test_recovery_mz.py
2526
)

0 commit comments

Comments
 (0)