Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-kad-dht
Commits
858cde0d
Commit
858cde0d
authored
Jan 05, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dht test skips
parent
92c24c08
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
dht_test.go
dht_test.go
+5
-0
ext_test.go
ext_test.go
+2
-0
No files found.
dht_test.go
View file @
858cde0d
...
...
@@ -231,6 +231,7 @@ func TestProvides(t *testing.T) {
}
func
TestBootstrap
(
t
*
testing
.
T
)
{
// t.Skip("skipping test to debug another")
if
testing
.
Short
()
{
t
.
SkipNow
()
}
...
...
@@ -388,6 +389,7 @@ func TestProvidesMany(t *testing.T) {
}
func
TestProvidesAsync
(
t
*
testing
.
T
)
{
// t.Skip("skipping test to debug another")
if
testing
.
Short
()
{
t
.
SkipNow
()
}
...
...
@@ -442,6 +444,7 @@ func TestProvidesAsync(t *testing.T) {
}
func
TestLayeredGet
(
t
*
testing
.
T
)
{
// t.Skip("skipping test to debug another")
if
testing
.
Short
()
{
t
.
SkipNow
()
}
...
...
@@ -482,6 +485,7 @@ func TestLayeredGet(t *testing.T) {
}
func
TestFindPeer
(
t
*
testing
.
T
)
{
// t.Skip("skipping test to debug another")
if
testing
.
Short
()
{
t
.
SkipNow
()
}
...
...
@@ -596,6 +600,7 @@ func testPeerListsMatch(t *testing.T, p1, p2 []peer.ID) {
}
func
TestConnectCollision
(
t
*
testing
.
T
)
{
// t.Skip("skipping test to debug another")
if
testing
.
Short
()
{
t
.
SkipNow
()
}
...
...
ext_test.go
View file @
858cde0d
...
...
@@ -136,6 +136,7 @@ func TestGetFailures(t *testing.T) {
}
func
TestNotFound
(
t
*
testing
.
T
)
{
// t.Skip("skipping test to debug another")
if
testing
.
Short
()
{
t
.
SkipNow
()
}
...
...
@@ -210,6 +211,7 @@ func TestNotFound(t *testing.T) {
// If less than K nodes are in the entire network, it should fail when we make
// a GET rpc and nobody has the value
func
TestLessThanKResponses
(
t
*
testing
.
T
)
{
// t.Skip("skipping test to debug another")
// t.Skip("skipping test because it makes a lot of output")
ctx
:=
context
.
Background
()
...
...
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