Adding waits to resolve timing issues on test_devel_sections.py#1016
Adding waits to resolve timing issues on test_devel_sections.py#1016cathal-bailey wants to merge 2 commits into3scale-qe:mainfrom
Conversation
9034ca6 to
1bd967f
Compare
mastastny
left a comment
There was a problem hiding this comment.
We don't use sleep unless it is the only option. In this case, I would rather use backof library, as we do in other tests.
Okay, I did a quick testsuite search and I saw sleep being used in a couple of places, so I figured a backoff may be over-kill for this change. I can make that update. |
style: fix import order for pylint Replacing sleep with @backoff to implement race condition fix
1bd967f to
8e4e77a
Compare
mdujava
left a comment
There was a problem hiding this comment.
This patch contains unnecessary move of pytest.makr.issue and new blank lines
When I was testing, there appeared to be a conflict between the I will remove the unnecessary blank lines and re-commit, and I can also dig deeper into the errors coming from TESTED_VERSION, if you would rather leave the decorators as they were. |
Uh oh!
There was an error while loading. Please reload this page.