File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1195,7 +1195,8 @@ Y_UNIT_TEST_SUITE(KqpLimits) {
1195
1195
1196
1196
UNIT_ASSERT_VALUES_EQUAL (plan[" Plan" ][" Node Type" ].GetStringSafe (), " Query" );
1197
1197
UNIT_ASSERT_VALUES_EQUAL (plan[" Plan" ][" Plans" ][0 ][" Node Type" ].GetStringSafe (), " ResultSet" );
1198
- UNIT_ASSERT_VALUES_EQUAL (plan[" Plan" ][" Plans" ][0 ][" Plans" ][0 ][" Node Type" ].GetStringSafe (), " Stage" );
1198
+ UNIT_ASSERT (plan[" Plan" ][" Plans" ][0 ][" Plans" ][0 ][" Node Type" ].GetStringSafe () == " Stage"
1199
+ || plan[" Plan" ][" Plans" ][0 ][" Plans" ][0 ][" Node Type" ].GetStringSafe () == " Collect" );
1199
1200
UNIT_ASSERT_VALUES_EQUAL (plan[" Plan" ][" Plans" ][0 ][" Plans" ][0 ][" Plans" ][0 ][" Node Type" ].GetStringSafe (), " Merge" );
1200
1201
UNIT_ASSERT_VALUES_EQUAL (plan[" Plan" ][" Plans" ][0 ][" Plans" ][0 ][" Plans" ][0 ][" SortColumns" ].GetArraySafe ()[0 ], " Key (Asc)" );
1201
1202
You can’t perform that action at this time.
0 commit comments