Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c7de21f2
Commit
c7de21f2
authored
Sep 24, 2015
by
Brian Grant
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14501 from brendandburns/flakes3
Disable race detection for all integration tests
parents
0662141f
ec427f22
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
test-integration.sh
hack/test-integration.sh
+3
-1
etcd_tools_test.go
test/integration/etcd_tools_test.go
+1
-1
service_account_test.go
test/integration/service_account_test.go
+1
-1
No files found.
hack/test-integration.sh
View file @
c7de21f2
...
@@ -44,8 +44,10 @@ runTests() {
...
@@ -44,8 +44,10 @@ runTests() {
kube::log::status
"Running integration test cases"
kube::log::status
"Running integration test cases"
# TODO: Re-enable race detection when we switch to a thread-safe etcd client
# KUBE_RACE="-race"
KUBE_GOFLAGS
=
"-tags 'integration no-docker' "
\
KUBE_GOFLAGS
=
"-tags 'integration no-docker' "
\
KUBE_RACE
=
"
-race
"
\
KUBE_RACE
=
""
\
KUBE_TEST_API_VERSIONS
=
"
$1
"
\
KUBE_TEST_API_VERSIONS
=
"
$1
"
\
KUBE_API_VERSIONS
=
"v1,experimental/v1"
\
KUBE_API_VERSIONS
=
"v1,experimental/v1"
\
"
${
KUBE_ROOT
}
/hack/test-go.sh"
test
/integration
"
${
KUBE_ROOT
}
/hack/test-go.sh"
test
/integration
...
...
test/integration/etcd_tools_test.go
View file @
c7de21f2
// +build integration,!no-etcd
,!race
// +build integration,!no-etcd
/*
/*
Copyright 2014 The Kubernetes Authors All rights reserved.
Copyright 2014 The Kubernetes Authors All rights reserved.
...
...
test/integration/service_account_test.go
View file @
c7de21f2
// +build integration,!no-etcd
,!race
// +build integration,!no-etcd
/*
/*
Copyright 2014 The Kubernetes Authors All rights reserved.
Copyright 2014 The Kubernetes Authors All rights reserved.
...
...
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