Flaky Test
- Test Name:
TestReplaceClientWorker.
- Link:
|
func TestReplaceClientWorker(t *testing.T) { |
- Branch:
master
Logs
[2020-04-23T11:15:24.735Z] command [go test -tags integration -cover -coverprofile /tmp/gotestcover-272601207 github.com/elastic/beats/v7/libbeat/publisher/pipeline]: exit status 1
[2020-04-23T11:15:24.735Z] --- FAIL: TestReplaceClientWorker (22.78s)
[2020-04-23T11:15:24.735Z] --- FAIL: TestReplaceClientWorker/network_client (21.14s)
[2020-04-23T11:15:24.735Z] testing.go:163: reproduce test with `go test ... -seed 1587640503316678403`
[2020-04-23T11:15:24.735Z] output_test.go:176: #19: failed on input 0xe465fac794061efd
[2020-04-23T11:15:24.735Z] FAIL
[2020-04-24T11:57:22.282Z] command [go test -cover -coverprofile /tmp/gotestcover-932601786 github.com/elastic/beats/v7/libbeat/publisher/pipeline]: exit status 1
[2020-04-24T11:57:22.282Z] --- FAIL: TestReplaceClientWorker (21.07s)
[2020-04-24T11:57:22.282Z] --- FAIL: TestReplaceClientWorker/network_client (20.11s)
[2020-04-24T11:57:22.282Z] testing.go:166: reproduce test with `go test ... -seed 1587729421186575383`
[2020-04-24T11:57:22.282Z] output_test.go:176: #3: failed on input 0x20a6048f15abed14
[2020-04-24T11:57:22.282Z] FAIL
--- FAIL: TestReplaceClientWorker (21.03s)
--- FAIL: TestReplaceClientWorker/network_client (20.27s)
util.go:39: reproduce test with `go test ... -seed 1602089589034742949`
output_test.go:289: INFO: Connecting to mock_client
output_test.go:289: INFO: Connection to mock_client established
output_test.go:289: INFO: Connecting to mock_client
output_test.go:289: INFO: Connection to mock_client established
output_test.go:188: numBatches = 1038, numEvents = 103842, publishedFirst = 21084, publishedLater = 82619
output_test.go:195: #10: failed on input 0x735aa81be42f4df6
FAIL
Thanks to @urso for finding these in PR builds.
Flaky Test
TestReplaceClientWorker.beats/libbeat/publisher/pipeline/output_test.go
Line 86 in 5cc5654
masterLogs
Thanks to @urso for finding these in PR builds.