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

test: evm signer unstable #3081

Open
gartnera opened this issue Oct 31, 2024 · 1 comment
Open

test: evm signer unstable #3081

gartnera opened this issue Oct 31, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gartnera
Copy link
Member

I often see these errors in the unit tests:

--- FAIL: TestSigner_SignConnectorOnReceive (0.00s)
    --- FAIL: TestSigner_SignConnectorOnReceive/SignConnectorOnReceive_-_should_successfully_sign (0.00s)
        signer_test.go:123: 
            	Error Trace:	/home/runner/work/node/node/zetaclient/chains/evm/signer/signer_test.go:123
            	            				/home/runner/work/node/node/zetaclient/chains/evm/signer/sign_test.go:37
            	Error:      	Should be true
            	Test:       	TestSigner_SignConnectorOnReceive/SignConnectorOnReceive_-_should_successfully_sign
    --- FAIL: TestSigner_SignConnectorOnReceive/SignOutbound_-_should_successfully_sign_LegacyTx (0.00s)
        signer_test.go:123: 
            	Error Trace:	/home/runner/work/node/node/zetaclient/chains/evm/signer/signer_test.go:123
            	            				/home/runner/work/node/node/zetaclient/chains/evm/signer/sign_test.go:57
            	Error:      	Should be true
            	Test:       	TestSigner_SignConnectorOnReceive/SignOutbound_-_should_successfully_sign_LegacyTx
--- FAIL: TestSigner_SignAdminTx (0.00s)
    --- FAIL: TestSigner_SignAdminTx/SignAdminTx_CmdWhitelistERC20 (0.00s)
        signer_test.go:123: 
            	Error Trace:	/home/runner/work/node/node/zetaclient/chains/evm/signer/signer_test.go:123
            	            				/home/runner/work/node/node/zetaclient/chains/evm/signer/signer_admin_test.go:40
            	Error:      	Should be true
            	Test:       	TestSigner_SignAdminTx/SignAdminTx_CmdWhitelistERC20
@gartnera gartnera added the bug Something isn't working label Oct 31, 2024
@lumtis
Copy link
Member

lumtis commented Nov 4, 2024

Yeah it's been happening for a long time, it's not a recent change that caused this FWIW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants