summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-05-21 07:27:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:42 -0500
commitfcd4f22cd6c0050b775625ec561987a968bcccf7 (patch)
tree81e18120b414a2644aa893c0de926e73e3cba0d2 /source4/torture
parent7bb939b1cb2b39a8271cf16d9f5fce5312a9af10 (diff)
downloadsamba-fcd4f22cd6c0050b775625ec561987a968bcccf7.tar.gz
samba-fcd4f22cd6c0050b775625ec561987a968bcccf7.tar.bz2
samba-fcd4f22cd6c0050b775625ec561987a968bcccf7.zip
r23031: removed bogus event_loop_once() calls in RAW-CONTEXT test - they could
hang forever if an ealier one caused two operations to complete at once this is why RAW-CONTEXT was taking 5 minutes on the build farm (This used to be commit eeba37e25cdcaefac4a252fb4305bddaba217826)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/raw/context.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/torture/raw/context.c b/source4/torture/raw/context.c
index 2da291f2ed..10c5d97f9e 100644
--- a/source4/torture/raw/context.c
+++ b/source4/torture/raw/context.c
@@ -235,11 +235,6 @@ static BOOL test_session(struct smbcli_state *cli, TALLOC_CTX *mem_ctx)
}
- /* flush the queue */
- for (i=0; i < ARRAY_SIZE(sessions); i++) {
- event_loop_once(composite_contexts[0]->event_ctx);
- }
-
printf("finishing %d secondary security contexts on the same transport\n",
(int)ARRAY_SIZE(sessions));
for (i=0; i< ARRAY_SIZE(sessions); i++) {