You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% megacheck ./...
raftgorums/integration_test.go:184:3: the goroutine calls T.FailNow, which must be called in the same goroutine as the test (SA2002)
raftgorums/integration_test.go:238:3: the goroutine calls T.FailNow, which must be called in the same goroutine as the test (SA2002)
raftgorums/integration_test.go:297:3: the goroutine calls T.FailNow, which must be called in the same goroutine as the test (SA2002)
raftgorums/integration_test.go:393:3: the goroutine calls T.FailNow, which must be called in the same goroutine as the test (SA2002)
raftgorums/integration_test.go:497:3: the goroutine calls T.FailNow, which must be called in the same goroutine as the test (SA2002)
raftgorums/raft.go:207:2: empty critical section (SA2001)
measure.go:114:3: the argument is already a string, there's no need to use fmt.Sprintf (S1025)filestorage.go:16:2: var snapshotBucket is unused (U1000)raftgorums/raft.go:64:2: field lookup is unused (U1000)raftgorums/raft.go:65:2: field peers is unused (U1000)
Not sure if the SA2002 problems identified above is related to the deadlock reported in issue #11.
The text was updated successfully, but these errors were encountered:
Not sure if the SA2002 problems identified above is related to the deadlock reported in issue #11.
The text was updated successfully, but these errors were encountered: