OpenCue
OpenCue copied to clipboard
Integration test script failures
Describe the bug
run_integration_test.sh
script fails causing CI pipeline to fail.
To Reproduce
Run the run_integration_test.sh
script or initiate the packaging-pipeline workflow in Github Actions.
Expected behavior Integration test script runs successfully causing packaging-pipeline workflow to succeed.
Screenshots
Version Number 0.25
Additional context Failure is triggered by the following line in the integration test script: https://github.com/AcademySoftwareFoundation/OpenCue/blob/9a033a94848130d111f774f790da2d0ae09ef004/ci/run_integration_test.sh#L89
Cause is docker compose ps --format json
no longer returning a JSON array after v2.21,