Skip to content

Bump ueberdb2 from 5.0.6 to 5.0.14 #4849

Bump ueberdb2 from 5.0.6 to 5.0.14

Bump ueberdb2 from 5.0.6 to 5.0.14 #4849

Triggered via push June 13, 2025 17:30
Status Success
Total duration 24m 30s
Artifacts
Matrix: with plugins
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 12 warnings, and 3 notices
[chromium] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins: src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L17
1) [chromium] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins Error: expect(received).toBeGreaterThan(expected) Expected: > 10 Received: 1 15 | await expect(pluginTable).not.toBeEmpty() 16 | const plugins = await pluginTable.locator('tr').count() > 17 | expect(plugins).toBeGreaterThan(10) | ^ 18 | }) 19 | 20 | test('Searches for a plugin', async ({page}) => { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:17:25
[webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:31:9 › Plugins page › Attempt to Install and Uninstall a plugin: src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L38
4) [webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:31:9 › Plugins page › Attempt to Install and Uninstall a plugin Error: expect(received).toBeGreaterThan(expected) Expected: > 10 Received: 1 36 | }) 37 | const plugins = await pluginTable.locator('tr').count() > 38 | expect(plugins).toBeGreaterThan(10) | ^ 39 | 40 | // Now everything is loaded, lets install a plugin 41 | at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:38:25
[webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins: src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L17
3) [webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins Error: expect(received).toBeGreaterThan(expected) Expected: > 10 Received: 1 15 | await expect(pluginTable).not.toBeEmpty() 16 | const plugins = await pluginTable.locator('tr').count() > 17 | expect(plugins).toBeGreaterThan(10) | ^ 18 | }) 19 | 20 | test('Searches for a plugin', async ({page}) => { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:17:25
[firefox] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:20:9 › Plugins page › Searches for a plugin: src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L27
2) [firefox] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:20:9 › Plugins page › Searches for a plugin Error: Timed out 20000ms waiting for expect(locator).toContainText(expected) Locator: locator('table tbody').nth(1).locator('tr').first() Expected string: "ep_font_color3" Received: <element(s) not found> Call log: - Expect "toContainText" with timeout 20000ms - waiting for locator('table tbody').nth(1).locator('tr').first() 4 × locator resolved to <tr>…</tr> - unexpected value "No plugins found." 25 | const pluginTable = page.locator('table tbody').nth(1); 26 | await expect(pluginTable.locator('tr')).toHaveCount(1) > 27 | await expect(pluginTable.locator('tr').first()).toContainText('ep_font_color3') | ^ 28 | }) 29 | 30 | at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:27:57
[chromium] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins: src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L17
1) [chromium] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins Error: expect(received).toBeGreaterThan(expected) Expected: > 10 Received: 1 15 | await expect(pluginTable).not.toBeEmpty() 16 | const plugins = await pluginTable.locator('tr').count() > 17 | expect(plugins).toBeGreaterThan(10) | ^ 18 | }) 19 | 20 | test('Searches for a plugin', async ({page}) => { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:17:25
[webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:24:5 › Lists installed parts: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L27
2) [webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:24:5 › Lists installed parts Error: page.waitForSelector: Test timeout of 90000ms exceeded. Call log: - waiting for locator('.innerwrapper ul') to be visible 25 | await page.goto('http://localhost:9001/admin/help') 26 | await page.waitForSelector('.menu') > 27 | await page.waitForSelector('.innerwrapper ul') | ^ 28 | const parts = page.locator('.innerwrapper ul').nth(1); 29 | expect(await parts.textContent()).toContain('ep_etherpad-lite/adminsettings'); 30 | }); at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:27:16
[webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:24:5 › Lists installed parts: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L0
2) [webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:24:5 › Lists installed parts Test timeout of 90000ms exceeded.
[chromium] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins: src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L17
1) [chromium] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins Error: expect(received).toBeGreaterThan(expected) Expected: > 10 Received: 1 15 | await expect(pluginTable).not.toBeEmpty() 16 | const plugins = await pluginTable.locator('tr').count() > 17 | expect(plugins).toBeGreaterThan(10) | ^ 18 | }) 19 | 20 | test('Searches for a plugin', async ({page}) => { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:17:25
with plugins (23)
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
with plugins (23)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (23)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (23)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (20)
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
with plugins (20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (22)
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
with plugins (22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🎭 Playwright Run Summary
1 flaky [chromium] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins 35 passed (2.4m)
🎭 Playwright Run Summary
4 flaky [chromium] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins [firefox] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:20:9 › Plugins page › Searches for a plugin [webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins [webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:31:9 › Plugins page › Attempt to Install and Uninstall a plugin 32 passed (3.0m)
🎭 Playwright Run Summary
2 flaky [chromium] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins [webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:24:5 › Lists installed parts 34 passed (4.0m)