@cryptotaxi247 / kubo / commits / d73bf86cf

note issue for failing dht test cases

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Jan 25, 2018 at 21:19 UTC d73bf86cf7a7b7a52ccacd85b4de0a430bc39fcc
1 file changed +2 -2
test/sharness/t0170-dht.sh
+2 -2
@@ -41,13 +41,13 @@ test_expect_success 'get with good keys' '
41 ipfsi 1 dht get "/ipns/$PEERID_2" | grep -aq "/ipfs/$HASH"
42 '
43
44 -test_expect_failure 'put with bad keys' '
44 +test_expect_failure 'put with bad keys (issue #4611)' '
45 ! ipfsi 0 dht put "foo" "bar" &&
46 ! ipfsi 0 dht put "/pk/foo" "bar" &&
47 ! ipfsi 0 dht put "/ipns/foo" "bar"
48 '
49
50 -test_expect_failure 'get with bad keys' '
50 +test_expect_failure 'get with bad keys (issue #4611)' '
51 ! ipfsi 0 dht get "foo" &&
52 ! ipfsi 0 dht get "/pk/foo"
53 '