Replies: 1 comment 3 replies
-
Can you use this feature to get a stack trace, by putting the invocation into a timeout? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered a strange behavior of tox sometimes hanging in CI. It only affects projects which has separate
tox --parallel all --notest
prior to the actual tox run to speed things up.I tried to debug it, but I found following output in affected runs:
I'm unable to trigger the problem on purpose, it seems to be in portion random. It also seems to affect only a subset of our projects.
It seems that running the tox right away without the
tox --parallel all --notest
phase doesn't trigger the issue.Beta Was this translation helpful? Give feedback.
All reactions