s3:torture: in LOCAL-MESSAGING-READ3, print some messages to child
authorMichael Adam <obnox@samba.org>
Tue, 23 Sep 2014 07:52:16 +0000 (09:52 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 24 Sep 2014 09:09:43 +0000 (11:09 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Wed Sep 24 11:09:43 CEST 2014 on sn-devel-104

source3/torture/test_messaging_read.c

index a51ae4f1b3b80e4dd00a7b81690c1a2ed81aad09..ef054ed47aba3446c4c4fbf494b170d463c09200 100644 (file)
@@ -339,6 +339,9 @@ static void ping_responder_exit(struct tevent_context *ev,
                                void *private_data)
 {
        bool *done = private_data;
+
+       printf("Child: received write on exit-pipe\n");
+
        *done = true;
 }
 
@@ -381,6 +384,8 @@ static void ping_responder(int ready_pipe, int exit_pipe)
                }
        }
 
+       printf("Child: done, exiting...\n");
+
        TALLOC_FREE(msg_ctx);
        TALLOC_FREE(ev);
 }