Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Gather list of failing Integration Tests #1

Closed
jbowen93 opened this issue Feb 25, 2022 · 1 comment
Closed

Gather list of failing Integration Tests #1

jbowen93 opened this issue Feb 25, 2022 · 1 comment

Comments

@jbowen93
Copy link

Related to celestiaorg/cosmos-sdk#66

We should know which Integration tests are failing and then triage them one at a time.

It may also be useful to know which tests pass on the Cosmos SDK + Optimint but fail on Etheremint + Optimint and vice versa.

@jbowen93
Copy link
Author

jbowen93 commented Feb 28, 2022

Failing test for github.com/tharsis/ethermint/x/evm/keeper

--- FAIL: TestKeeperTestSuite (0.79s)
    --- FAIL: TestKeeperTestSuite/TestEVMConfig (0.01s)
=== RUN   TestKeeperTestSuite/TestEVMConfig
    state_transition_test.go:511:
        	Error Trace:	state_transition_test.go:511
        	Error:      	Not equal:
        	            	expected: 0xbd05973Be4cC4c01fC5215FD52fb1d567c48C037
        	            	actual  : 0x0000000000000000000000000000000000000000
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,4 +1,4 @@
        	            	 (common.Address) (len=20) {
        	            	- 00000000  bd 05 97 3b e4 cc 4c 01  fc 52 15 fd 52 fb 1d 56  |...;..L..R..R..V|
        	            	- 00000010  7c 48 c0 37                                       ||H.7|
        	            	+ 00000000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
        	            	+ 00000010  00 00 00 00                                       |....|
        	            	 }
        	Test:       	TestKeeperTestSuite/TestEVMConfig

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant