From faaa51fa9dbc25ba577731c5129654f806d1a7cb Mon Sep 17 00:00:00 2001 From: zhannngchen <48427519+zhannngchen@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:39:25 +0800 Subject: [PATCH] [fix](regression-test) test_nested_type_with_rowstore is flaky (#31121) --- .../nested_types/query/test_nested_type_with_rowstore.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regression-test/suites/datatype_p0/nested_types/query/test_nested_type_with_rowstore.groovy b/regression-test/suites/datatype_p0/nested_types/query/test_nested_type_with_rowstore.groovy index 4f8d0e741e..78234b7251 100644 --- a/regression-test/suites/datatype_p0/nested_types/query/test_nested_type_with_rowstore.groovy +++ b/regression-test/suites/datatype_p0/nested_types/query/test_nested_type_with_rowstore.groovy @@ -51,6 +51,8 @@ suite("test_nested_type_with_rowstore") { } } + sql "sync" + // select and check qt_sql """ select * from ct_table order by id;""" // point sql