Commit Graph

18 Commits

Author SHA1 Message Date
eaf22cf3d3 [regression-test] Analyze each table after loading all tables (#31175)
Analyze may rely on row count reported by BEs, if we analyze immediately
after loading to a table, the row count of the table may be still 0
which may lead to improper behavior of analyze manager.

This change will introduce extra 70 seconds wait time for the cases affected.
"70s" is slightly lager than default value (60s) of
tablet_stat_update_interval_second fe.conf.
To reduce this duration, change tablet_stat_update_interval_second
to a smaller value, say 10 seconds and change 70s to 15s.
2024-02-21 19:18:45 +08:00
e06e976a8b [test](case) delete duplicate pipelineX cases (#27381) 2023-11-22 12:58:30 +08:00
034582bb64 [pipelineX](fix) Fix broadcast dependency hanging (#24740) 2023-09-22 12:24:32 +08:00
49d6627e31 [test](pipelinex) disable pipelinex case temporaraly #24699 2023-09-20 21:34:30 +08:00
a34757422c [regression](pipelineX) enable pipelineX test cases (#24670) 2023-09-20 16:32:03 +08:00
901ee7a8d3 [regression](pipelineX) disable pipelineX test cases (#24654) 2023-09-20 13:01:08 +08:00
ab69416922 [Bug](pipelineX) fix streaming agg (#24449)
fix streaming agg
2023-09-15 19:22:54 +08:00
d24f3efd4a [pipelineX](profile) Phase 1: refactor pipelineX detailed profile (#24322) 2023-09-15 16:14:05 +08:00
ff92b5bc29 [Bug](pipelineX) Fix runtime filter on pipelineX (#24141) 2023-09-10 20:53:54 +08:00
8336bf0b06 [regression](pipelineX) disable runtime filter for pipelineX test cases (#24119) 2023-09-08 23:31:26 +08:00
cdb1b341c7 [pipelineX](runtime filter) Support runtime filter (#24054) 2023-09-08 10:17:22 +08:00
7625d1514a [pipelineX](feature) support select operator and add TPCH test cases (#23954) 2023-09-06 15:34:31 +08:00
5fedb3285f [fix](regression) add sync for loading data to avoid case failure in multi-fe test env (#23604) 2023-08-29 15:29:51 +08:00
4766e75d4e [test](regression) add analyze after stream load (#21066) 2023-06-21 16:03:46 +08:00
d10ab474f4 [fix](test) try to let cases run in parallel (#13114) 2022-10-04 20:56:22 +08:00
6fb9337095 [fix](test) add sync for some cases and adjust data path for tpch_unique_sql_zstd_p0 (#13102) 2022-10-01 21:26:50 +08:00
e627d285e0 [chore](regression-test) add default group(p0) for regression-test (#12977) 2022-09-28 11:47:19 +08:00
2f88dfd7c5 [regression-test](unique) Add tpch sf0.1 test under unique table with zstd (#12122) 2022-08-27 21:39:09 +08:00