0AyanamiRei commented on code in PR #55751:
URL: https://github.com/apache/doris/pull/55751#discussion_r2347766520


##########
be/src/olap/rowset_builder.cpp:
##########
@@ -176,6 +166,30 @@ Status RowsetBuilder::check_tablet_version_count() {
                 "larger value.",
                 version_count, max_version_config, _tablet->tablet_id());
     }
+
+    // Do not return if injection is true for test
+    if (!(injection || (!config::disable_auto_compaction &&

Review Comment:
   That mean when we write injection test we must set `disable_auto_compaction` 
to be false (open the auto compact). 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to