-
Notifications
You must be signed in to change notification settings - Fork 177
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
rl/e2e configure orchestrator #2443
Conversation
9c48519
to
fc79445
Compare
Codecov Report
@@ Coverage Diff @@
## master #2443 +/- ##
===================================================
- Coverage 55.05601% 55.02383% -0.03219%
===================================================
Files 94 94
Lines 19729 19726 -3
===================================================
- Hits 10862 10854 -8
- Misses 8265 8270 +5
Partials 602 602
Continue to review full report at Codecov.
|
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.
Thanks for the PR Redouane. I added a few comments. Other than that:
- Could you update the Checklist in the PR description (either check the box or cross out the whole point if it's not related)
- There is something weird about why your test takes so much time to execute and why you had to split it into 2 tests.
I tried to do all the required steps manually using devtool and livepeer_cli. And doing them manually took only 1.5 min. So, I guess your test should take no more than 1.5 min. I recored a movie of the steps. Could you please check and try it yourself and then try to see what's wrong with the test you wrote?
2022-06-15.12-44-32.mp4
I think I know what's happening. It's actually when changing |
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.
Thanks @red-0ne for all the work. Added some more comments. They are mainly about:
- Removing the time-consuming withdraw stake part
- Some restructure of the tests for the sake of readability
Other than that, the tests are fine. I'm happy we have them :)
fbb56c0
to
6ca67be
Compare
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.
Added one comment. Other than that LGTM 👍
Thanks for the good work @red-0ne
Co-authored-by: Rafał Leszko <[email protected]>
What does this pull request do? Explain your changes. (required)
E2E test orchestrator configuration
Specific updates (required)
How did you test each of these updates (required)
Tests with
./test.sh
and./test_e2e.sh
passDoes this pull request close any open issues?
Fixes #2421
Checklist:
make
runs successfully./test.sh
passREADME and other documentation updated