Skip to content

📦 v1.2.57 (#1351) #4626

📦 v1.2.57 (#1351)

📦 v1.2.57 (#1351) #4626

Triggered via push September 10, 2024 21:00
Status Success
Total duration 2m 47s
Artifacts

tests.yml

on: push
Matrix: End-to-End Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 47 warnings, and 3 notices
End-to-End Tests (ubuntu-latest, e2e-svelte): node_modules/.pnpm/@types+react@18.2.22/node_modules/@types/react/index.d.ts#L39
Cannot find module 'csstype'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
End-to-End Linter: node_modules/.pnpm/@types+react@18.2.22/node_modules/@types/react/index.d.ts#L39
Cannot find module 'csstype'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
src/routes/handle/test.ts:5:1 › handle fetch remembers server-side variables: e2e/react/src/routes/handle/test.ts#L24
1) src/routes/handle/test.ts:5:1 › handle fetch remembers server-side variables ================== page.waitForSelector: Timeout 1000ms exceeded. =========================== logs =========================== waiting for locator('[data-size="51"]') to be visible ============================================================ 22 | timeout: 1000, 23 | }) > 24 | | ^ 25 | // make sure the and variables line up 26 | await expect(page.textContent('#result')).resolves.toContain(dataUsers[1].avatarURL) 27 | await expect(getVariables()).resolves.toEqual({ userID: '2', size: 51 }) at file:///home/runner/work/houdini/houdini/e2e/react/src/routes/handle/test.ts:24:14
src/routes/optimistic-keys/test.ts:5:1 › @optimisticKey: e2e/react/src/routes/optimistic-keys/test.ts#L19
2) src/routes/optimistic-keys/test.ts:5:1 › @optimisticKey ======================================= Error: expect(received).toBe(expected) // Object.is equality Expected: "optimistic value 1" Received: "https://variety.com/wp-content/uploads/2022/03/Bruce-Willis.jpg?w=1000&h=562&crop=1" 17 | 18 | // the value in the last row should be 'optimistic value 1' > 19 | expect(await getValue()).toBe('optimistic value 1') | ^ 20 | 21 | // click on the last list in the row 22 | await page.click('[data-test-action="update"]') at file:///home/runner/work/houdini/houdini/e2e/react/src/routes/optimistic-keys/test.ts:19:28
src/routes/pagination/query/connection-backwards/test.ts:5:3 › backwards cursor paginatedQuery › loadPreviousPage: e2e/react/src/utils/testsHelper.ts#L117
3) src/routes/pagination/query/connection-backwards/test.ts:5:3 › backwards cursor paginatedQuery › loadPreviousPage Error: Not the right number of responses (selector: button[id=previous], Waited 9999ms.) Expected: 1 Received: 0 at src/utils/testsHelper.ts:117 115 | time_waiting += tim_inc 116 | > 117 | // if we have responses... Take the last one and double the number before saying, "OK we waited enough" | ^ 118 | if (timing.length > 0 && timing[timing.length - 1] * 2 < time_waiting) { 119 | waited_enough = true 120 | } at expect_n_gql (file:///home/runner/work/houdini/houdini/e2e/react/src/utils/testsHelper.ts:117:110) at expect_1_gql (file:///home/runner/work/houdini/houdini/e2e/react/src/utils/testsHelper.ts:24:19) at file:///home/runner/work/houdini/houdini/e2e/react/src/routes/pagination/query/connection-backwards/test.ts:12:5
src/routes/pagination/query/connection-bidirectional/spec.ts:5:3 › bidirectional cursor paginated query › backwards and then forwards: e2e/react/src/utils/testsHelper.ts#L117
4) src/routes/pagination/query/connection-bidirectional/spec.ts:5:3 › bidirectional cursor paginated query › backwards and then forwards Error: Not the right number of responses (selector: button[id=previous], Waited 9999ms.) Expected: 1 Received: 0 at src/utils/testsHelper.ts:117 115 | time_waiting += tim_inc 116 | > 117 | // if we have responses... Take the last one and double the number before saying, "OK we waited enough" | ^ 118 | if (timing.length > 0 && timing[timing.length - 1] * 2 < time_waiting) { 119 | waited_enough = true 120 | } at expect_n_gql (file:///home/runner/work/houdini/houdini/e2e/react/src/utils/testsHelper.ts:117:110) at expect_1_gql (file:///home/runner/work/houdini/houdini/e2e/react/src/utils/testsHelper.ts:24:19) at file:///home/runner/work/houdini/houdini/e2e/react/src/routes/pagination/query/connection-bidirectional/spec.ts:14:5
src/routes/pagination/query/connection-forwards/test.ts:5:3 › forwards cursor paginatedQuery › loadNextPage: e2e/react/src/utils/testsHelper.ts#L117
5) src/routes/pagination/query/connection-forwards/test.ts:5:3 › forwards cursor paginatedQuery › loadNextPage Error: Not the right number of responses (selector: button[id=next], Waited 9999ms.) Expected: 1 Received: 0 at src/utils/testsHelper.ts:117 115 | time_waiting += tim_inc 116 | > 117 | // if we have responses... Take the last one and double the number before saying, "OK we waited enough" | ^ 118 | if (timing.length > 0 && timing[timing.length - 1] * 2 < time_waiting) { 119 | waited_enough = true 120 | } at expect_n_gql (file:///home/runner/work/houdini/houdini/e2e/react/src/utils/testsHelper.ts:117:110) at expect_1_gql (file:///home/runner/work/houdini/houdini/e2e/react/src/utils/testsHelper.ts:24:19) at file:///home/runner/work/houdini/houdini/e2e/react/src/routes/pagination/query/connection-forwards/test.ts:12:5
End-to-End Tests (ubuntu-latest, e2e-react): node_modules/.pnpm/@types+react@18.2.22/node_modules/@types/react/index.d.ts#L39
Cannot find module 'csstype'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
End-to-End Tests (ubuntu-latest, e2e-kit): node_modules/.pnpm/@types+react@18.2.22/node_modules/@types/react/index.d.ts#L39
Cannot find module 'csstype'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
src/routes/stores/action-mutation/spec.ts:6:3 › action-mutation › happy path action-mutation : e2e/kit/src/lib/utils/testsHelper.ts#L177
1) src/routes/stores/action-mutation/spec.ts:6:3 › action-mutation › happy path action-mutation = Error: element "span[id=name-error]" must BE 👇 Expected: "*" Received: "" at src/lib/utils/testsHelper.ts:177 175 | await expect_n_gql(page, null, 0); 176 | return res; > 177 | } | ^ 178 | 179 | /** 180 | * @returns The response of graphql queries at expect_to_be (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:177:127) at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/stores/action-mutation/spec.ts:20:5
Verify Init
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/action-setup@v2.0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Verify Init
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2.0.1, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Verify Init
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Verify Init
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Verify Init
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Verify Init
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/action-setup@v2.0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Formatting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, pnpm/action-setup@v2.0.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Formatting
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Formatting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Formatting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Tests (ubuntu-latest, e2e-svelte)
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/action-setup@v2.0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
End-to-End Tests (ubuntu-latest, e2e-svelte)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2.0.1, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
End-to-End Tests (ubuntu-latest, e2e-svelte)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Tests (ubuntu-latest, e2e-svelte)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Tests (ubuntu-latest, e2e-svelte)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Tests (ubuntu-latest, e2e-svelte)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/action-setup@v2.0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2.0.1, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Tests
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Linter
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/action-setup@v2.0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
End-to-End Linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2.0.1, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
End-to-End Linter
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Linter
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Linter
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Linter
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Linter: e2e/kit/src/routes/nested-argument-fragments-masking/spec.ts#L3
'expect_1_gql' is defined but never used
End-to-End Linter: e2e/kit/src/routes/nested-argument-fragments-masking/spec.ts#L3
'expect_to_be' is defined but never used
End-to-End Tests (ubuntu-latest, e2e-react)
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/action-setup@v2.0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
End-to-End Tests (ubuntu-latest, e2e-react)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2.0.1, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: e2e/react/src/routes/pagination/query/connection-forwards/test.ts#L1
e2e/react/src/routes/pagination/query/connection-forwards/test.ts took 17.2s
Slow Test: e2e/react/src/routes/pagination/query/connection-backwards/test.ts#L1
e2e/react/src/routes/pagination/query/connection-backwards/test.ts took 17.0s
Slow Test: e2e/react/src/routes/pagination/query/connection-bidirectional/spec.ts#L1
e2e/react/src/routes/pagination/query/connection-bidirectional/spec.ts took 15.1s
End-to-End Tests (ubuntu-latest, e2e-react)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Tests (ubuntu-latest, e2e-react)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Tests (ubuntu-latest, e2e-react)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Tests (ubuntu-latest, e2e-react)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Tests (ubuntu-latest, e2e-kit)
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/action-setup@v2.0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
End-to-End Tests (ubuntu-latest, e2e-kit)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2.0.1, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
End-to-End Tests (ubuntu-latest, e2e-kit)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Tests (ubuntu-latest, e2e-kit)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Tests (ubuntu-latest, e2e-kit)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
End-to-End Tests (ubuntu-latest, e2e-kit)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
5 flaky src/routes/handle/test.ts:5:1 › handle fetch remembers server-side variables =================== src/routes/optimistic-keys/test.ts:5:1 › @optimisticKey ======================================== src/routes/pagination/query/connection-backwards/test.ts:5:3 › backwards cursor paginatedQuery › loadPreviousPage src/routes/pagination/query/connection-bidirectional/spec.ts:5:3 › bidirectional cursor paginated query › backwards and then forwards src/routes/pagination/query/connection-forwards/test.ts:5:3 › forwards cursor paginatedQuery › loadNextPage 16 passed (25.1s)
🎭 Playwright Run Summary
1 flaky src/routes/stores/action-mutation/spec.ts:6:3 › action-mutation › happy path action-mutation == 113 passed (1.1m)