Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
slapos
Commits
54a7d647
Commit
54a7d647
authored
Jan 27, 2017
by
iv
Committed by
Administrator
Jan 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
golang: skip TestDialTimeout which fails for recent kernel
parent
a0d8b829
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
component/golang/0001-skip-TestDialTimeout-failing-with-recent-kernel.patch
...001-skip-TestDialTimeout-failing-with-recent-kernel.patch
+21
-0
component/golang/buildout.cfg
component/golang/buildout.cfg
+3
-0
No files found.
component/golang/0001-skip-TestDialTimeout-failing-with-recent-kernel.patch
0 → 100644
View file @
54a7d647
From 68f20deb1047b2408201cf0e59e70b0bd8e7f5a7 Mon Sep 17 00:00:00 2001
From: Gitlab Admin <gitlab-admins@nexedi.com>
Date: Thu, 26 Jan 2017 22:25:50 +0100
Subject: [PATCH] skip TestDialTimeout failing with recent kernel
diff --git a/src/net/dial_test.go b/src/net/dial_test.go
index 42898d6..f3d0d22 100644
--- a/src/net/dial_test.go
+++ b/src/net/dial_test.go
@@ -32,6 +32,7 @@
func newLocalListener(t *testing.T) Listener {
}
func TestDialTimeout(t *testing.T) {
+ t.Skip("skipping test for Go 1.4; needed for kernel 4.8.15")
origBacklog := listenerBacklog
defer func() {
listenerBacklog = origBacklog
--
2.2.1
component/golang/buildout.cfg
View file @
54a7d647
...
...
@@ -22,6 +22,9 @@ environment =
url = https://storage.googleapis.com/golang/go1.4.3.src.tar.gz
md5sum = dfb604511115dd402a77a553a5923a04
environment-extra =
patch-options = -p1
patches =
${:_profile_base_location_}/0001-skip-TestDialTimeout-failing-with-recent-kernel.patch#64c8f54f02e32c6e3da322d5553c930c
[golang15]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment