Support per-signal OTLP exporter endpoints for Hyperdx internal telemetry #8505
Annotations
3 errors, 1 warning, and 1 notice
|
Run Playwright tests (full-stack mode):
packages/app/tests/e2e/features/dashboard.spec.ts#L275
2) [chromium] › tests/e2e/features/dashboard.spec.ts:266:7 › Dashboard › should warn when closing tile editor with unsaved changes @dashboard
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('confirm-cancel-button')
273 | });
274 |
> 275 | await dashboardPage.unsavedChangesConfirmCancelButton.click();
| ^
276 | await expect(dashboardPage.unsavedChangesConfirmModal).toBeHidden();
277 | await expect(dashboardPage.chartEditor.nameInput).toHaveValue(
278 | 'My Unsaved Chart',
at /home/runner/work/hyperdx/hyperdx/packages/app/tests/e2e/features/dashboard.spec.ts:275:59
|
|
Run Playwright tests (full-stack mode):
packages/app/tests/e2e/features/dashboard.spec.ts#L0
2) [chromium] › tests/e2e/features/dashboard.spec.ts:266:7 › Dashboard › should warn when closing tile editor with unsaved changes @dashboard
Test timeout of 60000ms exceeded.
|
|
Run Playwright tests (full-stack mode):
packages/app/tests/e2e/components/ChartEditorComponent.ts#L203
1) [chromium] › tests/e2e/features/alerts.spec.ts:379:7 › Alert Creation › should create a between-threshold alert from a dashboard tile and verify on the alerts page @alerts @full-stack @full-stack › Save the tile with the alert configured
TimeoutError: locator.waitFor: Timeout 2000ms exceeded.
Call log:
- waiting for getByTestId('chart-save-button') to be hidden
9 × locator resolved to visible <button type="button" data-variant="primary" data-testid="chart-save-button" class="focus_focusRing__UFS1R mantine-active m_77c9d27d mantine-Button-root m_87cf2631 mantine-UnstyledButton-root">…</button>
at components/ChartEditorComponent.ts:203
201 | await this.saveButton.click();
202 | // Wait for save button to disappear (modal closes)
> 203 | await this.saveButton.waitFor({ state: 'hidden', timeout: 2000 });
| ^
204 | }
205 |
206 | /**
at ChartEditorComponent.save (/home/runner/work/hyperdx/hyperdx/packages/app/tests/e2e/components/ChartEditorComponent.ts:203:27)
at /home/runner/work/hyperdx/hyperdx/packages/app/tests/e2e/features/alerts.spec.ts:431:9
at /home/runner/work/hyperdx/hyperdx/packages/app/tests/e2e/features/alerts.spec.ts:430:7
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run Playwright tests (full-stack mode)
2 flaky
[chromium] › tests/e2e/features/alerts.spec.ts:379:7 › Alert Creation › should create a between-threshold alert from a dashboard tile and verify on the alerts page @alerts @full-stack @full-stack
[chromium] › tests/e2e/features/dashboard.spec.ts:266:7 › Dashboard › should warn when closing tile editor with unsaved changes @dashboard
1 skipped
38 passed (5.2m)
|
background
wait
wait-all
cancel
Loading