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
dms3
go-dms3
Commits
abeea4f8
Commit
abeea4f8
authored
May 17, 2016
by
Jeromy Johnson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2720 from ipfs/flaky_dht_query
marks dht query as known breakage for now
parents
41c5e11a
8d35bd5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test/sharness/t0170-dht.sh
test/sharness/t0170-dht.sh
+2
-1
No files found.
test/sharness/t0170-dht.sh
View file @
abeea4f8
...
...
@@ -50,7 +50,8 @@ test_expect_success 'get' '
# ipfs dht query <peerID>
## We query 3 different keys, to statisically lower the chance that the queryer
## turns out to be the closest to what a key hashes to.
test_expect_success
'query'
'
# TODO: flaky. tracked by https://github.com/ipfs/go-ipfs/issues/2620
test_expect_failure
'query'
'
ipfsi 3 dht query banana >actual &&
ipfsi 3 dht query apple >>actual &&
ipfsi 3 dht query pear >>actual &&
...
...
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