From 6552cb37c5f1dcc48519f5d8b9767660872cd2a5 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 13 Nov 2017 11:50:51 +0100 Subject: [PATCH] Revalidate tesh files (DHT examples). Simply assume that the new traces are correct. --- examples/java/dht/chord/dht-chord.tesh | 2 +- examples/msg/dht-kademlia/dht-kademlia.tesh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/java/dht/chord/dht-chord.tesh b/examples/java/dht/chord/dht-chord.tesh index 85328dc67a..4ab498e6f7 100644 --- a/examples/java/dht/chord/dht-chord.tesh +++ b/examples/java/dht/chord/dht-chord.tesh @@ -4,7 +4,7 @@ $ java -classpath ${classpath:=.} dht/chord/Main ${srcdir:=.}/../platforms/cluster.xml ${srcdir:=.}/dht/chord/chord.xml > [0.000000] [java/INFO] Using regular java threads. -> [1046.787586] [java/INFO] MSG_main finished; Cleaning up the simulation... +> [1046.732943] [java/INFO] MSG_main finished; Cleaning up the simulation... > [node-1.acme.org:dht.chord.Node:(2) 0.000000] [java/INFO] Joining the ring with id 366680 knowing node 42 > [node-2.acme.org:dht.chord.Node:(3) 0.000000] [java/INFO] Joining the ring with id 533744 knowing node 366680 > [node-3.acme.org:dht.chord.Node:(4) 0.000000] [java/INFO] Joining the ring with id 1319738 knowing node 42 diff --git a/examples/msg/dht-kademlia/dht-kademlia.tesh b/examples/msg/dht-kademlia/dht-kademlia.tesh index 17c786bec1..cecf9b67dc 100644 --- a/examples/msg/dht-kademlia/dht-kademlia.tesh +++ b/examples/msg/dht-kademlia/dht-kademlia.tesh @@ -18,10 +18,10 @@ $ $SG_TEST_EXENV ${bindir:=.}/dht-kademlia ${srcdir:=.}/cluster.xml ${srcdir:=.} > [ 0.000000] (12:node@node-11.acme.org) Hi, I'm going to join the network with id 2047 > [ 0.000000] (13:node@node-12.acme.org) Hi, I'm going to join the network with id 4095 > [780.000000] ( 7:node@node-6.acme.org) 5/5 FIND_NODE have succeeded -> [780.000000] ( 9:node@node-8.acme.org) 5/5 FIND_NODE have succeeded -> [780.000000] ( 3:node@node-2.acme.org) 6/6 FIND_NODE have succeeded +> [780.000000] ( 9:node@node-8.acme.org) 6/6 FIND_NODE have succeeded +> [780.000000] ( 3:node@node-2.acme.org) 5/5 FIND_NODE have succeeded > [780.000000] ( 2:node@node-1.acme.org) 6/6 FIND_NODE have succeeded -> [780.000000] (11:node@node-10.acme.org) 5/5 FIND_NODE have succeeded +> [780.000000] (11:node@node-10.acme.org) 6/6 FIND_NODE have succeeded > [780.000000] ( 1:node@node-0.acme.org) 7/7 FIND_NODE have succeeded > [780.000000] ( 5:node@node-4.acme.org) 6/6 FIND_NODE have succeeded > [780.000000] (13:node@node-12.acme.org) 6/6 FIND_NODE have succeeded -- 2.20.1