bobhan1 opened a new pull request, #64602:
URL: https://github.com/apache/doris/pull/64602

   ## Proposed changes
   
   Backport #63832 to `branch-4.1`: add table-level event-driven warm-up 
support and related FE/BE metrics, parsing, show output, and regression 
coverage.
   
   This backport also includes a small `doris-compose` compatibility fix for 
this branch so the cloud docker regression runner can accept `up --env` and 
initialize `external_ms_cluster` before cloud cluster setup. Without it, the 
docker suites fail during compose argument handling before product code is 
exercised.
   
   ## Validation
   
   - `git diff HEAD^ HEAD --check`
   - `./run-be-ut.sh --clean --run --coverage 
--filter=CloudWarmUpManagerTest.*:CloudWarmUpManagerFilterTest.*:MBvarWindowedAdderTest.*
 -j100`
   - `./run-fe-ut.sh --run 
org.apache.doris.cloud.CacheHotspotManagerTableFilterTest,org.apache.doris.cloud.CloudWarmUpJobTableFilterTest,org.apache.doris.cloud.OnTablesFilterTest,org.apache.doris.cloud.WarmUpClusterOnTablesParseTest,org.apache.doris.cloud.WarmUpStatsTest,org.apache.doris.cloud.catalog.CloudInstanceStatusCheckerTest,org.apache.doris.metric.MetricsTest`
   - `./build.sh --be --fe --cloud -j100`
   - `docker build -f docker/runtime/doris-compose/Dockerfile -t bh-cluster-2 .`
   - `DORIS_FDB_IMAGE=foundationdb/foundationdb:7.1.26-single-layer 
./run-regression-test.sh --run -d 
regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/on_tables 
-runMode=cloud -dockerSuiteParallel 1 -image bh-cluster-2`
     - Result: `Test 19 suites, failed 0 suites, fatal 0 scripts, skipped 0 
scripts`


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