Upload container logs for live tests#15713
Conversation
|
The output is inside the "docker-compose-logs" artifact, which extracts as a folder. Current name is |
|
I got rid of the trailing Once the checks pass here I'll be happy to merge this. |
|
what could have caused the permission issue here? it was fine previously and I don't remember any work around that being merged recently? |
|
I don't know. Pasting some from output: and later Locally I can confirm That all seems okay, I can read this as awx user. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. 🚀 New features to boost your workflow:
|



SUMMARY
Looking at #15705, it seems the task manager isn't running, ping @jessicamack
We need to see the logs to get hints as to what is happening, but the tests don't upload the logs.
The "live" tests are weird, sometimes server logs are emitted in the
pytestprocess, which are captured in the test output. But it's split, because some work is ping-ponged to the task system, so those logs can only be obtained by asynchronous getting the server logs after the tests finish.This is already a solved problem, but wasn't solved for these tests.
ISSUE TYPE
COMPONENT NAME