Skip to content

Commit d4d7c90

Browse files
authored
fix CTAS test (#6707)
1 parent 9dfbfa9 commit d4d7c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/ut/service/kqp_qs_queries_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2598,7 +2598,7 @@ Y_UNIT_TEST_SUITE(KqpQueryService) {
25982598
SELECT * FROM Table1 ORDER BY Key;
25992599
SELECT * FROM Table2 ORDER BY Key;
26002600
SELECT * FROM Table3 ORDER BY Key;
2601-
)", TTxControl::NoTx(), TExecuteQuerySettings().ClientTimeout(TDuration::MilliSeconds(500))).ExtractValueSync();
2601+
)", TTxControl::NoTx(), TExecuteQuerySettings()).ExtractValueSync();
26022602
UNIT_ASSERT_VALUES_EQUAL_C(result.GetStatus(), EStatus::SUCCESS, result.GetIssues().ToString());
26032603
UNIT_ASSERT_VALUES_EQUAL(result.GetResultSets().size(), 3);
26042604
// Results are empty. Snapshot was taken before tables were created, so we don't see changes after snapshot.

0 commit comments

Comments
 (0)