2021-10-11 09:45:02 -04:00
[WILDCARD]
2022-04-16 15:51:55 -04:00
running 7 tests from ./test/steps/invalid_usage.ts
2022-04-11 12:27:17 -04:00
capturing ...
some step ... ok ([WILDCARD])
2021-10-11 09:45:02 -04:00
FAILED ([WILDCARD])
2022-04-11 12:27:17 -04:00
top level missing await ...
step ... pending ([WILDCARD])
2021-10-11 09:45:02 -04:00
FAILED ([WILDCARD])
2022-04-11 12:27:17 -04:00
inner missing await ...
step ...
inner ... pending ([WILDCARD])
2022-05-04 19:15:54 -04:00
error: Error: Parent scope completed before test step finished execution. Ensure all steps are awaited (ex. `await t.step(...)`).
2022-04-18 09:22:23 -04:00
at [WILDCARD]
at async TestContext.step [WILDCARD]
2021-10-11 09:45:02 -04:00
FAILED ([WILDCARD])
2022-05-04 19:15:54 -04:00
error: Error: There were still test steps running after the current scope finished execution. Ensure all steps are awaited (ex. `await t.step(...)`).
2022-04-16 13:51:12 -04:00
await t.step("step", (t) => {
^
2022-04-18 09:22:23 -04:00
at [WILDCARD]
2021-10-11 09:45:02 -04:00
at async fn ([WILDCARD]/invalid_usage.ts:[WILDCARD])
FAILED ([WILDCARD])
2022-04-11 12:27:17 -04:00
parallel steps with sanitizers ...
step 1 ... pending ([WILDCARD])
step 2 ... FAILED ([WILDCARD])
2022-05-04 19:15:54 -04:00
error: Error: Cannot start test step while another test step with sanitizers is running.
2021-10-11 09:45:02 -04:00
* parallel steps with sanitizers > step 1
2022-04-16 13:51:12 -04:00
await t.step("step 2", () => {});
^
2021-10-11 09:45:02 -04:00
at [WILDCARD]
2022-04-18 09:22:23 -04:00
at [WILDCARD]/invalid_usage.ts:[WILDCARD]
2021-10-11 09:45:02 -04:00
FAILED ([WILDCARD])
2022-04-11 12:27:17 -04:00
parallel steps when first has sanitizer ...
step 1 ... pending ([WILDCARD])
step 2 ... FAILED ([WILDCARD])
2022-05-04 19:15:54 -04:00
error: Error: Cannot start test step while another test step with sanitizers is running.
2021-10-11 09:45:02 -04:00
* parallel steps when first has sanitizer > step 1
2022-04-16 13:51:12 -04:00
await t.step({
^
2021-10-11 09:45:02 -04:00
at [WILDCARD]
2022-04-18 09:22:23 -04:00
at [WILDCARD]/invalid_usage.ts:[WILDCARD]
2021-10-11 09:45:02 -04:00
FAILED ([WILDCARD])
2022-04-11 12:27:17 -04:00
parallel steps when second has sanitizer ...
step 1 ... ok ([WILDCARD])
step 2 ... FAILED ([WILDCARD])
2022-05-04 19:15:54 -04:00
error: Error: Cannot start test step with sanitizers while another test step is running.
2021-10-11 09:45:02 -04:00
* parallel steps when second has sanitizer > step 1
2022-04-16 13:51:12 -04:00
await t.step({
^
2021-10-11 09:45:02 -04:00
at [WILDCARD]
2022-04-18 09:22:23 -04:00
at [WILDCARD]/invalid_usage.ts:[WILDCARD]
2021-10-11 09:45:02 -04:00
FAILED ([WILDCARD])
2022-04-11 12:27:17 -04:00
parallel steps where only inner tests have sanitizers ...
step 1 ...
step inner ... ok ([WILDCARD])
2021-10-11 09:45:02 -04:00
ok ([WILDCARD])
2022-04-11 12:27:17 -04:00
step 2 ...
step inner ... FAILED ([WILDCARD])
2022-05-04 19:15:54 -04:00
error: Error: Cannot start test step with sanitizers while another test step is running.
2021-10-11 09:45:02 -04:00
* parallel steps where only inner tests have sanitizers > step 1
2022-04-16 13:51:12 -04:00
await t.step({
^
2022-04-18 09:22:23 -04:00
at [WILDCARD]
2021-10-11 09:45:02 -04:00
at [WILDCARD]/invalid_usage.ts:[WILDCARD]
FAILED ([WILDCARD])
FAILED ([WILDCARD])
failures:
2022-05-04 19:15:54 -04:00
capturing => ./test/steps/invalid_usage.ts:[WILDCARD]
error: Error: Cannot run test step after parent scope has finished execution. Ensure any `.step(...)` calls are executed before their parent scope completes execution.
2022-04-16 13:51:12 -04:00
await capturedContext.step("next step", () => {});
^
2021-10-11 09:45:02 -04:00
at TestContext.step ([WILDCARD])
at [WILDCARD]/invalid_usage.ts:[WILDCARD]
2022-05-04 19:15:54 -04:00
top level missing await => ./test/steps/invalid_usage.ts:[WILDCARD]
error: Error: There were still test steps running after the current scope finished execution. Ensure all steps are awaited (ex. `await t.step(...)`).
2021-10-11 09:45:02 -04:00
at postValidation [WILDCARD]
at testStepSanitizer ([WILDCARD])
[WILDCARD]
2022-05-04 19:15:54 -04:00
inner missing await => ./test/steps/invalid_usage.ts:[WILDCARD]
error: Error: 1 test step failed.
2021-10-11 09:45:02 -04:00
at [WILDCARD]
2022-05-04 19:15:54 -04:00
parallel steps with sanitizers => ./test/steps/invalid_usage.ts:[WILDCARD]
error: Error: There were still test steps running after the current scope finished execution. Ensure all steps are awaited (ex. `await t.step(...)`).
2021-10-13 08:55:12 -04:00
at postValidation [WILDCARD]
at testStepSanitizer ([WILDCARD])
[WILDCARD]
2021-10-11 09:45:02 -04:00
2022-05-04 19:15:54 -04:00
parallel steps when first has sanitizer => ./test/steps/invalid_usage.ts:[WILDCARD]
error: Error: 1 test step failed.
2021-10-11 09:45:02 -04:00
at runTest ([WILDCARD])
at [WILDCARD]
2022-05-04 19:15:54 -04:00
parallel steps when second has sanitizer => ./test/steps/invalid_usage.ts:[WILDCARD]
error: Error: 1 test step failed.
2021-10-11 09:45:02 -04:00
at runTest ([WILDCARD])
at [WILDCARD]
failures:
2022-05-04 19:15:54 -04:00
capturing => ./test/steps/invalid_usage.ts:[WILDCARD]
top level missing await => ./test/steps/invalid_usage.ts:[WILDCARD]
inner missing await => ./test/steps/invalid_usage.ts:[WILDCARD]
parallel steps with sanitizers => ./test/steps/invalid_usage.ts:[WILDCARD]
parallel steps when first has sanitizer => ./test/steps/invalid_usage.ts:[WILDCARD]
parallel steps when second has sanitizer => ./test/steps/invalid_usage.ts:[WILDCARD]
parallel steps where only inner tests have sanitizers => ./test/steps/invalid_usage.ts:[WILDCARD]
2021-10-11 09:45:02 -04:00
2021-11-15 10:20:37 -05:00
test result: FAILED. 0 passed (4 steps); 7 failed (10 steps); 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
2021-10-11 09:45:02 -04:00
error: Test failed