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

Test Action Occasionally Gets Stuck #48

Closed
shreecodes opened this issue Feb 2, 2022 · 1 comment
Closed

Test Action Occasionally Gets Stuck #48

shreecodes opened this issue Feb 2, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@shreecodes
Copy link

Hello, we're using mablhq/github-run-tests-action@v1 in some of our CI/CD workflows.

Most of the time, it works great! Occasionally, maybe 1 out of 10 times, we are seeing an issue where the action hangs on Await completion of tests, and it thinks there is still a test plan running, even if the test plan appears to be complete in the Mabl web UI. We've seen the action get stuck indefinitely, requiring a manual cancellation, or it gets killed when Github's default 6 hour max duration for a step is exceeded.

We know we can add a timeout to the test step, but it still requires manual intervention to follow up on the real test result. We'd love to keep things automated as much as possible!

@twistedpair
Copy link
Contributor

@shreecodes , thanks for reporting this issue. We've added extra timeout logic that should address cases of occasional "hanging" test runs, in v1.11.

I'm closing this as fixed for now. Please leave a comment if you see a recurrence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants