Skip to content

Commit

Permalink
[UT] improve partial update by column ut (StarRocks#39347)
Browse files Browse the repository at this point in the history
Reduce the data files generated by partial update in UT, to reduce log print and run time.
Signed-off-by: luohaha <18810541851@163.com>
  • Loading branch information
luohaha authored Jan 18, 2024
1 parent 27d8f8d commit 73186a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/test/storage/rowset_column_partial_update_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ TEST_P(RowsetColumnPartialUpdateTest, partial_update_two_rowset_and_check) {
TEST_P(RowsetColumnPartialUpdateTest, partial_update_too_many_segment_and_check) {
const int N = 10;
// generate M upt files in each partial rowset
const int M = 1000;
const int M = 100;
auto tablet = create_tablet(rand(), rand());
ASSERT_EQ(1, tablet->updates()->version_history_count());

Expand Down

0 comments on commit 73186a2

Please sign in to comment.