-
Notifications
You must be signed in to change notification settings - Fork 13
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 --persist mila code
bug and intermittent connection errors [MT-78]
#101
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
7860ffc
Fix --persist bug and unneeded cd $SCRATCH
lebrice ce2a366
Fix broken tests, add integration test dir
lebrice e10856f
Fix check_passwordless bug, set banner_timeout=60
lebrice 470b7ca
Remove unneeded mark and test run
lebrice 97073a1
Centralize references to connect_kwargs
lebrice 64f9b64
Remove outdated todo
lebrice 424f118
Fix bug in check_disk_quota and add test
lebrice e0479ca
Remove duplicate (moved) test_slurm_remote.py file
lebrice 14d6e59
Add/improve integration test for `mila code`
lebrice b3e640c
Hide the 'which lfs' command
lebrice e58cc39
Fix typing error in test_commands.py
lebrice 3bce143
Fix bug and misleading type for `alloc` argument
lebrice 607ed54
Change test fixture, adjust tests
lebrice 3bbceaf
Adjust the way we fetch SLURM accounts in tests
lebrice 66e1352
Fix unused imports in conftest.py
lebrice e32346b
Fix typing error in python 3.8
lebrice d51a302
Fix other type error in python 3.8
lebrice f419576
Apply suggestions from code review
lebrice 6411d30
Add a `currently_in_a_test` function
lebrice e4686bb
Fix same issue `mila serve` commands
lebrice File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
It does? That's a shame :( But this could mean a quota could also be splitted in two line right having
104
8576
instead of
1048576
?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.
Words aren't split, but what happens is that the home folder is on a single line and the rest on another line.
This here would also work the quotas somehow needed more than one line to display, also.