-
Notifications
You must be signed in to change notification settings - Fork 2.5k
BWC Tests are failing on mixedClusterTask #5076
Description
BWC Tests on the Security repo have been failing for the last 3 days on the mixedClusterTask which upgrades one of three nodes from 2.4.0 -> 3.0.0 and ensures the upgraded node can join the cluster. I am filing the issue on core repo because on commits where BWC Tests were previously working for Security the check is now failing leading me to believe the failure is due to an upstream change.
See a recent example of BWC test failure here: https://github.com/opensearch-project/security/actions/runs/3372773855/jobs/5611052811
This is blocking multiple PRs.
* What went wrong:
Execution failed for task ':securityBwcCluster#mixedClusterTask'.
> `cluster{::securityBwcCluster0}` failed to wait for cluster health yellow after 40 SECONDS
IO error while waiting cluster
503 Service Unavailable
Previously working: https://github.com/opensearch-project/security/actions/runs/3341443487
Same commit and now failing: https://github.com/cwperks/security/actions/runs/3387995860
Link to corresponding issue in security repo: opensearch-project/security#2221