File: test--skip-TestNetworkTransport_AppendEntriesPipeline_CloseStreams.patch

package info (click to toggle)
golang-github-hashicorp-raft 1.0.0%2Bgit20180823.82694fb-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 704 kB
  • sloc: makefile: 17; sh: 9
file content (19 lines) | stat: -rw-r--r-- 589 bytes parent folder | 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)