github-actions[bot] commented on code in PR #65535:
URL: https://github.com/apache/doris/pull/65535#discussion_r3599999328
##########
regression-test/suites/metrics_p0/test_delete_bitmap_metrics.groovy:
##########
@@ -17,7 +17,7 @@
import org.codehaus.groovy.runtime.IOGroovyMethods
-suite("test_delete_bitmap_metrics", "p0") {
+suite("test_delete_bitmap_metrics", "p0,nonConcurrent") {
Review Comment:
Adding `nonConcurrent` makes this suite a SINGLE suite, but
`regression-test/pipeline/cloud_p0/run.sh` invokes the framework with
`-runNonConcurrent false`, so `RegressionTest.runScripts` returns before this
suite can run. The standalone nonConcurrent pipeline is shared-nothing, and
vault P0 only scans `vault_p0`, so the new `isCloudMode()`/multi-replica fix
loses its checked-in cloud coverage. Please keep the global config mutation
serialized while retaining a cloud execution path, for example with a cloud
SINGLE phase/job or a deterministic binding that does not require reclassifying
this suite.
--
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]