I've explained what the test does in Git a2b9891..3ba5a17: +# +# This testcase simply checks that the DHT command-line tools work. +# It launches a single peer, stores a value "testdata" under "testkey", +# and then gives the system 50 ms to fetch it. +# +# This could fail if +# - command line tool interfaces fail +# - DHT plugins for storage are not installed / working +# - block plugins for verification (the test plugin) is not installed +# +# The code does NOT depend on DHT routing or any actual P2P functionality. +#
Hope it helps! On 01/26/2017 12:59 PM, ng0 wrote: > Christian Grothoff <[email protected]> writes: > >> Not sure, my best guess is that this is Guix-specific, assuming this is >> still part of your Nix/Guix efforts. -Christian > > Indeed. Is the testsuite documented somewhere, or can you tell me > what this test wants to achieve, what it runs (I've looked at the > file but it didn't help very much)? This could help me to > understand the issue. > >> On 01/26/2017 12:20 AM, ng0 wrote: >>> I don't think (yet) it's worth opening a bug for this? >>> >>> =========================================== >>> gnunet 0.10.1: src/dht/test-suite.log >>> =========================================== >>> >>> # TOTAL: 7 >>> # PASS: 6 >>> # SKIP: 0 >>> # XFAIL: 0 >>> # FAIL: 1 >>> # XPASS: 0 >>> # ERROR: 0 >>> >>> .. contents:: :depth: 2 >>> >>> FAIL: test_dht_tools.py >>> ======================= >>> >>> TEST: Starting ARM...PASS >>> TEST: Testing put...PASS >>> TEST: Testing get...output `[]' differs from expected `['Result 0, type >>> 8:', 'testdata']' >>> FAIL test_dht_tools.py (exit status: 1) >>> >>> >>> >>> >> >> _______________________________________________ >> GNUnet-developers mailing list >> [email protected] >> https://lists.gnu.org/mailman/listinfo/gnunet-developers >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ GNUnet-developers mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnunet-developers
