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

TestGatewayWalletMsig fails because balance isn't spent #7190

Closed
Stebalien opened this issue Aug 26, 2021 · 2 comments
Closed

TestGatewayWalletMsig fails because balance isn't spent #7190

Stebalien opened this issue Aug 26, 2021 · 2 comments
Labels
impact/test-flakiness Impact: Test Flakiness kind/test Kind: Test

Comments

@Stebalien
Copy link
Member

https://app.circleci.com/pipelines/github/filecoin-project/lotus/16949/workflows/d7f6185f-e0dc-4e28-b8d4-2cd5dabe121b/jobs/251104

2021-08-26T19:47:13.286Z	INFO	messagepool	messagepool/selection.go:89	message selection done	{"took": 0.001296693}
    assertion_compare.go:332: 
        	Error Trace:	gateway_test.go:133
        	Error:      	"1000" is not less than "1000"
        	Test:       	TestGatewayWalletMsig
        	Messages:   	[]

It's unclear why we'd expect the balance to be less than the initial balance as I don't see a spend in the test, but I have no idea what's going on here.

@dirkmc
Copy link
Contributor

dirkmc commented Sep 1, 2021

hmm I'm not sure either - the balance is less when I run this test locally: the balance varies each time I run the test but it's around 860. Maybe because of gas costs?

@Kubuxu do you have some insight?

@arajasek
Copy link
Contributor

Closed in #8601

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/test-flakiness Impact: Test Flakiness kind/test Kind: Test
Projects
None yet
Development

No branches or pull requests

4 participants