Is there an existing issue for the same bug?
Branch Name
main (PR target)
Commit ID
7ee5091
Other Environment Information
Actual Behavior
The UT coverage job failed only in github.com/matrixorigin/matrixone/pkg/fileservice. The TestObjectStorages/aliyun/* variants timed out while connecting to the external endpoint mo-ci.oss-cn-guangzhou.aliyuncs.com (219.133.47.12:443). Representative errors from the diagnostic artifact are:
Get "https://mo-ci.oss-cn-guangzhou.aliyuncs.com/?bucketInfo": dial tcp 219.133.47.12:443: i/o timeout
Head "https://mo-ci.oss-cn-guangzhou.aliyuncs.com/...": dial tcp 219.133.47.12:443: i/o timeout
HeadBucket: request canceled, context deadline exceeded
There were no build failures. Multiple Aliyun SDK, MinIO, and AWS-wrapper subtests failed at the same external endpoint.
This occurred on PR #26540, but that PR changes only frontend data-branch output logic, its focused unit test, and its BVT SQL/result. It does not change pkg/fileservice. The immediately preceding coverage job on the identical commit succeeded: https://github.com/matrixorigin/matrixone/actions/runs/30665245694/job/91270680472
Expected Behavior
The Aliyun object-storage tests should complete reliably without intermittent CI failures caused by inability to reach their external test endpoint.
Steps to Reproduce
- Run the
MatrixOne ALL CI UT coverage job on commit 7ee509137922722402c7738f7c4bb1c0d6753fd3.
- Allow
pkg/fileservice integration tests to access the configured Aliyun test endpoint.
- Observe that the failure is nondeterministic: the prior run on the same commit passed, while run
30667879680 timed out connecting to the endpoint.
Additional information
The failure is external-network/environment related rather than caused by the PR diff. This issue tracks the flaky endpoint dependency; the unrelated failed workflow will be rerun once according to the PR CI handling policy.
Is there an existing issue for the same bug?
Branch Name
main (PR target)
Commit ID
7ee5091
Other Environment Information
Actual Behavior
The UT coverage job failed only in
github.com/matrixorigin/matrixone/pkg/fileservice. TheTestObjectStorages/aliyun/*variants timed out while connecting to the external endpointmo-ci.oss-cn-guangzhou.aliyuncs.com(219.133.47.12:443). Representative errors from the diagnostic artifact are:There were no build failures. Multiple Aliyun SDK, MinIO, and AWS-wrapper subtests failed at the same external endpoint.
This occurred on PR #26540, but that PR changes only frontend data-branch output logic, its focused unit test, and its BVT SQL/result. It does not change
pkg/fileservice. The immediately preceding coverage job on the identical commit succeeded: https://github.com/matrixorigin/matrixone/actions/runs/30665245694/job/91270680472Expected Behavior
The Aliyun object-storage tests should complete reliably without intermittent CI failures caused by inability to reach their external test endpoint.
Steps to Reproduce
MatrixOne ALL CIUT coverage job on commit7ee509137922722402c7738f7c4bb1c0d6753fd3.pkg/fileserviceintegration tests to access the configured Aliyun test endpoint.30667879680timed out connecting to the endpoint.Additional information
The failure is external-network/environment related rather than caused by the PR diff. This issue tracks the flaky endpoint dependency; the unrelated failed workflow will be rerun once according to the PR CI handling policy.