[DNM] setup.cfs: use no-patch-threads branch of teuthology #72
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Testing unit test fix by using teuthology with a new commit: VallariAg/teuthology@b7e20cb.
To understand the cause of problem...
I created a new file test_new:
and ran
pytest tests/test_new.py::test_read_main --full-trace
Then added
import teuthology
to the file and it starts hanging!With --full-trace, I get a gevent traceback. Which means teuthology and TestClient are clashing somehow.
I've seen these gevent problems before with teuthology import. Not patching threads in teuthology fixed it.
So testing it again here.
Contribution Guidelines
To sign and test your commits, please refer to Contibution guidelines.
Checklist