summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-02-07 17:06:47 +0100
committerAndrew Bartlett <abartlet@samba.org>2017-02-08 23:20:18 +0100
commit41bc007d49e8bb304cdfb07231d402fa9ad828d7 (patch)
tree96cad7bd2dc855650e0b05f5d49786dfa2085c19 /selftest
parentdd6d119c801076547fc0d087a2b959100146ba95 (diff)
downloadsamba-41bc007d49e8bb304cdfb07231d402fa9ad828d7.tar.gz
torture/drs: remove pointless nc_object_count replication checks in test_link_utdv_hwm()
nc_object_count and nc_linked_attributes_count are only filled if DRSUAPI_DRS_GET_NC_SIZE is requested. And they should contain the total number. This is only useful for the initial replication. Samba ignores DRSUAPI_DRS_GET_NC_SIZE currently but that will change in the following commits. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12398 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/knownfail2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/knownfail b/selftest/knownfail
index d96e238796c..b453b9c820b 100644
--- a/selftest/knownfail
+++ b/selftest/knownfail
@@ -312,3 +312,5 @@
^samba.tests.dcerpc.dnsserver.samba.tests.dcerpc.dnsserver.DnsserverTests.test_add_duplicate_different_type.*
^samba.tests.dcerpc.dnsserver.samba.tests.dcerpc.dnsserver.DnsserverTests.test_rank_none.*
^samba.tests.dcerpc.dnsserver.samba.tests.dcerpc.dnsserver.DnsserverTests.test_security_descriptor.*
+# nc_object_count is updated without GET_NC_SIZE
+^samba4.drs.getnc_exop.python.*getnc_exop.DrsReplicaSyncTestCase.test_link_utdv_hwm.*