Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: clean up configurations #3331

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

fix: acceptance-public.yml

21225b9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

refactor: clean up configurations #3331

fix: acceptance-public.yml
21225b9
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Dec 24, 2024 in 0s

3 fail, 4 skipped, 606 pass in 44m 44s

 21 files  + 20  316 suites  +291   44m 44s ⏱️ + 44m 36s
613 tests +536  606 ✅ +529  4 💤 +4  3 ❌ +3 
740 runs  +653  732 ✅ +645  4 💤 +4  4 ❌ +4 

Results for commit 21225b9. ± Comparison against earlier commit 8b3d4bf.

Annotations

Check warning on line 0 in other account transfers tokens back to owner

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: RPC Server Acceptance Tests Acceptance tests @erc20 Acceptance Tests ERC20 Contract should behave like … when the spender has enough tokens other account transfers tokens back to owner (other account transfers tokens back to owner)

test-results.9b887082d4e40ae02b637dbf77d13b72.xml [took 5s]
Raw output
expected '0' to equal '10000'
AssertionError: expected '0' to equal '10000'
    at Context.<anonymous> (packages/server/tests/acceptance/erc20.spec.ts:220:57)
    at Generator.next (<anonymous>)
    at fulfilled (packages/server/tests/acceptance/erc20.spec.ts:47:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -0
      +10000

Check warning on line 0 in "before each" hook: reducing balance for "reverts"

See this annotation in the file changed.

@github-actions github-actions / Test Results

RPC Server Acceptance Tests Acceptance tests @erc20 Acceptance Tests HTS token should behave like erc20 transfer from when the …e enough balance "before each" hook: reducing balance for "reverts" ("before each" hook: reducing balance for "reverts") failed

test-results.9b887082d4e40ae02b637dbf77d13b72.xml [took 0s]
Raw output
nonce has already been used (transaction="0x02f8b482012a0885a54f4c3c0085a54f4c3c008316e36094000000000000000000000000000000000000040d80b844a9059cbb0000000000000000000000005bf1e92a10758d54dc0c0a93df58129932ab8b420000000000000000000000000000000000000000000000000000000000000002c001a00e9d1182f07b4c9acbecd879bf23b0a289e829629d765e25e137fba5a941b508a059f550311c690fc2a1cb7ecf2fc73e8bc0da68b030ad188f19ec0e86dcde8698", info={ "error": { "code": 32001, "message": "[Request ID: fe602911-45ac-460c-bfaf-57be3c9f3e6a] Nonce too low. Provided nonce: 8, current nonce: 9" } }, code=NONCE_EXPIRED, version=6.13.2)
Error: nonce has already been used (transaction="0x02f8b482012a0885a54f4c3c0085a54f4c3c008316e36094000000000000000000000000000000000000040d80b844a9059cbb0000000000000000000000005bf1e92a10758d54dc0c0a93df58129932ab8b420000000000000000000000000000000000000000000000000000000000000002c001a00e9d1182f07b4c9acbecd879bf23b0a289e829629d765e25e137fba5a941b508a059f550311c690fc2a1cb7ecf2fc73e8bc0da68b030ad188f19ec0e86dcde8698", info={ "error": { "code": 32001, "message": "[Request ID: fe602911-45ac-460c-bfaf-57be3c9f3e6a] Nonce too low. Provided nonce: 8, current nonce: 9" } }, code=NONCE_EXPIRED, version=6.13.2)
    at makeError (packages/server/node_modules/ethers/src.ts/utils/errors.ts:694:21)
    at JsonRpcProvider.getRpcError (packages/server/node_modules/ethers/src.ts/providers/provider-jsonrpc.ts:1031:33)
    at /home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/node_modules/ethers/src.ts/providers/provider-jsonrpc.ts:563:45
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check warning on line 0 in @release captures transfer events

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 3 runs failed: RPC Server Acceptance Tests Acceptance tests @web-socket-batch-3 eth_subscribe Subscribes to hts tokens and listens for synthetic log events @release captures transfer events (@release captures transfer events)

test-results.d402511891c005d72480b1dac204d99a.xml [took 4m 0s]
test-results.f83ccc01f295c019de1efbd7955ce1e6.xml [took 4m 0s]
Raw output
Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/ws-server/tests/acceptance/index.spec.ts)
Error: Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/ws-server/tests/acceptance/index.spec.ts)
    at listOnTimeout (node:internal/timers:581:17)
    at processTimers (node:internal/timers:519:7)