Package: golang-github-hashicorp-raft / 1.0.0+git20180823.82694fb-3

test--skip-TestNetworkTransport_AppendEntriesPipeline_CloseStreams.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Last-Update: 2018-10-25
Forwarded: not-needed
Bug-Upstream: https://github.com/hashicorp/raft/issues/296
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907764
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: Disable unreliable test

--- a/net_transport_test.go
+++ b/net_transport_test.go
@@ -329,8 +329,9 @@
 	}
 }
 
 func TestNetworkTransport_AppendEntriesPipeline_CloseStreams(t *testing.T) {
+t.Skip("Disabled unreliable test")
 	// Transport 1 is consumer
 	trans1, err := makeTransport(t, true, "127.0.0.1:0")
 	if err != nil {
 		t.Fatalf("err: %v", err)