summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-09-22 05:17:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:59 -0500
commite84cc8e538020b4fdaea0719b18d26b24862d5a4 (patch)
tree67a614edfc92b3e9d0fcbfd341734c0cb2a11ef8 /source4
parent2f377d5101783ed4d8c96a46aaec61895cc7b6ad (diff)
downloadsamba-e84cc8e538020b4fdaea0719b18d26b24862d5a4.tar.gz
samba-e84cc8e538020b4fdaea0719b18d26b24862d5a4.tar.bz2
samba-e84cc8e538020b4fdaea0719b18d26b24862d5a4.zip
r2500: disable the sleep test in echo until we have a win32 echo server that
does Microsoft style async rpc serving (This used to be commit 050dcd9b95576e1a9c0cb2144fc01c690853abc0)
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/echo.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/source4/torture/rpc/echo.c b/source4/torture/rpc/echo.c
index 43c794e040..707b0d0313 100644
--- a/source4/torture/rpc/echo.c
+++ b/source4/torture/rpc/echo.c
@@ -277,23 +277,21 @@ BOOL torture_rpc_echo(int dummy)
return False;
}
-#if 1
if (!test_addone(p, mem_ctx)) {
ret = False;
}
- if (!test_echodata(p, mem_ctx)) {
+ if (!test_sinkdata(p, mem_ctx)) {
ret = False;
}
- if (!test_sourcedata(p, mem_ctx)) {
+ if (!test_echodata(p, mem_ctx)) {
ret = False;
}
- if (!test_sinkdata(p, mem_ctx)) {
+ if (!test_sourcedata(p, mem_ctx)) {
ret = False;
}
-#endif
if (!test_testcall(p, mem_ctx)) {
ret = False;
@@ -303,10 +301,11 @@ BOOL torture_rpc_echo(int dummy)
ret = False;
}
+/*
if (!test_sleep(p, mem_ctx)) {
ret = False;
}
-
+*/
printf("\n");
talloc_destroy(mem_ctx);