Skip to content

Commit

Permalink
[fix](ut) repair segcompaction ut (apache#38165)
Browse files Browse the repository at this point in the history
SegcompactionTest is disabled by apache#16068 due to some code clean up, it
needs to be repaired

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
zhannngchen and github-actions[bot] committed Jul 22, 2024
1 parent aff3f29 commit d92fd7b
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 273 deletions.
1 change: 0 additions & 1 deletion be/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ list(REMOVE_ITEM UT_FILES
${CMAKE_CURRENT_SOURCE_DIR}/olap/rowset/segment_v2/frame_of_reference_page_test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/olap/rowset/segment_v2/plain_page_test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/olap/rowset/segment_v2/rle_page_test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/olap/segcompaction_test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/runtime/decimal_value_test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/runtime/result_buffer_mgr_test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/util/decompress_test.cpp
Expand Down
Loading

0 comments on commit d92fd7b

Please sign in to comment.