Force anycable to use 127.0.0.1 rather than localhost to avoid ipv6 issues #3382
Annotations
3 errors, 5 warnings, and 3 notices
|
playwright/tests/limits-monitor.spec.ts#L281
1) [chromium] › tests/limits-monitor.spec.ts:275:5 › displays the limits log ─────────────────────
Error: Timed out 15000ms waiting for expect(locator).toContainText(expected)
Locator: locator('[data-test=limits-events]')
Expected string: "RED"
Received string: "TimeLevelMessage2025-03-06 02:15:38.309INST HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2025-03-06 02:15:37.919INST2 HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2025-03-06 02:15:33.309INST HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2025-03-06 02:15:33.309INST HEALTH_STATUS GROUND1STATUS = CONNECTED is GREEN2025-03-06 02:15:33.309INST HEALTH_STATUS TEMP1 = 59.545500000000004 is GREEN_HIGH (20.0)2025-03-06 02:15:32.919INST2 HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2025-03-06 02:15:32.919INST2 HEALTH_STATUS GROUND1STATUS = CONNECTED is GREEN2025-03-06 02:15:32.919INST2 HEALTH_STATUS TEMP1 = 19.090300000000013 is BLUE (-20.0 to 20.0)2025-03-06 02:15:29.309INST HEALTH_STATUS TEMP1 = 79.7731 is YELLOW_HIGH (60.0)2025-03-06 02:15:28.309INST HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2025-03-06 02:15:27.919INST2 HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2025-03-06 02:15:24.919INST2 HEALTH_STATUS TEMP1 = 59.545500000000004 is GREEN_HIGH (20.0)"
Call log:
- expect.toContainText with timeout 15000ms
- waiting for locator('[data-test=limits-events]')
6 × locator resolved to <div data-v-210db24e="" data-test="limits-events" class="v-table v-table--fixed-height v-table--has-top v-table--has-bottom v-table--hover v-theme--cosmosDark v-table--density-compact v-data-table">…</div>
- unexpected value "TimeLevelMessage2025-03-06 02:15:24.919INST2 HEALTH_STATUS TEMP1 = 59.545500000000004 is GREEN_HIGH (20.0)"
- locator resolved to <div data-v-210db24e="" data-test="limits-events" class="v-table v-table--fixed-height v-table--has-top v-table--has-bottom v-table--hover v-theme--cosmosDark v-table--density-compact v-data-table">…</div>
- unexpected value "TimeLevelMessage2025-03-06 02:15:27.919INST2 HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2025-03-06 02:15:24.919INST2 HEALTH_STATUS TEMP1 = 59.545500000000004 is GREEN_HIGH (20.0)"
- locator resolved to <div data-v-210db24e="" data-test="limits-events" class="v-table v-table--fixed-height v-table--has-top v-table--has-bottom v-table--hover v-theme--cosmosDark v-table--density-compact v-data-table">…</div>
- unexpected value "TimeLevelMessage2025-03-06 02:15:28.309INST HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2025-03-06 02:15:27.919INST2 HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2025-03-06 02:15:24.919INST2 HEALTH_STATUS TEMP1 = 59.545500000000004 is GREEN_HIGH (20.0)"
3 × locator resolved to <div data-v-210db24e="" data-test="limits-events" class="v-table v-table--fixed-height v-table--has-top v-table--has-bottom v-table--hover v-theme--cosmosDark v-table--density-compact v-data-table">…</div>
- unexpected value "TimeLevelMessage2025-03-06 02:15:29.309INST HEALTH_STATUS TEMP1 = 79.7731 is YELLOW_HIGH (60.0)2025-03-06 02:15:28.309INST HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2025-03-06 02:15:27.919INST2 HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2025-03-06 02:15:24.919INST2 HEALTH_STATUS TEMP1 = 59.545500000000004 is GREEN_HIGH (20.0)"
- locator resolved to <div data-v-210db24e="" data-test="limits-events" class="v-table v-table--fixed-height v-table--has-top v-table--has-bottom v-table--hover v-theme--cosmosDark v-table--density-compact v-data-table">…</div>
- unexpected value "TimeLevelMessage2025-03-06 02:15:32.919INST2 HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2025-03-06 02:15:32.919INST2 HEALTH_STATUS GROUND1STATUS = CONNECTED is GREEN2025-03-06 02:15:32.919INST2 HEALTH_STATUS TEMP1 = 19.090300000000013 is BLUE (-20.0 to 20.0)2025-03-06 02:15:29.309INST HEALTH_STATUS TEMP1 = 79.7731 is YELLOW_HIGH (60.0)2025-03-06 02:15:28.309INST HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2025-03-06 02:15:27.919INST2 HEALTH_STATUS GROUND2STAT
|
|
playwright/tests/table-manager.spec.ts#L1
2) [chromium] › tests/table-manager.spec.ts:223:5 › downloads binary, definition, report ─────────
Test timeout of 300000ms exceeded.
|
|
playwright/utilities.ts#L56
2) [chromium] › tests/table-manager.spec.ts:223:5 › downloads binary, definition, report ─────────
Error: page.waitForEvent: Test timeout of 300000ms exceeded.
=========================== logs ===========================
waiting for event "download"
============================================================
at ../utilities.ts:56
54 | const [download] = await Promise.all([
55 | // Start waiting for the download
> 56 | page.waitForEvent('download'),
| ^
57 | // Initiate the download
58 | page.locator(locator).click(),
59 | ])
at Utilities.download (/home/runner/work/cosmos/cosmos/playwright/utilities.ts:56:12)
at /home/runner/work/cosmos/cosmos/playwright/tests/table-manager.spec.ts:233:15
|
|
playwright/[chromium] › tests/script-runner/api.spec.ts#L1
playwright/[chromium] › tests/script-runner/api.spec.ts took 3.0m
|
|
playwright/[chromium] › tests/admin/plugins.spec.ts#L1
playwright/[chromium] › tests/admin/plugins.spec.ts took 2.3m
|
|
playwright/[chromium] › tests/command-sender.spec.ts#L1
playwright/[chromium] › tests/command-sender.spec.ts took 1.9m
|
|
playwright/[chromium] › tests/script-runner/suite.spec.ts#L1
playwright/[chromium] › tests/script-runner/suite.spec.ts took 1.9m
|
|
playwright/[chromium] › tests/packet-viewer.spec.ts#L1
playwright/[chromium] › tests/packet-viewer.spec.ts took 1.2m
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading