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: random failure #284

Open
tac0turtle opened this issue Mar 12, 2021 · 0 comments
Open

test: random failure #284

tac0turtle opened this issue Mar 12, 2021 · 0 comments
Labels

Comments

@tac0turtle
Copy link
Member

Summary

Debug failing test:

 pool_test.go:129: ___ response: 0x72
    pool_test.go:137: 
        	Error Trace:	pool_test.go:137
        	Error:      	Not equal: 
        	            	expected: 500
        	            	actual  : 8
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -3,3 +3,3 @@
        	            	  abs: (big.nat) (len=1) {
        	            	-  (big.Word) 500
        	            	+  (big.Word) 8
        	            	  }
        	Test:       	TestTotalBatchFeeInPool
    pool_test.go:138: 
        	Error Trace:	pool_test.go:138
        	Error:      	Not equal: 
        	            	expected: 8
        	            	actual  : 500
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -3,3 +3,3 @@
        	            	  abs: (big.nat) (len=1) {
        	            	-  (big.Word) 8
        	            	+  (big.Word) 500
        	            	  }
        	Test:       	TestTotalBatchFeeInPool
FAIL

If we cant reproduce we can close.

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

No branches or pull requests

1 participant