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 f7a325a [Refactor]Refactor function computeScanRangeAssignmentByColocate (#5097) add 85076b5 [UT] fix test_env & add a sample (#5085) No new revisions were added by this update. Summary of changes: be/CMakeLists.txt | 4 +- be/src/olap/storage_engine.cpp | 4 + be/src/runtime/CMakeLists.txt | 1 - be/src/runtime/disk_io_mgr.cc | 5 +- be/src/runtime/runtime_state.h | 2 - be/src/runtime/test_env.cc | 100 ------------------ be/src/runtime/tmp_file_mgr.h | 2 +- be/test/runtime/CMakeLists.txt | 2 +- be/test/runtime/memory_scratch_sink_test.cpp | 21 +--- be/test/runtime/test_env.cc | 151 +++++++++++++++++++++++++++ be/{src => test}/runtime/test_env.h | 26 +++-- 11 files changed, 182 insertions(+), 136 deletions(-) delete mode 100644 be/src/runtime/test_env.cc create mode 100644 be/test/runtime/test_env.cc rename be/{src => test}/runtime/test_env.h (78%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org