Skip to content

fix: Bump txn free for creating resources #2755

fix: Bump txn free for creating resources

fix: Bump txn free for creating resources #2755

Triggered via push October 23, 2024 12:42
Status Failure
Total duration 11m 10s
Artifacts 3

dispatch.yml

on: push
Lint  /  Broken Markdown links
3m 14s
Lint / Broken Markdown links
Lint  /  Super Linter
6m 55s
Lint / Super Linter
Build & Test  /  Build Node.js
10m 50s
Build & Test / Build Node.js
Build & Test  /  Build Docker image
6m 11s
Build & Test / Build Docker image
Release  /  Release Docker image
Release / Release Docker image
Fit to window
Zoom out
Zoom in

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.
Sensitive data should not be used in the ARG or ENV commands: docker/Dockerfile#L106
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "EXTERNAL_DB_ENCRYPTION_KEY") 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#L111
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#L136
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/
Legacy key/value format with whitespace separator should not be used: docker/Dockerfile#L105
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#L121
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#L63
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "LOGTO_APP_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#L89
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "STRIPE_SECRET_KEY") 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#L65
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "COOKIE_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#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.6m
🎭 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~R05QMZ.dockerbuild Expired
56.8 KB
playwright-report Expired
32.8 KB
studio-staging Expired
706 MB