forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix nightly functional tests failures for datascience #6591
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
50e9b54
Fix stack trace issues
rchiodo 3d7b8d5
Attempt to fix restart issues with restart kernel.
rchiodo ceddc34
Add async dump for long running test
rchiodo 5a0c405
Fix loop for session
rchiodo 35f589f
Merge remote-tracking branch 'origin/master' into rchiodo/debugger_ni…
rchiodo 1f179e5
Try waiting longer for shutdown
rchiodo f1c7eac
Put async dump back the way it was before.
rchiodo 0beab00
Use pypi to install ptvsd
rchiodo 5835c9d
Add more logging
rchiodo 391cc98
More logging
rchiodo 053d41e
More logging
rchiodo c379710
Just run functional tests
rchiodo ad03953
Merge remote-tracking branch 'origin/master' into rchiodo/debugger_ni…
rchiodo ce2816a
Merge remote-tracking branch 'origin/master' into rchiodo/debugger_ni…
rchiodo f9a2362
Remote ready session work. Only wait for ready on restart.
rchiodo efcdc46
Fix debugger tests. Try not shutting down during restart
rchiodo 0131a32
More logging
rchiodo c79d99e
Put off restart session
rchiodo 8b7c3cb
Add some more logging
rchiodo b4c79f3
More logging
rchiodo 688fcf0
More logging
rchiodo 454a945
Fix restart bug
rchiodo 60bd05b
More logging
rchiodo 69d8ecb
Linter errors
rchiodo c9d9b65
Loop for idle for restart
rchiodo 05b7ef7
Fix linter errors
rchiodo 47dfc5a
Merge from master
rchiodo e21dff9
Let ptvsd be installed
rchiodo b18222f
Update package-lock
rchiodo 2167246
Remove some logging
rchiodo 0403199
Put ptvsd back in the functional requirements. Installer isn't working
rchiodo 9acdbc9
Remove some logging and put back full nightly
rchiodo c264909
Remove some logging
rchiodo 628f2c7
Up timeout to 90 minutes
rchiodo 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,4 +4,4 @@ jupyter | |
| numpy | ||
| matplotlib | ||
| pandas | ||
| livelossplot | ||
| livelossplot | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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.
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.
Ian you should be able to remove this once you fix the install bug.