[ACS-6543] switch from aws to gha cache #2027
Annotations
6 errors and 1 notice
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L63
1) [Share Action] › src/tests/share/share-file.spec.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
"beforeAll" hook timeout of 45000ms exceeded.
61 | let file6Id: string;
62 |
> 63 | test.beforeAll(async () => {
| ^
64 | const nodesApi = await NodesApi.initialize(username, username);
65 | const shareApi = await SharedLinksApi.initialize(username, username);
66 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:63:10
|
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L63
1) [Share Action] › src/tests/share/share-file.spec.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
61 | let file6Id: string;
62 |
> 63 | test.beforeAll(async () => {
| ^
64 | const nodesApi = await NodesApi.initialize(username, username);
65 | const shareApi = await SharedLinksApi.initialize(username, username);
66 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:63:10
|
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L63
1) [Share Action] › src/tests/share/share-file.spec.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
61 | let file6Id: string;
62 |
> 63 | test.beforeAll(async () => {
| ^
64 | const nodesApi = await NodesApi.initialize(username, username);
65 | const shareApi = await SharedLinksApi.initialize(username, username);
66 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:63:10
|
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L87
2) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:179:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
Error: ----- beforeAll failed : Error: {"error":{"errorKey":"Person 'user-paigj' already exists.","statusCode":409,"briefSummary":"00037119 Person 'user-paigj' already exists.","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com"}}
85 | await filesAction.waitForNodes(`search-file-${searchRandom}`, { expect: 6 });
86 | } catch (error) {
> 87 | throw new Error(`----- beforeAll failed : ${error}`);
| ^
88 | }
89 | });
90 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:87:13
|
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
2) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:179:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:55:8
|
|
1 failed
[Share Action] › src/tests/share/share-file.spec.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
1 flaky
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:179:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
13 passed (7.7m)
|
The logs for this run have expired and are no longer available.
Loading