Skip to content

Commit

Permalink
test: move debugger tests with --port=0 to parallel
Browse files Browse the repository at this point in the history
Before

```
❯ tools/test.py "sequential/test-debugger*"
[00:25|% 100|+  32|-   0]: Done

All tests passed.
❯ tools/test.py -J "parallel/test-debugger*"
[00:05|% 100|+   6|-   0]: Done

All tests passed.
```

After

```
❯ tools/test.py "sequential/test-debugger*"
[00:06|% 100|+   4|-   0]: Done

All tests passed.
❯ tools/test.py -J "parallel/test-debugger*"
[00:05|% 100|+  34|-   0]: Done

All tests passed.
```
  • Loading branch information
joyeecheung committed Mar 27, 2023
1 parent 512bade commit 10a1f5c
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 10a1f5c

Please sign in to comment.