Skip to content

hedera-main to main

hedera-main to main #4

GitHub Actions / Test Results failed Oct 17, 2023 in 0s

2 fail, 6 skipped, 189 pass in 7m 36s

197 tests   - 1   189 ✔️  - 3   7m 36s ⏱️ -8s
  62 suites  - 2       6 💤 ±0 
  13 files    - 1       2 +2 

Results for commit 11b7e45. ± Comparison against earlier commit a28f56a.

Annotations

Check warning on line 0 in should be able to execute cryptoTransfer for hbar transfer only

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenTransferContract Test Suite should be able to execute cryptoTransfer for hbar transfer only (should be able to execute cryptoTransfer for hbar transfer only) failed

test-results.9f3fe346afdf722efcd7c2c9998daa9e.xml
Raw output
expected false to equal true
AssertionError: expected false to equal true
    at Context.<anonymous> (test/hts-precompile/token-transfer/tokenTransferContract.js:279:47)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -false
      +true

Check warning on line 0 in should test that second transfer HBARs via contract to the hollow account is successful

See this annotation in the file changed.

@github-actions github-actions / Test Results

HIP583 Test Suite - Contract Transfer TX HBAR Test should test that second transfer HBARs via contract to the hollow account is successful (should test that second transfer HBARs via contract to the hollow account is successful) failed

test-results.7e85c0dfc0ccab943f746704147b587a.xml
Raw output
Failed to get a different balance value after 20 tries
Error: Failed to get a different balance value after 20 tries
    at pollForNewHollowWalletBalance (utils/helpers.js:168:11)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Context.<anonymous> (test/hip-583/HIP583.js:479:40)