Skip to content

Instantly share code, notes, and snippets.

@mariokostelac
Created August 25, 2014 09:16
Show Gist options
  • Save mariokostelac/acb214b71797e1f1d41b to your computer and use it in GitHub Desktop.
Save mariokostelac/acb214b71797e1f1d41b to your computer and use it in GitHub Desktop.
panic: nil
goroutine 18 [running]:
runtime.panic(0x0, 0x0)
/usr/lib/go/src/pkg/runtime/panic.c:266 +0xb6
github.com/backplane/platform/servercomm.func<C2><B7>005()
/home/vagrant/go/src/github.com/backplane/platform/servercomm/subscription_test.go:57 +0x29
created by time.goFunc
/usr/lib/go/src/pkg/time/sleep.go:123 +0x47
goroutine 1 [chan receive]:
testing.RunTests(0x62bd40, 0x7b6960, 0x7, 0x7, 0x1)
/usr/lib/go/src/pkg/testing/testing.go:472 +0x8d5
testing.Main(0x62bd40, 0x7b6960, 0x7, 0x7, 0x7bb1a0, ...)
/usr/lib/go/src/pkg/testing/testing.go:403 +0x84
main.main()
github.com/backplane/platform/servercomm/_test/_testmain.go:59 +0x9c
goroutine 3 [chan receive]:
github.com/golang/glog.(*loggingT).flushDaemon(0x7bc340)
/home/vagrant/go/src/github.com/golang/glog/glog.go:839 +0x50
created by github.com/golang/glog.init<C2><B7>1
/home/vagrant/go/src/github.com/golang/glog/glog.go:406 +0x276
goroutine 4 [syscall]:
runtime.goexit()
/usr/lib/go/src/pkg/runtime/proc.c:1394
goroutine 17 [chan receive]:
github.com/backplane/platform/servercomm.TestSubscriptionBlockIfItsNotClosed(0xc21004c3f0)
/home/vagrant/go/src/github.com/backplane/platform/servercomm/subscription_test.go:60 +0x59
testing.tRunner(0xc21004c3f0, 0x7b69f0)
/usr/lib/go/src/pkg/testing/testing.go:391 +0x8b
created by testing.RunTests
/usr/lib/go/src/pkg/testing/testing.go:471 +0x8b2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment