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

Race condition in HandleWork #141

Open
bobheadxi opened this issue May 12, 2018 · 0 comments
Open

Race condition in HandleWork #141

bobheadxi opened this issue May 12, 2018 · 0 comments
Labels

Comments

@bobheadxi
Copy link
Member

bobheadxi commented May 12, 2018

Run go test -race ./...

--- FAIL: TestHandleWork (0.11s)
        testing.go:730: race detected during execution of test
time="2018-05-11T22:37:50-07:00" level=info msg="Starting Cumulus node"
time="2018-05-11T22:37:50-07:00" level=info msg="Saved new user info to file user.json"
time="2018-05-11T22:37:50-07:00" level=info msg="Created new blockchain with genesis block"
time="2018-05-11T22:37:50-07:00" level=info msg="Starting listener on 127.0.0.1:8080"
time="2018-05-11T22:37:50-07:00" level=debug msg="Worker waiting for work"
time="2018-05-11T22:37:50-07:00" level=info msg="Starting miner"
time="2018-05-11T22:37:50-07:00" level=debug msg="Miner started"
☁️  Welcome to the ☀️  Cumulus console ☁️
EOF
FAIL
coverage: 44.4% of statements
@bobheadxi bobheadxi added the bug label May 12, 2018
bobheadxi added a commit that referenced this issue May 12, 2018
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