You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): resolve flaky catalog tests by waiting for S3 bucket creation (#1599)
## Which issue does this PR close?
- Closes#1581
## What changes are included in this PR?
This ensures tests only run after the complete test environment is
initialized correctly, eliminating the timing-based failures.
- Wait for both the catalog service and the MinIO service to be ready
- Verify S3 bucket existence before proceeding with tests
- Add proper retry logic with clear logging for bucket readiness
## Are these changes tested?
Yes
Co-authored-by: Renjie Liu <[email protected]>
0 commit comments