Skip to content
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

Improvements to e2e logs #931

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Improvements to e2e logs #931

merged 1 commit into from
Dec 20, 2024

Conversation

streamer45
Copy link
Collaborator

Summary

Some minor improvements on how we print and persist logs in our e2e tests.

@streamer45 streamer45 added the 2: Dev Review Requires review by a core committer label Dec 19, 2024
@streamer45 streamer45 requested a review from cpoile December 19, 2024 23:44
@streamer45 streamer45 self-assigned this Dec 19, 2024
Comment on lines +18 to +24
# Print transcriber job logs in case of failure.
for ID in $(docker ps -a --filter=ancestor="calls-transcriber:master" --filter=status="exited" --format "{{.ID}}"); do
docker logs $ID
done

# Print recorder job logs in case of failure.
for ID in $(docker ps -a --filter=ancestor="calls-recorder:master" --filter=status="exited" --format "{{.ID}}"); do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is cool, will be super helpful, thanks

@cpoile cpoile added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Dec 20, 2024
@streamer45 streamer45 merged commit 80caec2 into main Dec 20, 2024
21 checks passed
@streamer45 streamer45 deleted the improve-e2e-logs branch December 20, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants