Received unexpected error: when i exec `chains_test.go`
Closed this issue · 3 comments
binny1024 commented
This is where things go wrong:
blockNumber ===== 0x33af
address ===== e6d8ff7eddb380c99b898c04b78edda4a92cc966
hashes ===== []
blockNumber ===== 0x93130
chains_test.go:186: delay for ack@chainA 15.430340792s
chains_test.go:216:
Error Trace: /Users/binny/go/src/yui-ibc-solidity/tests/e2e/chains_test.go:216
Error: Received unexpected error:
All attempts fail:
#1: failed to execute a transaction: &{{[] 0 232807 [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] [] 0x09c8f5d14efcd2eb8ada8121154a872f8186ba458e0b081738f29c74f9d5f010 0x0000000000000000000000000000000000000000 232807 0xdeb835b13d51e2bbb3f2737eb7ffedbb81dc28eac41f10c2387c19c109ccc669 13273 0} []}
Test: TestChainTestSuite/TestChannel
--- FAIL: TestChainTestSuite/TestChannel (154.75s)
FAIL
Debugger finished with the exit code 0
bluele commented
I think this is an error related to packet timeout. Can you confirm that this PR(#138) will fix it in your setting? @binny1024
binny1024 commented
Thanks a lot, I'll try it next week