Skip to content

feat: add support for test retries [sc-20570] #2149

feat: add support for test retries [sc-20570]

feat: add support for test retries [sc-20570] #2149

Triggered via pull request July 23, 2024 15:24
Status Failure
Total duration 8m 55s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 12 warnings
trigger › Should run checks successfully: packages/cli/e2e/__tests__/trigger.spec.ts#L30
thrown: "Exceeded timeout of 30000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at e2e/__tests__/trigger.spec.ts:30:3 at Object.<anonymous> (e2e/__tests__/trigger.spec.ts:7:1)
test › Test project should run successfully: packages/cli/e2e/__tests__/test.spec.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: null at Object.<anonymous> (e2e/__tests__/test.spec.ts:19:27)
test › Should include a testOnly check: packages/cli/e2e/__tests__/test.spec.ts#L102
thrown: "Exceeded timeout of 30000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at e2e/__tests__/test.spec.ts:102:3 at Object.<anonymous> (e2e/__tests__/test.spec.ts:7:1)
test - ubuntu-latest
Process completed with exit code 1.
test - windows-latest
The job was canceled because "ubuntu-latest" failed.
trigger › Should run checks successfully: packages/cli/e2e/__tests__/trigger.spec.ts#L30
thrown: "Exceeded timeout of 30000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at e2e/__tests__/trigger.spec.ts:30:3 at Object.<anonymous> (e2e/__tests__/trigger.spec.ts:7:1)
test - windows-latest
The operation was canceled.
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: packages/cli/e2e/__tests__/fixtures/deploy-esm-project/api.check.mjs#L3
'api' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/esm-module/checks.check.ts#L3
'browserCheck' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/test-project/src/__checks__/group.check.ts#L22
'browserCheck' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/test-project/src/__checks__/heartbeat.check.ts#L3
'heartbeat' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/test-project/src/__checks__/secret.check.ts#L3
'browserCheck' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/test-project/src/services/api/api.check.ts#L4
'apiCheck' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/test-project/src/services/api/api.check.ts#L21
'skipSslApiCheck' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/test-project/src/services/api/typo.checkz.ts#L3
'apiCheck' is assigned a value but never used
test - ubuntu-latest
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/