-
Notifications
You must be signed in to change notification settings - Fork 510
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
[SCP] Fine-grained failure reasons in thesky check
for SCP
#2015
Labels
Comments
We see similar output even for Lambda
|
ksasi
added a commit
to ksasi/skypilot
that referenced
this issue
Jun 18, 2023
ksasi
added a commit
to ksasi/skypilot
that referenced
this issue
Jun 18, 2023
This reverts commit c28e4ec.
romilbhardwaj
pushed a commit
that referenced
this issue
Jun 28, 2023
* Fix for issue - [Storage] Make sky storage delete parallel #1990 * [Storage] Make sky storage delete parallel #1990 #2058 * Updated test for deleting multiple buckets * Fix for issue #2015 * Revert "Fix for issue #2015" This reverts commit c28e4ec. * Moved storage object creation to a fixture (tmp_multiple_scratch_storage_obj) * Updated test_multiple_buckets_creation_and_deletion, tmp_multiple_scratch_storage_obj to account for multiple store types * Added pytest.mark.xdist_group to test_multiple_buckets_creation_and_deletion test to run all parameterized tests serially
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This issue was closed because it has been stalled for 10 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current output if
~/.scp/scp_credential
does not exist:If I don't have a
~/.scp/scp_credential
file, theReason
message on sky check should be descriptive and tell me exactly that file does not exist. Similarly, if the credentials are incorrect, we should re-word this to say credentials are invalid.We should catch each exception here separately and print out nice reasons on how to fix:
skypilot/sky/clouds/scp.py
Lines 285 to 293 in d022512
The R2 check implementation may be a good reference.
The text was updated successfully, but these errors were encountered: