-
Notifications
You must be signed in to change notification settings - Fork 51
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
fix: Better wait in CLI integration test #1415
fix: Better wait in CLI integration test #1415
Conversation
84abb3c
to
515769c
Compare
515769c
to
0b411d7
Compare
Codecov ReportPatch and project coverage have no change.
@@ Coverage Diff @@
## develop #1415 +/- ##
========================================
Coverage 74.90% 74.90%
========================================
Files 203 203
Lines 21072 21072
========================================
Hits 15782 15782
Misses 4210 4210
Partials 1080 1080
Flags with carried forward coverage won't be shown. Click here to find out more. see 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but suggest checking in with Shahzad first to see if this improves things for his local (I'm not sure in the chat, he might have just tried -p 1
I still see some fails on my machine even after checking into this branch:
|
## Description Improve the wait on the goroutine start a DefraCommand Thanks @AndrewSisley
Relevant issue(s)
Resolves #
Description
Improve the wait on the goroutine start a DefraCommand
Thanks @AndrewSisley
Tasks
How has this been tested?
CI & Shahzad