github-actions[bot] commented on code in PR #67876:
URL: https://github.com/apache/doris/pull/67876#discussion_r3990741208


##########
regression-test/suites/mtmv_p0/ivm/test_ivm_fallback_stream_multi_batch.groovy:
##########
@@ -16,10 +16,6 @@
 // under the License.
 
 suite("test_ivm_fallback_stream_multi_batch", "nonConcurrent") {
-    if (isCloudMode()) {

Review Comment:
   These two fallback-stream suites still will not run in the standard Cloud 
regression jobs. Both this suite and `_dup` remain tagged `nonConcurrent`; the 
harness classifies that group as `SINGLE`, but 
`regression-test/pipeline/cloud_p0/run.sh` invokes the framework with 
`-runNonConcurrent false` (and Cloud P1 uses the same runner), so it returns 
before scheduling them. The separate nonConcurrent lane is a shared-nothing 
deployment, not a Cloud/MetaService cluster. Removing `nonConcurrent` is not 
safe either because this unscoped all-FE debug point can affect concurrent IVM 
tasks. Please add an isolated Cloud non-concurrent execution path, or redesign 
the fixture/debug point so these suites can be selected safely in Cloud; 
deleting the runtime guard alone only enables manual direct invocation, not the 
stated ordinary Cloud coverage.



-- 
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