add pallet-xcm benchmarks #7641
test.yml
on: pull_request
build
22m 40s
benchmarking
12m 17s
checks-and-tests
9m 24s
e2e-tests
16m 8s
Annotations
7 errors
|
checks-and-tests
Process completed with exit code 2.
|
|
e2e-tests
Process completed with exit code 2.
|
|
tests/test-mempool-priority.ts > Acala RPC (Mempool Priority Order) > transaction pool priority order is correct:
ts-tests/tests/test-mempool-priority.ts#L77
Error: Snapshot `Acala RPC (Mempool Priority Order) > transaction pool priority order is correct 1` mismatched
- Expected
+ Received
@@ -1,9 +1,9 @@
{
"ok": {
"longevity": 31,
- "priority": "0x010543655f7f0900",
+ "priority": "0x012f5e1ae66220c0",
"propagate": true,
"provides": [
"0xd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d03000000",
],
"requires": [],
❯ tests/test-mempool-priority.ts:77:48
|
|
tests/test-evm-create-fill-block.ts > Acala RPC (EVM create fill block) > evm create fill block:
ts-tests/tests/test-evm-create-fill-block.ts#L38
AssertionError: expected 206 to equal 216
- Expected
+ Received
- 216
+ 206
❯ tests/test-evm-create-fill-block.ts:38:43
|
|
tests/test-evm-call-fill-block.ts > Acala RPC (EVM call fill block) > evm call fill block:
ts-tests/tests/test-evm-call-fill-block.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ tests/test-evm-call-fill-block.ts:12:5
❯ tests/util.ts:61:3
|
|
tests/test-balance.ts > Acala RPC (Balance) > balance to be updated after transfer:
ts-tests/tests/test-balance.ts#L22
AssertionError: expected '8999999995071274009000000' to equal '8999999995072568421000000'
Expected: "8999999995072568421000000"
Received: "8999999995071274009000000"
❯ tests/test-balance.ts:22:87
|
|
tests/test-balance.ts > Acala RPC (Balance) > genesis balance is setup correctly:
ts-tests/tests/test-balance.ts#L14
AssertionError: expected '8999999995071274009000000' to equal '8999999995072568421000000'
Expected: "8999999995072568421000000"
Received: "8999999995071274009000000"
❯ tests/test-balance.ts:14:87
|