ci: Development workflow #1036
Annotations
2 errors, 4 warnings, and 1 notice
Launch e2e tests:
e2e/tests/all-services-view/all-services.spec.ts#L35
1) [chromium] › all-services-view/all-services.spec.ts:25:9 › All services view › Main refresh button › To preserve the user context, the panels in grid remain in place until "Refresh" is clicked
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByTestId('sceneBody').locator('[data-viz-panel-key]')
Expected: 3
Received: 1
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByTestId('sceneBody').locator('[data-viz-panel-key]')
9 × locator resolved to 1 element
- unexpected value "1"
33 | await exploreProfilesPage.selectTimeRange('Last 5 minutes');
34 |
> 35 | await expect(exploreProfilesPage.getPanels()).toHaveCount(3);
| ^
36 | await expect(exploreProfilesPage.getPanelByTitle('load-generator')).toBeVisible();
37 | await expect(exploreProfilesPage.getPanelByTitle('pyroscope')).toBeVisible();
38 | await expect(exploreProfilesPage.getPanelByTitle('ride-sharing-app')).toBeVisible();
at /app/e2e/tests/all-services-view/all-services.spec.ts:35:53
|
Launch e2e tests:
e2e/fixtures/pages/ExploreProfilesPage.ts#L140
2) [chromium] › labels-view/labels.spec.ts:9:7 › Labels view › Main UI elements ──────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Search labels (comma-separated regexes are supported)"
Received: ""
at ../fixtures/pages/ExploreProfilesPage.ts:140
138 |
139 | async assertQuickFilter(explectedPlaceholder: string, expectedValue: string, expectedResultsCount: number) {
> 140 | await expect(await this.getQuickFilterInput().getAttribute('placeholder')).toBe(explectedPlaceholder);
| ^
141 | await expect(this.getQuickFilterInput()).toHaveValue(expectedValue);
142 | await this.assertQuickFilterResultsCount(expectedResultsCount);
143 | }
at ExploreProfilesPage.assertQuickFilter (/app/e2e/fixtures/pages/ExploreProfilesPage.ts:140:80)
at /app/e2e/tests/labels-view/labels.spec.ts:19:5
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Launch e2e tests:
[chromium] › diff-flame-graph-view/diff-flame-graph.spec.ts#L1
[chromium] › diff-flame-graph-view/diff-flame-graph.spec.ts took 38.4s
|
Launch e2e tests:
[chromium] › favorites-view/favorites-view.spec.ts#L1
[chromium] › favorites-view/favorites-view.spec.ts took 34.3s
|
Launch e2e tests:
[chromium] › flame-graph-view/flame-graph.spec.ts#L1
[chromium] › flame-graph-view/flame-graph.spec.ts took 19.8s
|
Launch e2e tests
2 flaky
[chromium] › all-services-view/all-services.spec.ts:25:9 › All services view › Main refresh button › To preserve the user context, the panels in grid remain in place until "Refresh" is clicked
[chromium] › labels-view/labels.spec.ts:9:7 › Labels view › Main UI elements ───────────────────
77 passed (3.3m)
|
Loading