-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Remove Jenkins backend tests and add new long running stress test. #4288
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
Conversation
| DOCKER_SHA=$($ROOT_DIR/../../build-docker.sh --output-sha --no-cache) | ||
| echo "Using Docker image" $DOCKER_SHA | ||
|
|
||
| ######################## RAY BACKEND TESTS ################################# |
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.
I moved this to the front so I can see the Jenkins results more quickly, but will move back to the end before merging.
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.
On the other hand, it doesn't take very long I think, so maybe it's fine here.
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
4205432 to
1c85392
Compare
|
Test PASSed. |
This fixes #4283. It also removes almost all of the Jenkins backend tests.
test_0.pydoesn't really do anything interesting and is flaky.remove_driver_test.pyshould be covered bytest_multi_node.py, andmany_driver_test.pyshould be covered by the new stress test I added, which essentially creates drivers in an infinite loop.I also removed the
multi_node_docker_test.pyfile because that has been replaced bycluster_utils.py.