fix(appstore): honor subclass cache invalidation duration in fetchers #7112
playwright.yml
on: pull_request
Annotations
13 errors and 10 notices
|
[default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy:
tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts#L64
1) [default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="other.txt"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-name="other.txt"]')
62 | await filesListPage.renameFile('foo.txt', 'other.txt')
63 |
> 64 | await expect(filesListPage.getRowForFile('other.txt')).toBeVisible()
| ^
65 | await expect(filesListPage.getRowForFile('foo.txt')).toHaveCount(0)
66 | })
67 | })
at /home/runner/work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:64:58
|
|
Playwright tests 1 / 8
Process completed with exit code 1.
|
|
Playwright tests 1 / 8
Process completed with exit code 1.
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L179
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('option', { name: /admin/ })
- locator resolved to <li role="option" aria-selected="false" id="vs-nc-vue-34__option-0" class="vs__dropdown-option vs__dropdown-option--highlight">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
78 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
177 |
178 | // Select the admin option from the dropdown
> 179 | await appstorePage.groupOption('admin').click()
| ^
180 |
181 | // Click the Save button
182 | await appstorePage.dialogSaveButton().click()
at /home/runner/work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:179:43
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L179
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('option', { name: /admin/ })
- locator resolved to <li role="option" aria-selected="false" id="vs-nc-vue-34__option-0" class="vs__dropdown-option vs__dropdown-option--highlight">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
80 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
177 |
178 | // Select the admin option from the dropdown
> 179 | await appstorePage.groupOption('admin').click()
| ^
180 |
181 | // Click the Save button
182 | await appstorePage.dialogSaveButton().click()
at /home/runner/work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:179:43
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Test timeout of 45000ms exceeded.
|
|
playwright-test-summary
Process completed with exit code 1.
|
|
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy:
../../../../work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts#L64
2) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="other.txt"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-name="other.txt"]')
62 | await filesListPage.renameFile('foo.txt', 'other.txt')
63 |
> 64 | await expect(filesListPage.getRowForFile('other.txt')).toBeVisible()
| ^
65 | await expect(filesListPage.getRowForFile('foo.txt')).toHaveCount(0)
66 | })
67 | })
at /home/runner/work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:64:58
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
../../../../work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L179
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('option', { name: /admin/ })
- locator resolved to <li role="option" aria-selected="false" id="vs-nc-vue-34__option-0" class="vs__dropdown-option vs__dropdown-option--highlight">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
78 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
177 |
178 | // Select the admin option from the dropdown
> 179 | await appstorePage.groupOption('admin').click()
| ^
180 |
181 | // Click the Save button
182 | await appstorePage.dialogSaveButton().click()
at /home/runner/work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:179:43
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
../../../../work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L179
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('option', { name: /admin/ })
- locator resolved to <li role="option" aria-selected="false" id="vs-nc-vue-34__option-0" class="vs__dropdown-option vs__dropdown-option--highlight">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
80 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
177 |
178 | // Select the admin option from the dropdown
> 179 | await appstorePage.groupOption('admin').click()
| ^
180 |
181 | // Click the Save button
182 | await appstorePage.dialogSaveButton().click()
at /home/runner/work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:179:43
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Test timeout of 45000ms exceeded.
|
|
🎭 Playwright Run Summary
46 passed (5.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file
45 passed (6.7m)
|
|
🎭 Playwright Run Summary
46 passed (6.8m)
|
|
🎭 Playwright Run Summary
47 passed (7.0m)
|
|
🎭 Playwright Run Summary
7 passed (5.7m)
|
|
🎭 Playwright Run Summary
46 passed (7.0m)
|
|
🎭 Playwright Run Summary
44 passed (7.6m)
|
|
🎭 Playwright Run Summary
48 passed (7.6m)
|
|
🎭 Playwright Run Summary
1 failed
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
47 passed (8.7m)
|
|
🎭 Playwright Run Summary
1 failed
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
1 flaky
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file
376 passed (8.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
7.97 MB |
sha256:84d38aee7e27bd981e40d11fbfc89be8d1fdcfb3f687cd54edd42eb46523c7f8
|
|
|
blob-report-2
Expired
|
62.5 KB |
sha256:e8c8bc9c10b05048b51730520497bf7937f6a49fe4014b2bedc497992763ac4d
|
|
|
blob-report-3
Expired
|
123 KB |
sha256:fa13b6aa739c6f476b199b9520a8816ab9b659a74e5f498a6a27bc7eba614508
|
|
|
blob-report-4
Expired
|
131 KB |
sha256:b89913cfc405396c087220d1d503b7f731f8e79cdc121d712a840ab49d6cefa8
|
|
|
blob-report-5
Expired
|
1.65 MB |
sha256:f5106eb422e8d629f20a811f29fdf77ff1f55ac39b887e86d3c975081b694554
|
|
|
blob-report-6
Expired
|
115 KB |
sha256:6790d129efe53d916be5055a2526688246ef7f9e8d5f29b8ba58ff672c90cb6b
|
|
|
blob-report-7
Expired
|
108 KB |
sha256:6de3c7ba62b12c35460aa0b8dd26a7aa00f77aa72913329929f7824b1fb074c8
|
|
|
blob-report-8
Expired
|
82.3 KB |
sha256:403300676a4e7a70b92e1dd4721edfa192327feabf4be23024818c38b7f57555
|
|
|
blob-report-setup
Expired
|
13.6 KB |
sha256:fb7530a242739318246b0a38b4b1dac14df93d65756b6d1f5c393d6d0d76f499
|
|
|
html-report--attempt-1
|
10.4 MB |
sha256:d0475a8faf7a53f571b606c78882bf1080bf4dfc87b9237e7686f9b559fabe03
|
|