Commit 7f2a6b7
authored
Fixes to vCPU-ms test (#1183)
Fixes and tweaks for the get-vcpu-ms test, which was failing in CI for the unrelated PR #1182.
- **Use more verbose failure in get-vcpu-ms test**, so we know which assertion failed
- **Formatting fixes**, because I don't know JS style
- **Fix spacing around truthy debug message**, because it put the space in the wrong place
- **Weaken assertion around vCPU startup time: >=0, not >0**, because apparently the runtime's startup is so good now that this assertion fails1 parent 5baaa01 commit 7f2a6b7
File tree
2 files changed
+7
-5
lines changed- integration-tests/js-compute/fixtures/app/src
2 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | | - | |
18 | | - | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments