Commit 24fdb52
authored
Pass stack trace limit to parallel workers, and always convert to number (microsoft#22527)
* Pass stackTraceLimit to parallel workers
Specifying it breaks some output, both in parallel and normal runners.
I'll look at that in another commit, probably another PR, depending on
how simple the problem is.
* Always convert stackTraceLimit to a number
Sometimes it's not a number, even though the type claims it is.1 parent 8d172aa commit 24fdb52Copy full SHA for 24fdb52
3 files changed
+9-2Lines changed: 9 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/harness
- parallel
- unittests
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/harness/parallel/host.ts
Copy file name to clipboardExpand all lines: src/harness/parallel/host.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
144 | 144 | |
145 | 145 | |
146 | 146 | |
147 | | - |
| 147 | + |
148 | 148 | |
149 | 149 | |
150 | 150 | |
|
Collapse file
+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
88 | 88 | |
89 | 89 | |
90 | 90 | |
| 91 | + |
91 | 92 | |
92 | 93 | |
93 | 94 | |
| ||
132 | 133 | |
133 | 134 | |
134 | 135 | |
| 136 | + |
135 | 137 | |
136 | 138 | |
137 | | - |
| 139 | + |
| 140 | + |
138 | 141 | |
139 | 142 | |
140 | 143 | |
|
Collapse file
src/harness/unittests/session.ts
Copy file name to clipboardExpand all lines: src/harness/unittests/session.ts+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
421 | 421 | |
422 | 422 | |
423 | 423 | |
| 424 | + |
424 | 425 | |
| 426 | + |
425 | 427 | |
426 | 428 | |
| 429 | + |
427 | 430 | |
428 | 431 | |
429 | 432 | |
430 | 433 | |
| 434 | + |
431 | 435 | |
432 | 436 | |
433 | 437 | |
|
0 commit comments