Skip to content

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

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

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

Triggered via pull request July 19, 2024 08:05
Status Failure
Total duration 8m 25s
Artifacts

test.yml

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

Annotations

9 errors and 12 warnings
deploy › Simple project should deploy successfully: packages/cli/e2e/__tests__/deploy.spec.ts#L132
expect(received).toContain(expected) // indexOf Expected substring: "Notice: replacing version '0.0.1-dev' with latest '4.7.0'" Received string: "Parsing your project... Parsing your project... ⣾ Parsing your project... ⣽ Parsing your project... done Successfully deployed project \"Deploy Project\" to account \"***\". Ping URL of heartbeat check Heartbeat Check is https://ping.checklyhq.com/ec5540ac-1084-49e8-a26e-bb84b8a9587e. " at Object.<anonymous> (e2e/__tests__/deploy.spec.ts:132:20)
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.
deploy › Simple project should deploy successfully: packages/cli/e2e/__tests__/deploy.spec.ts#L132
expect(received).toContain(expected) // indexOf Expected substring: "Notice: replacing version '0.0.1-dev' with latest '4.7.0'" Received string: "Parsing your project... Parsing your project... - Parsing your project... done Successfully deployed project \"Deploy Project\" to account \"***\". Ping URL of heartbeat check Heartbeat Check is https://ping.checklyhq.com/9ea24154-ebfd-4fec-b661-52298930db5e. " at Object.<anonymous> (e2e/__tests__/deploy.spec.ts:132:20)
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/retry-project/src/__checks__/group.check.ts#L18
'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
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/