-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changes from pushing to pydevd * Update some time outs to get flakey tests to pass * Fix string failure * String case backwards. Fixup test in pydevd * Using callstack for exception check not sufficient * Too restrictive on pydevd matching * Try somethign better than just checking 'pydev' * Retry a flakey test * Disable flakey tests * Another flakey test * Increase timeout for attach * Try upping timeout * Up watchdog timeout * Up some more timeouts * Try delaying shutdown of test apps * Don't output extra things that tests don't expect * Fix output differences in 3.9? Not sure what that's about * Fixup line differences in 3.9 with extra sleep * Fix linter errors * Fix breakpoint bugs
- Loading branch information
Showing
43 changed files
with
5,396 additions
and
4,872 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[pytest] | ||
testpaths=tests | ||
timeout=30 | ||
timeout=60 | ||
timeout_method=thread | ||
addopts=-n8 |
382 changes: 195 additions & 187 deletions
382
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.c
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.