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

TestWatchResumeCompacted: test timed out after 10m0s #6535

Closed
heyitsanthony opened this issue Sep 27, 2016 · 0 comments
Closed

TestWatchResumeCompacted: test timed out after 10m0s #6535

heyitsanthony opened this issue Sep 27, 2016 · 0 comments
Assignees
Milestone

Comments

@heyitsanthony
Copy link
Contributor

via semaphore (https://semaphoreci.com/coreos/etcd/branches/master/builds/1001)

goroutine 68462 [chan receive, 5 minutes]:
github.com/coreos/etcd/clientv3.(*watchGrpcStream).Close(0x1c383200, 0x0, 0x0)
    /home/runner/workspace/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:323 +0x95
github.com/coreos/etcd/clientv3.(*watcher).Close(0x1a9c5050, 0x0, 0x0)
    /home/runner/workspace/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:309 +0xad
runtime.Goexit()
    /usr/local/golang/1.7/go/src/runtime/panic.go:340 +0xde
testing.(*common).FailNow(0x1c38a800)
    /usr/local/golang/1.7/go/src/testing/testing.go:453 +0x32
testing.(*common).Fatalf(0x1c38a800, 0x88bcdee, 0x1d, 0x0, 0x0, 0x0)
    /usr/local/golang/1.7/go/src/testing/testing.go:496 +0x71
github.com/coreos/etcd/clientv3/integration.TestWatchResumeCompacted(0x1c38a800)
    /home/runner/workspace/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/integration/watch_test.go:373 +0x57d
testing.tRunner(0x1c38a800, 0x8934c34)
    /usr/local/golang/1.7/go/src/testing/testing.go:610 +0x8c
created by testing.(*T).Run
    /usr/local/golang/1.7/go/src/testing/testing.go:646 +0x2a5
@xiang90 xiang90 added this to the v3.1.0-rc.0 milestone Sep 28, 2016
heyitsanthony pushed a commit to heyitsanthony/etcd that referenced this issue Oct 21, 2016
The watch's etcd server is shutdown to keep the watch in a retry state as
keys are put and compacted on the cluster. When the server restarts,
there is a window where the compact hasn't been applied which may cause
the watch to receive all events instead of only a compaction error.

Fixes etcd-io#6535
heyitsanthony pushed a commit to heyitsanthony/etcd that referenced this issue Oct 21, 2016
The watch's etcd server is shutdown to keep the watch in a retry state as
keys are put and compacted on the cluster. When the server restarts,
there is a window where the compact hasn't been applied which may cause
the watch to receive all events instead of only a compaction error.

Fixes etcd-io#6535
heyitsanthony pushed a commit to heyitsanthony/etcd that referenced this issue Oct 21, 2016
The watch's etcd server is shutdown to keep the watch in a retry state as
keys are put and compacted on the cluster. When the server restarts,
there is a window where the compact hasn't been applied which may cause
the watch to receive all events instead of only a compaction error.

Fixes etcd-io#6535
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants