-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
Quality Gate passedIssues Measures |
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. |
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
pytest
process, 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