Skip to content

bump versions and

bump versions and #51

Triggered via push August 19, 2023 11:23
Status Failure
Total duration 14m 49s
Artifacts

test.yml

on: push
Matrix: integration
Fit to window
Zoom out
Zoom in

Annotations

20 errors, 10 warnings, and 2 notices
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test/basic-dev.test.ts#L19
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= "beforeAll" hook timeout of 120000ms exceeded. 17 | let appFixture: AppFixture; 18 | > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createDevFixture({ 21 | files: {}, 22 | }); at /home/runner/work/vinxi/vinxi/test/basic-dev.test.ts:19:7
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test/basic-dev.test.ts#L28
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= TypeError: Cannot read properties of undefined (reading 'close') 26 | 27 | test.afterAll(async () => { > 28 | await appFixture.close(); | ^ 29 | }); 30 | 31 | let logs: string[] = []; at file:///home/runner/work/vinxi/vinxi/test/basic-dev.test.ts:28:20
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test/basic-dev.test.ts#L19
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= Retry #1 --------------------------------------------------------------------------------------- "beforeAll" hook timeout of 120000ms exceeded. 17 | let appFixture: AppFixture; 18 | > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createDevFixture({ 21 | files: {}, 22 | }); at /home/runner/work/vinxi/vinxi/test/basic-dev.test.ts:19:7
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test/basic-dev.test.ts#L28
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= Retry #1 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'close') 26 | 27 | test.afterAll(async () => { > 28 | await appFixture.close(); | ^ 29 | }); 30 | 31 | let logs: string[] = []; at file:///home/runner/work/vinxi/vinxi/test/basic-dev.test.ts:28:20
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test/basic-dev.test.ts#L19
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= Retry #2 --------------------------------------------------------------------------------------- "beforeAll" hook timeout of 120000ms exceeded. 17 | let appFixture: AppFixture; 18 | > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createDevFixture({ 21 | files: {}, 22 | }); at /home/runner/work/vinxi/vinxi/test/basic-dev.test.ts:19:7
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test/basic-dev.test.ts#L28
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= Retry #2 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'close') 26 | 27 | test.afterAll(async () => { > 28 | await appFixture.close(); | ^ 29 | }); 30 | 31 | let logs: string[] = []; at file:///home/runner/work/vinxi/vinxi/test/basic-dev.test.ts:28:20
[chromium] › basic-prod.test.ts:62:2 › basic build › api: test/basic-prod.test.ts#L64
2) [chromium] › basic-prod.test.ts:62:2 › basic build › api ====================================== Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 500 62 | test("api", async () => { 63 | let res = await fixture.requestDocument("/api/hello"); > 64 | expect(res.status).toBe(200); | ^ 65 | expect(res.headers.get("Content-Type")).toBe("text/html"); 66 | expect(await res.text()).toBe("Hello world"); 67 | }); at file:///home/runner/work/vinxi/vinxi/test/basic-prod.test.ts:64:22
[chromium] › basic-prod.test.ts:62:2 › basic build › api: test/basic-prod.test.ts#L64
2) [chromium] › basic-prod.test.ts:62:2 › basic build › api ====================================== Retry #1 --------------------------------------------------------------------------------------- Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 500 62 | test("api", async () => { 63 | let res = await fixture.requestDocument("/api/hello"); > 64 | expect(res.status).toBe(200); | ^ 65 | expect(res.headers.get("Content-Type")).toBe("text/html"); 66 | expect(await res.text()).toBe("Hello world"); 67 | }); at file:///home/runner/work/vinxi/vinxi/test/basic-prod.test.ts:64:22
[chromium] › basic-prod.test.ts:62:2 › basic build › api: test/basic-prod.test.ts#L64
2) [chromium] › basic-prod.test.ts:62:2 › basic build › api ====================================== Retry #2 --------------------------------------------------------------------------------------- Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 500 62 | test("api", async () => { 63 | let res = await fixture.requestDocument("/api/hello"); > 64 | expect(res.status).toBe(200); | ^ 65 | expect(res.headers.get("Content-Type")).toBe("text/html"); 66 | expect(await res.text()).toBe("Hello world"); 67 | }); at file:///home/runner/work/vinxi/vinxi/test/basic-prod.test.ts:64:22
[chromium] › hmr.test.ts:47:2 › hmr › hmr ssr: test/hmr.test.ts#L23
3) [chromium] › hmr.test.ts:47:2 › hmr › hmr ssr ================================================= "beforeAll" hook timeout of 120000ms exceeded. 21 | let appFixture: AppFixture; 22 | > 23 | test.beforeAll(async () => { | ^ 24 | fixture = await createDevFixture({ 25 | files: {}, 26 | }); at /home/runner/work/vinxi/vinxi/test/hmr.test.ts:23:7
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test\basic-dev.test.ts#L19
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= "beforeAll" hook timeout of 120000ms exceeded. 17 | let appFixture: AppFixture; 18 | > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createDevFixture({ 21 | files: {}, 22 | }); at D:\a\vinxi\vinxi\test\basic-dev.test.ts:19:7
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test\basic-dev.test.ts#L28
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= TypeError: Cannot read properties of undefined (reading 'close') 26 | 27 | test.afterAll(async () => { > 28 | await appFixture.close(); | ^ 29 | }); 30 | 31 | let logs: string[] = []; at file:///D:/a/vinxi/vinxi/test/basic-dev.test.ts:28:20
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test\basic-dev.test.ts#L19
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= Retry #1 --------------------------------------------------------------------------------------- "beforeAll" hook timeout of 120000ms exceeded. 17 | let appFixture: AppFixture; 18 | > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createDevFixture({ 21 | files: {}, 22 | }); at D:\a\vinxi\vinxi\test\basic-dev.test.ts:19:7
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test\basic-dev.test.ts#L28
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= Retry #1 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'close') 26 | 27 | test.afterAll(async () => { > 28 | await appFixture.close(); | ^ 29 | }); 30 | 31 | let logs: string[] = []; at file:///D:/a/vinxi/vinxi/test/basic-dev.test.ts:28:20
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test\basic-dev.test.ts#L19
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= Retry #2 --------------------------------------------------------------------------------------- "beforeAll" hook timeout of 120000ms exceeded. 17 | let appFixture: AppFixture; 18 | > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createDevFixture({ 21 | files: {}, 22 | }); at D:\a\vinxi\vinxi\test\basic-dev.test.ts:19:7
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test\basic-dev.test.ts#L28
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= Retry #2 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'close') 26 | 27 | test.afterAll(async () => { > 28 | await appFixture.close(); | ^ 29 | }); 30 | 31 | let logs: string[] = []; at file:///D:/a/vinxi/vinxi/test/basic-dev.test.ts:28:20
[chromium] › basic-prod.test.ts:62:2 › basic build › api: test\basic-prod.test.ts#L64
2) [chromium] › basic-prod.test.ts:62:2 › basic build › api ====================================== Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 500 62 | test("api", async () => { 63 | let res = await fixture.requestDocument("/api/hello"); > 64 | expect(res.status).toBe(200); | ^ 65 | expect(res.headers.get("Content-Type")).toBe("text/html"); 66 | expect(await res.text()).toBe("Hello world"); 67 | }); at file:///D:/a/vinxi/vinxi/test/basic-prod.test.ts:64:22
[chromium] › basic-prod.test.ts:62:2 › basic build › api: test\basic-prod.test.ts#L64
2) [chromium] › basic-prod.test.ts:62:2 › basic build › api ====================================== Retry #1 --------------------------------------------------------------------------------------- Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 500 62 | test("api", async () => { 63 | let res = await fixture.requestDocument("/api/hello"); > 64 | expect(res.status).toBe(200); | ^ 65 | expect(res.headers.get("Content-Type")).toBe("text/html"); 66 | expect(await res.text()).toBe("Hello world"); 67 | }); at file:///D:/a/vinxi/vinxi/test/basic-prod.test.ts:64:22
[chromium] › basic-prod.test.ts:62:2 › basic build › api: test\basic-prod.test.ts#L64
2) [chromium] › basic-prod.test.ts:62:2 › basic build › api ====================================== Retry #2 --------------------------------------------------------------------------------------- Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 500 62 | test("api", async () => { 63 | let res = await fixture.requestDocument("/api/hello"); > 64 | expect(res.status).toBe(200); | ^ 65 | expect(res.headers.get("Content-Type")).toBe("text/html"); 66 | expect(await res.text()).toBe("Hello world"); 67 | }); at file:///D:/a/vinxi/vinxi/test/basic-prod.test.ts:64:22
[chromium] › hmr.test.ts:47:2 › hmr › hmr ssr: test\hmr.test.ts#L23
3) [chromium] › hmr.test.ts:47:2 › hmr › hmr ssr ================================================= "beforeAll" hook timeout of 120000ms exceeded. 21 | let appFixture: AppFixture; 22 | > 23 | test.beforeAll(async () => { | ^ 24 | fixture = await createDevFixture({ 25 | files: {}, 26 | }); at D:\a\vinxi\vinxi\test\hmr.test.ts:23:7
🎭 Playwright Run Summary
3 failed [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================== [chromium] › basic-prod.test.ts:62:2 › basic build › api ======================================= [chromium] › hmr.test.ts:47:2 › hmr › hmr ssr ================================================== 4 skipped 2 passed (13m)
🎭 Playwright Run Summary
3 failed [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================== [chromium] › basic-prod.test.ts:62:2 › basic build › api ======================================= [chromium] › hmr.test.ts:47:2 › hmr › hmr ssr ================================================== 4 skipped 2 passed (13m)
👀 (os: ubuntu-latest, node: 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pnpm/action-setup@v2.2.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
👀 (os: ubuntu-latest, node: 18)
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/
👀 (os: ubuntu-latest, node: 18)
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/
👀 (os: ubuntu-latest, node: 18)
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/
👀 (os: ubuntu-latest, node: 18)
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/
👀 (os: windows-latest, node: 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pnpm/action-setup@v2.2.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
👀 (os: windows-latest, node: 18)
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/
👀 (os: windows-latest, node: 18)
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/
👀 (os: windows-latest, node: 18)
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/
👀 (os: windows-latest, node: 18)
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/