OpenCue icon indicating copy to clipboard operation
OpenCue copied to clipboard

Integration test script failures

Open n-jay opened this issue 8 months ago • 11 comments

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 Selection_255

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,

n-jay avatar Jun 14 '24 06:06 n-jay