summaryrefslogtreecommitdiffstats
path: root/source3/selftest
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-05-07 11:21:04 +0200
committerVolker Lendecke <vl@samba.org>2014-05-08 11:32:44 +0200
commit50a66d588a13888a594b785c700695771bf6224d (patch)
treeaebe7fa1bb562b63a2cff7b76d9efd9902e01565 /source3/selftest
parent8763c8c19625a974b040987e6fd73aea0434730a (diff)
downloadsamba-50a66d588a13888a594b785c700695771bf6224d.tar.gz
samba-50a66d588a13888a594b785c700695771bf6224d.tar.xz
samba-50a66d588a13888a594b785c700695771bf6224d.zip
torture3: local-messaging-read3
This is a testcase for the rpc-style messaging nested event context. We have to fork here: The nested event context does not reply to the PING message, it only listens for the PONG response. But that's the point of the patches: Correctly pick just one message in a nested event context. I think this is the best we can do with nested event contexts. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu May 8 11:32:44 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index fcf3cd58c01..bad66d32868 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -104,6 +104,7 @@ local_tests = [
"LOCAL-IDMAP-TDB-COMMON",
"LOCAL-MESSAGING-READ1",
"LOCAL-MESSAGING-READ2",
+ "LOCAL-MESSAGING-READ3",
"LOCAL-hex_encode_buf",
"LOCAL-sprintf_append",
"LOCAL-remove_duplicate_addrs2"]