fix: Bump txn free for creating resources #2751
dispatch.yml
on: push
Lint
/
Broken Markdown links
3m 39s
Lint
/
Super Linter
6m 57s
Build & Test
/
Build Node.js
10m 43s
Build & Test
/
Build Docker image
5m 37s
Staging
/
Staging Deploy
Release
/
Release Docker image
Annotations
7 errors, 11 warnings, and 2 notices
Build & Test / Build Node.js
Testing stopped early after 5 maximum allowed failures.
|
[Logged In User Tests] › sequential/accreditation/revocation-flow.spec.ts:56:1 › Verify a Accreditation status after revocation:
tests/e2e/sequential/accreditation/revocation-flow.spec.ts#L69
1) [Logged In User Tests] › sequential/accreditation/revocation-flow.spec.ts:56:1 › Verify a Accreditation status after revocation
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
67 | expect(response).toBeOK();
68 | expect(response.status()).toBe(StatusCodes.OK);
> 69 | expect(result.revoked).toBe(true);
| ^
70 | expect(result.published).toBe(true);
71 |
72 | const verificationResponse = await request.post(`/trust-registry/accreditation/verify?verifyStatus=true`, {
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/revocation-flow.spec.ts:69:25
|
[Logged In User Tests] › sequential/accreditation/revocation-flow.spec.ts:56:1 › Verify a Accreditation status after revocation:
tests/e2e/sequential/accreditation/revocation-flow.spec.ts#L69
1) [Logged In User Tests] › sequential/accreditation/revocation-flow.spec.ts:56:1 › Verify a Accreditation status after revocation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
67 | expect(response).toBeOK();
68 | expect(response.status()).toBe(StatusCodes.OK);
> 69 | expect(result.revoked).toBe(true);
| ^
70 | expect(result.published).toBe(true);
71 |
72 | const verificationResponse = await request.post(`/trust-registry/accreditation/verify?verifyStatus=true`, {
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/revocation-flow.spec.ts:69:25
|
[Logged In User Tests] › sequential/accreditation/revocation-flow.spec.ts:56:1 › Verify a Accreditation status after revocation:
tests/e2e/sequential/accreditation/revocation-flow.spec.ts#L69
1) [Logged In User Tests] › sequential/accreditation/revocation-flow.spec.ts:56:1 › Verify a Accreditation status after revocation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
67 | expect(response).toBeOK();
68 | expect(response.status()).toBe(StatusCodes.OK);
> 69 | expect(result.revoked).toBe(true);
| ^
70 | expect(result.published).toBe(true);
71 |
72 | const verificationResponse = await request.post(`/trust-registry/accreditation/verify?verifyStatus=true`, {
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/revocation-flow.spec.ts:69:25
|
[Logged In User Tests] › sequential/accreditation/suspension-flow.spec.ts:58:1 › Verify a credential status after suspension:
tests/e2e/sequential/accreditation/suspension-flow.spec.ts#L71
2) [Logged In User Tests] › sequential/accreditation/suspension-flow.spec.ts:58:1 › Verify a credential status after suspension
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
69 | expect(response).toBeOK();
70 | expect(response.status()).toBe(StatusCodes.OK);
> 71 | expect(result.suspended).toBe(true);
| ^
72 | expect(result.published).toBe(true);
73 |
74 | const verificationResponse = await request.post(`/trust-registry/accreditation/verify?verifyStatus=true`, {
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/suspension-flow.spec.ts:71:27
|
[Logged In User Tests] › sequential/accreditation/suspension-flow.spec.ts:58:1 › Verify a credential status after suspension:
tests/e2e/sequential/accreditation/suspension-flow.spec.ts#L71
2) [Logged In User Tests] › sequential/accreditation/suspension-flow.spec.ts:58:1 › Verify a credential status after suspension
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
69 | expect(response).toBeOK();
70 | expect(response.status()).toBe(StatusCodes.OK);
> 71 | expect(result.suspended).toBe(true);
| ^
72 | expect(result.published).toBe(true);
73 |
74 | const verificationResponse = await request.post(`/trust-registry/accreditation/verify?verifyStatus=true`, {
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/suspension-flow.spec.ts:71:27
|
Build & Test / Build Node.js
Process completed with exit code 1.
|
Legacy key/value format with whitespace separator should not be used:
docker/Dockerfile#L95
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Sensitive data should not be used in the ARG or ENV commands:
docker/Dockerfile#L114
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "LOGTO_APP_SECRET")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
Legacy key/value format with whitespace separator should not be used:
docker/Dockerfile#L130
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Sensitive data should not be used in the ARG or ENV commands:
docker/Dockerfile#L118
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "LOGTO_M2M_APP_SECRET")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
Legacy key/value format with whitespace separator should not be used:
docker/Dockerfile#L118
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Sensitive data should not be used in the ARG or ENV commands:
docker/Dockerfile#L72
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "LOGTO_WEBHOOK_SECRET")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
Sensitive data should not be used in the ARG or ENV commands:
docker/Dockerfile#L76
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "API_KEY_EXPIRATION")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
Legacy key/value format with whitespace separator should not be used:
docker/Dockerfile#L94
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
docker/Dockerfile#L107
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
docker/Dockerfile#L131
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Slow Test:
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts#L1
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts took 2.7m
|
🎭 Playwright Run Summary
4 skipped
61 passed (2.4m)
|
🎭 Playwright Run Summary
2 failed
[Logged In User Tests] › sequential/accreditation/revocation-flow.spec.ts:56:1 › Verify a Accreditation status after revocation
[Logged In User Tests] › sequential/accreditation/suspension-flow.spec.ts:58:1 › Verify a credential status after suspension
8 did not run
10 passed (6.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cheqd~studio~TTU8Y7.dockerbuild
Expired
|
55 KB |
|
playwright-report
Expired
|
32.8 KB |
|
studio-staging
Expired
|
706 MB |
|