Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c2fd3317
Commit
c2fd3317
authored
6 years ago
by
Nick Thomas
Committed by
Jacob Vosmaer (GitLab)
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run tests against Go 1.10 and fix a bug exposed by doing so
parent
50eeaa4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
.gitlab-ci.yml
.gitlab-ci.yml
+4
-0
internal/helper/writeafterreader_test.go
internal/helper/writeafterreader_test.go
+1
-1
No files found.
.gitlab-ci.yml
View file @
c2fd3317
...
...
@@ -13,6 +13,10 @@ test using go 1.9:
image
:
golang:1.9
<<
:
*test_definition
test using go 1.10
:
image
:
golang:1.10
<<
:
*test_definition
test:release:
only
:
-
tags
...
...
This diff is collapsed.
Click to expand it.
internal/helper/writeafterreader_test.go
View file @
c2fd3317
...
...
@@ -85,7 +85,7 @@ func TestComplainingWriterSanity(t *testing.T) {
w
.
CheerUp
()
if
_
,
err
:=
io
.
Copy
(
w
,
testReader
(
testData
));
err
!=
nil
{
t
.
Error
(
"copy after CheerUp: %v"
,
err
)
t
.
Error
f
(
"copy after CheerUp: %v"
,
err
)
}
if
result
:=
recorder
.
String
();
result
!=
testData
{
...
...
This diff is collapsed.
Click to expand it.
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