-
Notifications
You must be signed in to change notification settings - Fork 138
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 #257 : Added following test cases: #258
Conversation
Overall it looks good, I think the name of the functions should better explain what are you testing. Timeout?! Failure?! Too generic. I am also happy to know if you find writing tests comfortable with the vagrant framework |
@gianarb I have updated the function names. Please have a look. |
@parauliya can you make the timeout to fail after 5s and not 10s please? Go has a strong timeout by default that starts after 10s and I think your test fails before the timeout takes action |
@gianarb my timeout is 6s for the second action. First action complete succesfully and second action gets timeout after 6s. |
Can you rebase and squash?! I think with the new timeout your tests should work in CI as well |
Codecov Report
@@ Coverage Diff @@
## master #258 +/- ##
=======================================
Coverage 12.98% 12.98%
=======================================
Files 7 7
Lines 1186 1186
=======================================
Hits 154 154
Misses 1021 1021
Partials 11 11 Continue to review full report at Codecov.
|
1. One workflow with one worker where all the actions are successful 2. One workflow with one worker where an action gets failed 3. One workflow with one worker where an action gets timed out Signed-off-by: parauliya <[email protected]>
Signed-off-by: parauliya <[email protected]>
…kflows for one worker Signed-off-by: parauliya <[email protected]>
…ne worker. Out of two workflows one fails and one runs successfully. Signed-off-by: parauliya <[email protected]>
…timed out for same worker Signed-off-by: parauliya <[email protected]>
Signed-off-by: parauliya <[email protected]>
Currently exploring #277 . |
I see conflicts here so please can you rebase to master? |
@parauliya - Thank you for your work on this. Do you mind if I close the PR until it's ready to be looked at again? It looks like it's doing the right thing. Once you are able to make the changes, please re-open it and we'll make sure to review the PR in a more timely manner. I'm looking forward to it. |
Description
This will enhance the end to end testing area.
Why is this needed
Fixes: #257
How Has This Been Tested?
Before adding any test case, I run it locally and then push in this PR.
How are existing users impacted? What migration steps/scripts do we need?
No impact.
Checklist:
I have: