This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45746-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 24a23d7e976 branch-3.0: [fix](case)fix manager regression case. #45993 (#46032) add 37d6c96dc79 [test](index compaction) Add index compaction full flow UT test (#45746) No new revisions were added by this update. Summary of changes: .../index_compaction_performance_test.cpp | 265 ++++++ .../compaction/index_compaction_test.cpp | 912 ++++++++++++++++++++- .../compaction/util/index_compaction_utils.cpp | 275 +++++-- .../inverted_index/data/sorted_wikipedia-50-1.json | 50 ++ .../inverted_index/data/sorted_wikipedia-50-2.json | 50 ++ 5 files changed, 1442 insertions(+), 110 deletions(-) create mode 100644 be/test/olap/rowset/segment_v2/inverted_index/compaction/index_compaction_performance_test.cpp create mode 100644 be/test/olap/rowset/segment_v2/inverted_index/data/sorted_wikipedia-50-1.json create mode 100644 be/test/olap/rowset/segment_v2/inverted_index/data/sorted_wikipedia-50-2.json --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org