You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/12/27 14:20:07 UTC

[incubator-doris] branch master updated (85076b5 -> 11c0aaf)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 85076b5  [UT] fix test_env & add a sample (#5085)
     add 11c0aaf  [UT] Speed up BE unit test (#5131)

No new revisions were added by this update.

Summary of changes:
 be/CMakeLists.txt                                  |  2 +
 be/src/olap/rowset/segment_v2/column_reader.cpp    |  4 +-
 be/src/olap/tablet_manager.cpp                     |  2 +
 be/test/exprs/string_functions_test.cpp            |  3 +-
 be/test/exprs/topn_function_test.cpp               |  7 +++-
 be/test/olap/file_helper_test.cpp                  |  3 +-
 be/test/olap/lru_cache_test.cpp                    |  3 +-
 be/test/olap/memory/column_delta_test.cpp          |  5 ++-
 be/test/olap/memory/column_test.cpp                | 17 ++++++---
 be/test/olap/memory/mem_tablet_test.cpp            |  7 ++--
 .../rowset/segment_v2/binary_dict_page_test.cpp    |  3 +-
 .../olap/rowset/segment_v2/bitmap_index_test.cpp   |  6 ++-
 .../segment_v2/column_reader_writer_test.cpp       |  7 ++--
 be/test/olap/rowset/segment_v2/segment_test.cpp    |  3 +-
 .../rowset/unique_rowset_id_generator_test.cpp     |  5 ++-
 be/test/olap/skiplist_test.cpp                     | 21 +++--------
 be/test/plugin/plugin_zip_test.cpp                 |  4 +-
 be/test/runtime/cache/partition_cache_test.cpp     |  3 +-
 .../runtime/routine_load_task_executor_test.cpp    |  8 ++--
 be/{src/env => test/test_util}/CMakeLists.txt      | 16 ++++----
 .../utils.cpp => test/test_util/test_util.cpp}     | 44 +++++++++++-----------
 be/{src/util/md5.h => test/test_util/test_util.h}  | 20 +++-------
 be/test/util/core_local_test.cpp                   | 12 +++---
 be/test/util/counter_cond_variable_test.cpp        |  2 +-
 be/test/util/internal_queue_test.cpp               |  5 ++-
 be/test/util/new_metrics_test.cpp                  | 20 +++++-----
 be/test/util/rle_encoding_test.cpp                 |  7 ++--
 be/test/util/tdigest_test.cpp                      |  8 ++--
 28 files changed, 131 insertions(+), 116 deletions(-)
 copy be/{src/env => test/test_util}/CMakeLists.txt (80%)
 copy be/{src/util/arrow/utils.cpp => test/test_util/test_util.cpp} (53%)
 copy be/{src/util/md5.h => test/test_util/test_util.h} (75%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org