From 357782ceb9d93c13da6e08b44ca4f2233ffaacac Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Fri, 8 Mar 2019 21:10:26 +0100 Subject: [PATCH] more README --- test/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/README.md b/test/README.md index ea6be79..a75008a 100644 --- a/test/README.md +++ b/test/README.md @@ -9,3 +9,15 @@ $ HOME=$PWD python3 basic_doctest.py -v $ python3 sync_test.py start two processes representing two devices and do a sync test +Once started sync_handshake.py is creating a trace of all sent messages in +TestInbox. There's a file named Laptop or Phone, respectively, which is working +as a marker; the modification date of this file is showing the mails being +considered as “already received”. If you delete the file and start i.e. + +$ cd Phone +$ rm ../TestInbox/Phone +$ HOME=$PWD lldb python3 -- ../sync_handshake.py -e Phone + +Then this side is doing a replay in the debugger. Using touch to set a +different date on the marker will only partly replay. +