refactor: use zod for rpc validation #7108
Annotations
10 errors, 4 warnings, and 1 notice
tests/specs/compliance-checks/compliance-checks.spec.ts#L1
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected
Test timeout of 30000ms exceeded.
|
tests/specs/compliance-checks/compliance-checks.spec.ts#L52
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected
Error: browserContext.waitForEvent: Target page, context or browser has been closed
50 |
51 | const [leatherApprover] = await Promise.all([
> 52 | context.waitForEvent('page'),
| ^
53 | openIllegalTransfer(page),
54 | ]);
55 |
at /home/runner/work/extension/extension/tests/specs/compliance-checks/compliance-checks.spec.ts:52:15
|
tests/specs/compliance-checks/compliance-checks.spec.ts#L1
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
tests/specs/compliance-checks/compliance-checks.spec.ts#L52
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
50 |
51 | const [leatherApprover] = await Promise.all([
> 52 | context.waitForEvent('page'),
| ^
53 | openIllegalTransfer(page),
54 | ]);
55 |
at /home/runner/work/extension/extension/tests/specs/compliance-checks/compliance-checks.spec.ts:52:15
|
tests/specs/compliance-checks/compliance-checks.spec.ts#L1
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
tests/specs/compliance-checks/compliance-checks.spec.ts#L52
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
50 |
51 | const [leatherApprover] = await Promise.all([
> 52 | context.waitForEvent('page'),
| ^
53 | openIllegalTransfer(page),
54 | ]);
55 |
at /home/runner/work/extension/extension/tests/specs/compliance-checks/compliance-checks.spec.ts:52:15
|
tests/specs/compliance-checks/compliance-checks.spec.ts#L1
2) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down
Test timeout of 30000ms exceeded.
|
tests/specs/compliance-checks/compliance-checks.spec.ts#L66
2) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down
Error: browserContext.waitForEvent: Target page, context or browser has been closed
64 |
65 | const [leatherApprover] = await Promise.all([
> 66 | context.waitForEvent('page'),
| ^
67 | openIllegalTransfer(page),
68 | ]);
69 |
at /home/runner/work/extension/extension/tests/specs/compliance-checks/compliance-checks.spec.ts:66:15
|
tests/specs/compliance-checks/compliance-checks.spec.ts#L1
2) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
tests/specs/compliance-checks/compliance-checks.spec.ts#L66
2) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
64 |
65 | const [leatherApprover] = await Promise.all([
> 66 | context.waitForEvent('page'),
| ^
67 | openIllegalTransfer(page),
68 | ]);
69 |
at /home/runner/work/extension/extension/tests/specs/compliance-checks/compliance-checks.spec.ts:66:15
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[chromium] › specs/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 46.9s
|
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 15.4s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
3 failed
[chromium] › specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected
[chromium] › specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down
[chromium] › specs/compliance-checks/compliance-checks.spec.ts:77:3 › Compliance checks › the addresses of all recipients are checked
14 passed (5.9m)
|
The logs for this run have expired and are no longer available.
Loading