zeta-chain / node

ZetaChain’s blockchain node and an observer validator client
https://zetachain.com
MIT License
167 stars 109 forks source link

e2e: test_bitcoin_std_deposit_and_call_revert_other_address error logged but no failure #3204

Closed gartnera closed 3 days ago

gartnera commented 1 week ago
btc_deposit  | ⏳running - deposit Bitcoin into ZEVM and call a contract with standard memo; expect revert to other address
Error: 3mbtc_deposit  | [ERROR]
    Error Trace:    /go/delivery/zeta-node/e2e/e2etests/test_bitcoin_std_deposit_and_call_revert_other_address.go:49
    Error:          Not equal: 
                    expected: "bcrt1qy9pqmk2pd9sv63g27jt8r657wy0d9uee4x2dt2"
                    actual  : "bcrt1qpfe2ymce7f2xy5nh8ad5q3j8vdt7v0pz2pv5jx"

                    Diff:
                    --- Expected
                    +++ Actual
                    @@ -1 +1 @@
                    -bcrt1qy9pqmk2pd9sv63g27jt8r657wy0d9uee4x2dt2
                    +bcrt1qpfe2ymce7f2xy5nh8ad5q3j8vdt7v0pz2pv5jx
btc_deposit  | ✅ completed in 1m28.267666857s - deposit Bitcoin into ZEVM and call a contract with standard memo; expect revert to other address

This error should not be logged like this if it's not fatal?