zeng-bohan commented on PR #1301: URL: https://github.com/apache/dubbo-samples/pull/1301#issuecomment-5677433095
Follow-up on the re-triggered CI, so nobody has to dig: the one red check is another environment flake, not the change. **`Integration Test (Java11, Job1)`** (run 34936004364) failed on a container-wait timeout in an unrelated module: ``` wait for container is timeout: 602 s [dubbo-samples-applevel-override] :ErrorMsg: Run tests timeout ``` The other 21 modules in that shard passed or were correctly version-skipped; this PR's module (`dubbo-samples-triple-rest-openapi-generator`) is not in Job1's shard at all. The **same commit** (`8fa764c`) also ran in the parallel workflow run 34936004381, where all five Java11 shards — including Job1 — passed and all four JDK `Test Result` aggregators are green. The previously failing `Integration Test (Java17, Job3)` (the Docker Hub 502 leg) is green in both new runs. Summary on this head: the migrated module is exercised and green everywhere it runs; the two historical reds are (1) a Docker Hub 502 during compose setup and (2) a 602 s container-wait timeout in `dubbo-samples-applevel-override`, each contradicted by an adjacent run of the identical commit. -- 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]
