Skip to content

Commit

Permalink
fix unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
ywqzzy committed Mar 21, 2023
1 parent 24b4426 commit 05ebf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Flash/tests/gtest_execution_summary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ try
.filter(eq(col("s1"), col("s2")))
.limit(2)
.build(context, t);
Expect expect{{"table_scan_0", {12, concurrency}}, {"selection_1", {4, concurrency}}, {"limit_2", {2, 1}}};
Expect expect{{"table_scan_0", {12, concurrency}}, {"selection_1", {not_check_rows, concurrency}}, {"limit_2", {2, 1}}};

testForExecutionSummary(request, expect);
}
Expand Down

0 comments on commit 05ebf5a

Please sign in to comment.