Skip to content

Commit d06d58e

Browse files
authored
Merge 3763e76 into fc6fa19
2 parents fc6fa19 + 3763e76 commit d06d58e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ydb/tests/functional/compatibility/test_stress.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,10 @@ def test_tpch1(self, store_type):
242242
"run",
243243
"--scale=1",
244244
"--exclude",
245-
# not working for row tables
246-
"17",
245+
"17", # not working for row tables
247246
"--check-canonical",
247+
"--retries",
248+
"5", # in row tables we have to retry query by design
248249
]
249250

250251
yatest.common.execute(init_command, wait=True, stdout=self.output_f, stderr=self.output_f)
@@ -300,6 +301,8 @@ def test_tpcds1(self, store_type):
300301
"--exclude",
301302
# not working for row tables
302303
"5,7,14,18,22,23,24,26,27,31,33,39,46,51,54,56,58,60,61,64,66,67,68,72,75,77,78,79,80,93",
304+
"--retries",
305+
"5", # in row tables we have to retry query by design
303306
]
304307

305308
yatest.common.execute(init_command, wait=True, stdout=self.output_f, stderr=self.output_f)

0 commit comments

Comments
 (0)