From 0380fddde67fd46e9e5a201121f3c38ba15f6ccd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 20 Oct 2013 18:02:39 +0000 Subject: -simplify to use new namestore API to skip initial iteration, document now passing quickupdate test better --- src/gns/test_gns_quickupdate.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/gns/test_gns_quickupdate.sh') diff --git a/src/gns/test_gns_quickupdate.sh b/src/gns/test_gns_quickupdate.sh index 001e89a73..84882a70b 100755 --- a/src/gns/test_gns_quickupdate.sh +++ b/src/gns/test_gns_quickupdate.sh @@ -9,13 +9,23 @@ gnunet-identity -C delegatedego -c test_gns_lookup.conf DELEGATED_PKEY=$(gnunet-identity -d -c test_gns_lookup.conf | grep delegatedego | awk '{print $3}') gnunet-arm -i gns -c test_gns_lookup.conf gnunet-namestore -p -z testego -a -n b -t PKEY -V $DELEGATED_PKEY -e never -c test_gns_lookup.conf -sleep 5 +# Give GNS/namestore time to fully start and finish initial iteration +sleep 2 +# Performing namestore update gnunet-namestore -p -z delegatedego -a -n www -t A -V $TEST_IP -e never -c test_gns_lookup.conf +# Give GNS chance to observe store event via monitor +sleep 1 gnunet-namestore -z delegatedego -d -n www -t A -V $TEST_IP -e never -c test_gns_lookup.conf +# give GNS chance to process monitor event +sleep 1 +# stop everything and restart to check that DHT PUT did happen gnunet-arm -k gns -c test_gns_lookup.conf gnunet-arm -k namestore -c test_gns_lookup.conf gnunet-arm -k namecache -c test_gns_lookup.conf +# Purge nameacache, as we might otherwise fetch from there rm -r `gnunet-config -c test_gns_lookup.conf -s namecache-sqlite -o FILENAME` +gnunet-arm -i namestore -c test_gns_lookup.conf +gnunet-arm -i namecache -c test_gns_lookup.conf gnunet-arm -i gns -c test_gns_lookup.conf RES_IP=`$DO_TIMEOUT gnunet-gns --raw -z testego -u www.b.gnu -t A -c test_gns_lookup.conf` gnunet-namestore -z testego -d -n b -t PKEY -V $DELEGATED_PKEY -e never -c test_gns_lookup.conf -- cgit v1.2.3