-
Couldn't load subscription status.
- Fork 825
Proper handling of client provided request prefixes #7730
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
1224839 to
50f2889
Compare
|
/smoke-test |
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.
Minor comments, otherwise LGTM, thanks @SeungjinYang !
2d8cb54 to
04e2740
Compare
04e2740 to
4f0b5d7
Compare
|
/smoke-test -k test_cancel_launch_and_exec_async |
bdcdc7f to
4f0b5d7
Compare
|
/smoke-test -k test_cancel_launch_and_exec_async |
00709ad to
1c598f0
Compare
|
/smoke-test -k test_cancel_launch_and_exec_async |
|
/smoke-test |
Fix #7683
For
sky api logsandsky api cancel, error out if the user supplied request prefix matches multiple requests.For
sky api status, return all requests with prefix if the user supplied request prefix matches multiple requests.Tested (run the relevant ones):
bash format.sh/smoke-test(CI) orpytest tests/test_smoke.py(local)/smoke-test -k test_name(CI) orpytest tests/test_smoke.py::test_name(local)/quicktest-core(CI) orpytest tests/smoke_tests/test_backward_compat.py(local)