Update Bazel to 9.0.0-pre.20251025.1 #10865
Annotations
4 errors and 1 notice
|
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/project-view/tableVisualisation.spec.ts#L540
2) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/project-view/tableVisualisation.spec.ts:396:3 › Table_Visualisation_Integration_Spec and clipboard › Datetime test - sorting and copying
Error: expect(received).toBe(expected) // Object.is equality
Expected: "2025-01-02 12:13:14.123[MET]"
Received: ""
538 | async function expectCellDataToBe(page: Page, colId: string, ...expectedValues: string[]) {
539 | for (let i = 0; i < expectedValues.length; i++) {
> 540 | expect(await getCellLocator(page, colId, i).textContent()).toBe(expectedValues[i])
| ^
541 | }
542 | }
543 |
at expectCellDataToBe (/runner/_work/enso/enso/app/gui/integration-test/project-view/tableVisualisation.spec.ts:540:64)
at /runner/_work/enso/enso/app/gui/integration-test/project-view/tableVisualisation.spec.ts:398:5
|
|
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/exportAsset.spec.ts#L73
1) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/exportAsset.spec.ts:58:1 › export from local to remote (local+remote)
Error: expect(locator).toHaveCount(expected)
Locator: getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
Expected: 1
Received: 0
Call log:
- Expect "toHaveCount" with timeout 25000ms
- waiting for getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
21 × locator resolved to 0 elements
- unexpected value "0"
71 | .goToCategory.cloud()
72 | .driveTable.withRows(async (rows) => {
> 73 | await expect(rows).toHaveCount(1)
| ^
74 | })
75 | })
76 |
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/exportAsset.spec.ts:73:26)
at callback (/runner/_work/enso/enso/app/gui/integration-test/actions/DrivePageActions.ts:222:17)
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:186:27
at callback (/runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:184:25)
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:167:31
|
|
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/exportAsset.spec.ts#L73
1) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/exportAsset.spec.ts:58:1 › export from local to remote (local+remote)
Error: expect(locator).toHaveCount(expected)
Locator: getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
Expected: 1
Received: 0
Call log:
- Expect "toHaveCount" with timeout 25000ms
- waiting for getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
21 × locator resolved to 0 elements
- unexpected value "0"
71 | .goToCategory.cloud()
72 | .driveTable.withRows(async (rows) => {
> 73 | await expect(rows).toHaveCount(1)
| ^
74 | })
75 | })
76 |
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/exportAsset.spec.ts:73:26)
at callback (/runner/_work/enso/enso/app/gui/integration-test/actions/DrivePageActions.ts:222:17)
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:186:27
at callback (/runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:184:25)
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:167:31
|
|
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/exportAsset.spec.ts#L0
1) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/exportAsset.spec.ts:58:1 › export from local to remote (local+remote)
Test timeout of 25000ms exceeded.
|
|
🔗 Merge into HTML Report
2 flaky
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/exportAsset.spec.ts:58:1 › export from local to remote (local+remote)
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/project-view/tableVisualisation.spec.ts:396:3 › Table_Visualisation_Integration_Spec and clipboard › Datetime test - sorting and copying
6 skipped
185 passed (4.1m)
|
Loading