Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : update tesh (according to previous cleanups)
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Tue, 19 Mar 2013 12:50:30 +0000 (13:50 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Tue, 19 Mar 2013 15:26:23 +0000 (16:26 +0100)
examples/msg/mc/bugged1_liveness.tesh
examples/msg/mc/chord/chord_neverjoin.tesh

index 7bcb577..b083c7c 100644 (file)
@@ -39,6 +39,7 @@ $ ${bindir:=.}/bugged1_liveness --cfg=model-check:1 --cfg=contexts/factory:ucont
 > [0.000000] [mc_global/INFO] [(3)client] iSend (src=client, buff=(verbose only), size=(verbose only))
 > [0.000000] [mc_global/INFO] [(1)coordinator] Wait (comm=(verbose only) [(3)client -> (1)coordinator])
 > [0.000000] [mc_global/INFO] [(1)coordinator] iSend (src=coordinator, buff=(verbose only), size=(verbose only))
-> [0.000000] [mc_global/INFO] Expanded pairs = 23
-> [0.000000] [mc_global/INFO] Visited pairs = 21
-> [0.000000] [mc_global/INFO] Expanded / Visited = 0.913043
+> [0.000000] [mc_global/INFO] Expanded states = 22
+> [0.000000] [mc_global/INFO] Visited states = 21
+> [0.000000] [mc_global/INFO] Executed transitions = 21
+> [0.000000] [mc_global/INFO] Expanded / Visited = 0.954545
index c5c2a3c..2688128 100644 (file)
@@ -2,7 +2,7 @@
 
 ! expect signal SIGABRT
 ! timeout 200
-$ ${bindir:=.}/chord_liveness --cfg=model-check:1 --cfg=contexts/factory:ucontext 
+$ ${bindir:=.}/chord_liveness --cfg=model-check:1 --cfg=contexts/factory:ucontext
 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check' to '1'
 > [0.000000] [mc_global/INFO] Check the liveness property promela_chord_liveness
 > [Jean_Yves:node:(1) 0.000000] [chord_liveness/INFO] Joining the ring with id 14, knowing node 1
@@ -25,6 +25,7 @@ $ ${bindir:=.}/chord_liveness --cfg=model-check:1 --cfg=contexts/factory:ucontex
 > [0.000000] [mc_global/INFO] [(1)node] Wait (comm=(verbose only) [(3)node -> (1)node])
 > [0.000000] [mc_global/INFO] [(1)node] iRecv (dst=node, buff=(verbose only), size=(verbose only))
 > [0.000000] [mc_global/INFO] [(1)node] Test FALSE (comm=(verbose only))
-> [0.000000] [mc_global/INFO] Expanded pairs = 14
-> [0.000000] [mc_global/INFO] Visited pairs = 10
-> [0.000000] [mc_global/INFO] Expanded / Visited = 0.714286
+> [0.000000] [mc_global/INFO] Expanded states = 11
+> [0.000000] [mc_global/INFO] Visited states = 10
+> [0.000000] [mc_global/INFO] Executed transitions = 10
+> [0.000000] [mc_global/INFO] Expanded / Visited = 0.909091