This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-64348-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from f5561492338 branch-4.1: [fix](fe) Avoid blocking external meta cache
refresh on slow miss load #64705 (#64791)
add 9793b7bb60c [test](be) Migrate variant index storage debugpoint tests
(#64348)
No new revisions were added by this update.
Summary of changes:
be/src/storage/segment/segment.cpp | 1 +
be/test/exprs/function/function_is_null_test.cpp | 11 +-
be/test/storage/index_storage_lifecycle_test.cpp | 516 +++++++
.../storage/index_storage_schema_patch_test.cpp | 53 +
.../index_storage/variant_path_index.jsonl | 2 +
.../index_storage_variant_compaction_read_test.cpp | 283 ++++
...ndex_storage_variant_compaction_schema_test.cpp | 208 +++
.../index_storage_variant_debug_point_test.cpp | 210 +++
...x_storage_variant_dynamic_path_pruning_test.cpp | 333 +++++
.../index_storage_variant_expr_pushdown_test.cpp | 471 ++++++
...ex_storage_variant_field_pattern_index_test.cpp | 796 ++++++++++
...x_storage_variant_path_index_lifecycle_test.cpp | 527 +++++++
...index_storage_variant_schema_evolution_test.cpp | 308 ++++
.../index_storage_variant_schema_patch_test.cpp | 86 ++
.../index_storage_variant_sparse_stats_test.cpp | 353 +++++
.../variant/index_storage_variant_test_base.h | 136 ++
.../variant_column_writer_reader_test.cpp | 0
.../variant_doc_mode_compaction_test.cpp | 0
.../variant_stats_calculator_test.cpp | 46 +-
.../{segment => variant}/variant_util_test.cpp | 0
be/test/testutil/index_storage_test_util.cpp | 1578 ++++++++++++++++++++
be/test/testutil/index_storage_test_util.h | 346 +++++
.../test_variant_bloom_filter.groovy | 49 +
.../suites/variant_p0/column_name.groovy | 16 +-
24 files changed, 6317 insertions(+), 12 deletions(-)
create mode 100644 be/test/storage/index_storage_lifecycle_test.cpp
create mode 100644 be/test/storage/index_storage_schema_patch_test.cpp
create mode 100644
be/test/storage/test_data/index_storage/variant_path_index.jsonl
create mode 100644
be/test/storage/variant/index_storage_variant_compaction_read_test.cpp
create mode 100644
be/test/storage/variant/index_storage_variant_compaction_schema_test.cpp
create mode 100644
be/test/storage/variant/index_storage_variant_debug_point_test.cpp
create mode 100644
be/test/storage/variant/index_storage_variant_dynamic_path_pruning_test.cpp
create mode 100644
be/test/storage/variant/index_storage_variant_expr_pushdown_test.cpp
create mode 100644
be/test/storage/variant/index_storage_variant_field_pattern_index_test.cpp
create mode 100644
be/test/storage/variant/index_storage_variant_path_index_lifecycle_test.cpp
create mode 100644
be/test/storage/variant/index_storage_variant_schema_evolution_test.cpp
create mode 100644
be/test/storage/variant/index_storage_variant_schema_patch_test.cpp
create mode 100644
be/test/storage/variant/index_storage_variant_sparse_stats_test.cpp
create mode 100644 be/test/storage/variant/index_storage_variant_test_base.h
rename be/test/storage/{segment =>
variant}/variant_column_writer_reader_test.cpp (100%)
rename be/test/storage/{compaction =>
variant}/variant_doc_mode_compaction_test.cpp (100%)
rename be/test/storage/{segment => variant}/variant_stats_calculator_test.cpp
(92%)
rename be/test/storage/{segment => variant}/variant_util_test.cpp (100%)
create mode 100644 be/test/testutil/index_storage_test_util.cpp
create mode 100644 be/test/testutil/index_storage_test_util.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]