From 4f3542d1f6ce52c0d190d9ee21d641d5d313e1c7 Mon Sep 17 00:00:00 2001 From: Maximiliano Geier Date: Fri, 7 Dec 2012 14:47:11 +0100 Subject: [PATCH 1/1] chainsend: change tesh to test with 8192 pieces --- examples/msg/chainsend/chainsend.tesh | 20 ++++++------ examples/msg/chainsend/deployment_tesh.xml | 36 ++++++++++++++++++++++ 2 files changed, 46 insertions(+), 10 deletions(-) create mode 100644 examples/msg/chainsend/deployment_tesh.xml diff --git a/examples/msg/chainsend/chainsend.tesh b/examples/msg/chainsend/chainsend.tesh index a78a40a485..bee790907d 100644 --- a/examples/msg/chainsend/chainsend.tesh +++ b/examples/msg/chainsend/chainsend.tesh @@ -4,7 +4,7 @@ p Testing the chainsend MSG implementation ! timeout 10 ! output sort -$ $SG_TEST_EXENV ${bindir:=.}/chainsend ${srcdir:=.}/platform_chainsend.xml ${srcdir:=.}/deployment_chainsend.xml "--log=root.fmt:[%12.6r]%e(%i:%P@%h)%e%m%n" +$ $SG_TEST_EXENV ${bindir:=.}/chainsend ${srcdir:=.}/platform_chainsend.xml ${srcdir:=.}/deployment_tesh.xml "--log=root.fmt:[%12.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (0:@) test_all > [ 0.000000] (1:broadcaster@host0) broadcaster > [ 0.000000] (2:peer@host1) peer @@ -15,12 +15,12 @@ $ $SG_TEST_EXENV ${bindir:=.}/chainsend ${srcdir:=.}/platform_chainsend.xml ${sr > [ 0.000000] (7:peer@host6) peer > [ 0.000000] (8:peer@host7) peer > [ 0.000000] (9:peer@host8) peer -> [ 88.950000] (2:peer@host1) Waiting for sends to finish before shutdown... -> [ 221.070000] (3:peer@host2) Waiting for sends to finish before shutdown... -> [ 289.980000] (4:peer@host3) Waiting for sends to finish before shutdown... -> [ 293.890000] (5:peer@host4) Waiting for sends to finish before shutdown... -> [ 304.300000] (6:peer@host5) Waiting for sends to finish before shutdown... -> [ 310.940000] (7:peer@host6) Waiting for sends to finish before shutdown... -> [ 314.850000] (8:peer@host7) Waiting for sends to finish before shutdown... -> [ 314.930000] (9:peer@host8) Waiting for sends to finish before shutdown... -> [ 316.850000] (0:@) Total simulation time: 3.168500e+02 +> [ 81.940000] (2:peer@host1) Waiting for sends to finish before shutdown... +> [ 81.950000] (3:peer@host2) Waiting for sends to finish before shutdown... +> [ 81.960000] (4:peer@host3) Waiting for sends to finish before shutdown... +> [ 81.970000] (5:peer@host4) Waiting for sends to finish before shutdown... +> [ 81.980000] (6:peer@host5) Waiting for sends to finish before shutdown... +> [ 81.990000] (7:peer@host6) Waiting for sends to finish before shutdown... +> [ 82.000000] (8:peer@host7) Waiting for sends to finish before shutdown... +> [ 82.010000] (9:peer@host8) Waiting for sends to finish before shutdown... +> [ 83.000000] (0:@) Total simulation time: 8.300000e+01 diff --git a/examples/msg/chainsend/deployment_tesh.xml b/examples/msg/chainsend/deployment_tesh.xml new file mode 100644 index 0000000000..72825f542c --- /dev/null +++ b/examples/msg/chainsend/deployment_tesh.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.20.1