The branch, master has been updated
       via  8ca8250... s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as 
the test is broken
      from  cc69512... s3:rpc_server: fix valgrind warning

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8ca8250443319e0f19f05aab2014118fd03eaa8a
Author: Stefan Metzmacher <[email protected]>
Date:   Sun Aug 8 10:15:12 2010 +0200

    s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is broken
    
    See https://bugzilla.samba.org/show_bug.cgi?id=7486.
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/rpc/spoolss_notify.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/spoolss_notify.c 
b/source4/torture/rpc/spoolss_notify.c
index 8e23637..7ef054a 100644
--- a/source4/torture/rpc/spoolss_notify.c
+++ b/source4/torture/rpc/spoolss_notify.c
@@ -500,6 +500,15 @@ static bool test_RFFPCNEx(struct torture_context *tctx,
 #endif
        struct dcerpc_binding_handle *b = p->binding_handle;
 
+       /*
+        * FIXME:
+        * This test is currently broken, as the started dcerpc server
+        * does not accept anonyous connection, because it is not provisioned.
+        *
+        * See https://bugzilla.samba.org/show_bug.cgi?id=7486.
+        */
+       torture_skip(tctx, "skipping test_RFFPCNEx tests\n");
+
        received_packets = NULL;
 
        /* Start DCE/RPC server */


-- 
Samba Shared Repository

Reply via email to