Skip to content

Commit

Permalink
[UT]make some case sequential (StarRocks#55422)
Browse files Browse the repository at this point in the history
Signed-off-by: zombee0 <[email protected]>
  • Loading branch information
zombee0 authored Jan 24, 2025
1 parent e85b1a5 commit 463e375
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/sql/test_analyze_statistics/R/test_analyze_column
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- name: test_analyze_columnn
-- name: test_analyze_columnn @sequential
create database analyze_test_${uuid0};
-- result:
-- !result
Expand Down
2 changes: 1 addition & 1 deletion test/sql/test_analyze_statistics/R/test_predicate_columns
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- name: test_predicate_columns
-- name: test_predicate_columns @sequential
admin set frontend config ('enable_statistic_collect_on_first_load'='false');
-- result:
-- !result
Expand Down
2 changes: 1 addition & 1 deletion test/sql/test_analyze_statistics/T/test_analyze_column
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- name: test_analyze_columnn
-- name: test_analyze_columnn @sequential
create database analyze_test_${uuid0};
use analyze_test_${uuid0};

Expand Down
2 changes: 1 addition & 1 deletion test/sql/test_analyze_statistics/T/test_predicate_columns
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- name: test_predicate_columns
-- name: test_predicate_columns @sequential


admin set frontend config ('enable_statistic_collect_on_first_load'='false');
Expand Down
4 changes: 0 additions & 4 deletions test/sql/test_sort/R/test_topn
Original file line number Diff line number Diff line change
Expand Up @@ -514,10 +514,6 @@ set group_execution_min_scan_rows=1;
insert into tlow SELECT generate_series, if (generate_series<10, null, generate_series%10), generate_series, generate_series FROM TABLE(generate_series(1, 40960));
-- result:
-- !result
analyze full table tl;
-- result:
E: (1064, 'Getting analyzing error. Detail message: Table tl is not found.')
-- !result
select count(distinct c1) from tlow;
-- result:
10
Expand Down
1 change: 0 additions & 1 deletion test/sql/test_sort/T/test_topn
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ set io_tasks_per_scan_operator=1;
set group_execution_min_scan_rows=1;

insert into tlow SELECT generate_series, if (generate_series<10, null, generate_series%10), generate_series, generate_series FROM TABLE(generate_series(1, 40960));
analyze full table tl;
select count(distinct c1) from tlow;
function: wait_global_dict_ready('c1', 'tlow')

Expand Down

0 comments on commit 463e375

Please sign in to comment.