Debug #1844
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
dispatch.yml
on: push
Lint
/
Broken Markdown links
1m 58s
Lint
/
Super Linter
3m 35s
Build & Test
/
Build Node.js
4m 11s
Build & Test
/
Build Docker image
4m 47s
Staging
/
Staging Deploy
Release
/
Release Docker image
Annotations
6 errors, 5 warnings, and 1 notice
[chromium] › credential/issue-verify-flow.spec.ts:40:1 › Issue a jsonLD credential:
tests/credential/issue-verify-flow.spec.ts#L50
1) [chromium] › credential/issue-verify-flow.spec.ts:40:1 › Issue a jsonLD credential ───────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
48 | });
49 | expect(response).toBeOK();
> 50 | expect(response.status()).toBe(StatusCodes.OK);
| ^
51 | });
52 |
at /home/runner/work/credential-service/credential-service/tests/credential/issue-verify-flow.spec.ts:50:28
|
[chromium] › credential/issue-verify-flow.spec.ts:40:1 › Issue a jsonLD credential:
tests/credential/issue-verify-flow.spec.ts#L50
1) [chromium] › credential/issue-verify-flow.spec.ts:40:1 › Issue a jsonLD credential ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
48 | });
49 | expect(response).toBeOK();
> 50 | expect(response.status()).toBe(StatusCodes.OK);
| ^
51 | });
52 |
at /home/runner/work/credential-service/credential-service/tests/credential/issue-verify-flow.spec.ts:50:28
|
[chromium] › credential/issue-verify-flow.spec.ts:40:1 › Issue a jsonLD credential:
tests/credential/issue-verify-flow.spec.ts#L50
1) [chromium] › credential/issue-verify-flow.spec.ts:40:1 › Issue a jsonLD credential ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
48 | });
49 | expect(response).toBeOK();
> 50 | expect(response.status()).toBe(StatusCodes.OK);
| ^
51 | });
52 |
at /home/runner/work/credential-service/credential-service/tests/credential/issue-verify-flow.spec.ts:50:28
|
[chromium] › did/create.positive.spec.ts:123:1 › [Positive] It can create DID with mandatory and optional properties (JSON based + UUID style):
tests/did/create.positive.spec.ts#L162
2) [chromium] › did/create.positive.spec.ts:123:1 › [Positive] It can create DID with mandatory and optional properties (JSON based + UUID style)
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
160 | });
161 | expect(response).toBeOK();
> 162 | expect(response.status()).toBe(StatusCodes.OK);
| ^
163 |
164 | // resolve a created DID
165 | response = await request.get(`/did/search/${did}`, {
at /home/runner/work/credential-service/credential-service/tests/did/create.positive.spec.ts:162:28
|
[chromium] › did/create.positive.spec.ts:82:1 › [Positive] It can create DID with mandatory properties (JSON based + Indy style):
tests/did/create.positive.spec.ts#L107
3) [chromium] › did/create.positive.spec.ts:82:1 › [Positive] It can create DID with mandatory properties (JSON based + Indy style)
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
105 | });
106 | expect(response).toBeOK();
> 107 | expect(response.status()).toBe(StatusCodes.OK);
| ^
108 |
109 | // resolve a created DID
110 | response = await request.get(`/did/search/${(await response.json()).did}`, {
at /home/runner/work/credential-service/credential-service/tests/did/create.positive.spec.ts:107:28
|
Build & Test / Build Node.js
Process completed with exit code 1.
|
Slow Test:
[chromium] › did/create.positive.spec.ts#L1
[chromium] › did/create.positive.spec.ts took 1.2m
|
Slow Test:
[chromium] › presentation/verify.positive.spec.ts#L1
[chromium] › presentation/verify.positive.spec.ts took 37.5s
|
Slow Test:
[chromium] › credential/issue-verify-flow.spec.ts#L1
[chromium] › credential/issue-verify-flow.spec.ts took 27.2s
|
Slow Test:
[chromium] › presentation/verify.negative.spec.ts#L1
[chromium] › presentation/verify.negative.spec.ts took 26.6s
|
Slow Test:
[chromium] › did/create.negative.spec.ts#L1
[chromium] › did/create.negative.spec.ts took 25.3s
|
🎭 Playwright Run Summary
2 failed
[chromium] › credential/issue-verify-flow.spec.ts:40:1 › Issue a jsonLD credential ────────────
[chromium] › did/create.positive.spec.ts:123:1 › [Positive] It can create DID with mandatory and optional properties (JSON based + UUID style)
1 interrupted
[chromium] › presentation/verify.positive.spec.ts:10:9 › [Positive] It should return verify: True.
Presentation format is jwt.
Encrypted statusList2021.
VerifyStatus: false,
makeFeePayments: true
1 flaky
[chromium] › did/create.positive.spec.ts:82:1 › [Positive] It can create DID with mandatory properties (JSON based + Indy style)
15 did not run
29 passed (2.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
credential-service-staging
Expired
|
582 MB |
|