Skip to content

Instantly share code, notes, and snippets.

@dgnorton
Created December 3, 2015 17:35
Show Gist options
  • Save dgnorton/b620f85c6843aa63885d to your computer and use it in GitHub Desktop.
Save dgnorton/b620f85c6843aa63885d to your computer and use it in GitHub Desktop.
==================
WARNING: DATA RACE
Write by goroutine 17:
github.com/influxdb/influxdb/cmd/influxd/run_test.configureLogging()
/home/dgnorton/i/go/src/github.com/influxdb/influxdb/cmd/influxd/run/server_helpers_test.go:424 +0x247
github.com/influxdb/influxdb/cmd/influxd/run_test.NewCluster()
/home/dgnorton/i/go/src/github.com/influxdb/influxdb/cmd/influxd/run/server_helpers_test.go:452 +0x59d
github.com/influxdb/influxdb/cmd/influxd/run_test.TestCluster_DatabaseCommands()
/home/dgnorton/i/go/src/github.com/influxdb/influxdb/cmd/influxd/run/server_cluster_test.go:53 +0x5f
testing.tRunner()
/home/dgnorton/src/go/src/testing/testing.go:456 +0xdc
Previous read by goroutine 13:
[failed to restore the stack]
Goroutine 17 (running) created at:
testing.RunTests()
/home/dgnorton/src/go/src/testing/testing.go:561 +0xaa3
testing.(*M).Run()
/home/dgnorton/src/go/src/testing/testing.go:494 +0xe4
main.main()
github.com/influxdb/influxdb/cmd/influxd/run/_test/_testmain.go:224 +0x20f
Goroutine 13 (finished) created at:
github.com/influxdb/influxdb/meta.(*Store).Open()
/home/dgnorton/i/go/src/github.com/influxdb/influxdb/meta/store.go:265 +0x92d
github.com/influxdb/influxdb/cmd/influxd/run.(*Server).Open.func1()
/home/dgnorton/i/go/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:381 +0x1042
github.com/influxdb/influxdb/cmd/influxd/run.(*Server).Open()
/home/dgnorton/i/go/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:427 +0x3e
github.com/influxdb/influxdb/cmd/influxd/run_test.OpenServer()
/home/dgnorton/i/go/src/github.com/influxdb/influxdb/cmd/influxd/run/server_helpers_test.go:60 +0x11f
github.com/influxdb/influxdb/cmd/influxd/run_test.NewCluster()
/home/dgnorton/i/go/src/github.com/influxdb/influxdb/cmd/influxd/run/server_helpers_test.go:448 +0x3ea
github.com/influxdb/influxdb/cmd/influxd/run_test.TestCluster_DatabaseCommands()
/home/dgnorton/i/go/src/github.com/influxdb/influxdb/cmd/influxd/run/server_cluster_test.go:53 +0x5f
testing.tRunner()
/home/dgnorton/src/go/src/testing/testing.go:456 +0xdc
==================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment