Skip to content

Instantly share code, notes, and snippets.

@dgnorton
Created July 23, 2015 01:25
Show Gist options
  • Save dgnorton/a739259c2537bd1eb59c to your computer and use it in GitHub Desktop.
Save dgnorton/a739259c2537bd1eb59c to your computer and use it in GitHub Desktop.
==================
WARNING: DATA RACE
Write by goroutine 91:
testing.(*common).FailNow()
/home/dgnorton/src/go/src/testing/testing.go:328 +0x49
testing.(*common).Fatalf()
/home/dgnorton/src/go/src/testing/testing.go:370 +0x97
github.com/dgnorton/raft.func·022()
/home/dgnorton/go/src/github.com/dgnorton/raft/raft_test.go:646 +0x31d
Previous write by goroutine 76:
testing.(*common).FailNow()
/home/dgnorton/src/go/src/testing/testing.go:328 +0x49
testing.(*common).Fatalf()
/home/dgnorton/src/go/src/testing/testing.go:370 +0x97
github.com/dgnorton/raft.func·022()
/home/dgnorton/go/src/github.com/dgnorton/raft/raft_test.go:646 +0x31d
Goroutine 91 (running) created at:
github.com/dgnorton/raft.TestRaft_ApplyConcurrent()
/home/dgnorton/go/src/github.com/dgnorton/raft/raft_test.go:652 +0x2a9
testing.tRunner()
/home/dgnorton/src/go/src/testing/testing.go:447 +0x133
Goroutine 76 (finished) created at:
github.com/dgnorton/raft.TestRaft_ApplyConcurrent()
/home/dgnorton/go/src/github.com/dgnorton/raft/raft_test.go:652 +0x2a9
testing.tRunner()
/home/dgnorton/src/go/src/testing/testing.go:447 +0x133
==================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment