Skip to content

Commit 7712f02

Browse files
authored
YQ-3763 Fix read count (try to fix flaky test) (#10644)
1 parent fdd604a commit 7712f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/fq/yds/test_yq_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def test_match_recognize_sink(self, kikimr, client, yq_version):
547547
]
548548
self.write_stream(data, self.input_topic)
549549

550-
read_data = self.read_stream(1)
550+
read_data = self.read_stream(3)
551551
logging.info("Data was read: {}".format(read_data))
552552
assert len(read_data) == 3
553553

0 commit comments

Comments
 (0)