chore: rekres #8660
Annotations
8 errors and 1 notice
|
run-e2e-talemu:
e2e/talemu/installation_media.spec.ts#L183
4) [talemu] › e2e/talemu/installation_media.spec.ts:15:1 › Download installation media › Download the image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForEvent: Test timeout of 90000ms exceeded.
=========================== logs ===========================
waiting for event "download"
============================================================
181 |
182 | const [download] = await Promise.all([
> 183 | page.waitForEvent('download'),
| ^
184 | isoRow.getByLabel('download').click(),
185 | ])
186 |
at /tmp/test/e2e/talemu/installation_media.spec.ts:183:12
at /tmp/test/e2e/talemu/installation_media.spec.ts:172:3
|
|
run-e2e-talemu:
e2e/talemu/installation_media.spec.ts#L0
4) [talemu] › e2e/talemu/installation_media.spec.ts:15:1 › Download installation media › Download the image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
|
run-e2e-talemu:
e2e/talemu/installation_media.spec.ts#L180
4) [talemu] › e2e/talemu/installation_media.spec.ts:15:1 › Download installation media › Download the image
Error: expect(received).toBe(expected) // Object.is equality
Expected: "https://factory.talos.dev/image/b13ecb648250c2c39081e0d491841b0e7e34fe05b33041f0b30f5c039b37a9cc/1.12.0/metal-arm64-secureboot.iso"
Received: "https://factory.talos.dev/image//1.12.0/metal-arm64-secureboot.iso"
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
178 | await expect
179 | .poll(async () => await page.evaluate(() => navigator.clipboard.readText()))
> 180 | .toBe(`https://factory.talos.dev/image/${schematicId}/1.12.0/metal-arm64-secureboot.iso`)
| ^
181 |
182 | const [download] = await Promise.all([
183 | page.waitForEvent('download'),
at /tmp/test/e2e/talemu/installation_media.spec.ts:180:8
at /tmp/test/e2e/talemu/installation_media.spec.ts:172:3
|
|
run-e2e-talemu:
e2e/auth_fixtures.ts#L29
3) [talemu] › e2e/talemu/home.spec.ts:77:1 › Download talosconfig ────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('heading', { name: 'Home' }) to be visible
at auth_fixtures.ts:29
27 | await page.getByRole('button', { name: 'Continue', exact: true }).click()
28 |
> 29 | await page.getByRole('heading', { name: 'Home' }).waitFor()
| ^
30 |
31 | if (await page.getByText('Cookies for a Better Experience').isVisible()) {
32 | await page.getByRole('button', { name: 'Accept', exact: true }).click()
at Object.base.extend.auth.auto (/tmp/test/e2e/auth_fixtures.ts:29:57)
|
|
run-e2e-talemu:
e2e/talemu/home.spec.ts#L0
3) [talemu] › e2e/talemu/home.spec.ts:77:1 › Download talosconfig ────────────────────────────────
Test timeout of 30000ms exceeded while setting up "auth".
|
|
run-e2e-talemu:
e2e/talemu/clusters.spec.ts#L40
2) [talemu] › e2e/talemu/clusters.spec.ts:23:1 › Create cluster using machine classes › Create cluster
Error: expect(locator).toHaveValue(expected) failed
Locator: getByRole('textbox', { name: 'Cluster Name:' })
Expected pattern: /^talos-default/
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveValue" with timeout 5000ms
- waiting for getByRole('textbox', { name: 'Cluster Name:' })
38 |
39 | // There is some code to put a default value in the input which we must wait for to prevent being overridden
> 40 | await expect(page.getByRole('textbox', { name: 'Cluster Name:' })).toHaveValue(/^talos-default/)
| ^
41 | await page.getByRole('textbox', { name: 'Cluster Name' }).fill(clusterName)
42 |
43 | const controlPlanes = page.getByRole('listitem', { name: 'control planes' })
at /tmp/test/e2e/talemu/clusters.spec.ts:40:72
at /tmp/test/e2e/talemu/clusters.spec.ts:36:3
|
|
run-e2e-talemu:
e2e/auth_fixtures.ts#L26
1) [talemu-setup] › e2e/talemu/talemu.setup.ts:8:1 › setup default machine class ─────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Password' })
at auth_fixtures.ts:26
24 |
25 | await page.getByRole('textbox', { name: 'Email address' }).fill(process.env.AUTH_USERNAME)
> 26 | await page.getByRole('textbox', { name: 'Password' }).fill(process.env.AUTH_PASSWORD)
| ^
27 | await page.getByRole('button', { name: 'Continue', exact: true }).click()
28 |
29 | await page.getByRole('heading', { name: 'Home' }).waitFor()
at Object.base.extend.auth.auto (/tmp/test/e2e/auth_fixtures.ts:26:61)
|
|
run-e2e-talemu:
e2e/talemu/talemu.setup.ts#L0
1) [talemu-setup] › e2e/talemu/talemu.setup.ts:8:1 › setup default machine class ─────────────────
Test timeout of 30000ms exceeded while setting up "auth".
|
|
run-e2e-talemu
4 flaky
[talemu-setup] › e2e/talemu/talemu.setup.ts:8:1 › setup default machine class ──────────────────
[talemu] › e2e/talemu/clusters.spec.ts:23:1 › Create cluster using machine classes ─────────────
[talemu] › e2e/talemu/home.spec.ts:77:1 › Download talosconfig ─────────────────────────────────
[talemu] › e2e/talemu/installation_media.spec.ts:15:1 › Download installation media ────────────
30 passed (4.8m)
|
background
wait
wait-all
cancel
parallel
Loading