sebak icon indicating copy to clipboard operation
sebak copied to clipboard

TestCheckInflationBlockIncrease failed occasionally

Open kfangw opened this issue 7 years ago • 1 comments

https://circleci.com/gh/bosnet/sebak/15596?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

=== RUN   TestCheckInflationBlockIncrease
--- FAIL: TestCheckInflationBlockIncrease (2.20s)
    ballot_proposer_transaction_test.go:835: CalculateInflation(initial balance, inflation ratio): initial balance=10000000000000000000 inflation ratio=0.00000010000000000
    ballot_proposer_transaction_test.go:806: > check inflation: block-height: 1 previous: 0 inflation: 1000000000000
    ballot_proposer_transaction_test.go:822: < inflation raised: block-height: 1 previous(0)+inflation(1000000000000) == expected(1000000000000) == in db: 1000000000000
    ballot_proposer_transaction_test.go:806: > check inflation: block-height: 2 previous: 1000000000000 inflation: 1000000000000
    ballot_proposer_transaction_test.go:822: < inflation raised: block-height: 2 previous(1000000000000)+inflation(1000000000000) == expected(2000000000000) == in db: 2000000000000
    ballot_proposer_transaction_test.go:806: > check inflation: block-height: 3 previous: 2000000000000 inflation: 1000000000000
    <autogenerated>:1: 
        	Error Trace:	ballot_proposer_transaction_test.go:817
        	            				ballot_proposer_transaction_test.go:846
        	Error:      	Not equal: 
        	            	expected: 0x1
        	            	actual  : 0x2
        	Test:       	TestCheckInflationBlockIncrease

kfangw avatar Nov 23 '18 08:11 kfangw

https://circleci.com/gh/bosnet/sebak/17005?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

occurred again @spikeekips

kfangw avatar Nov 29 '18 09:11 kfangw