tests/replica_sync_rodc: Test conflict handling on an RODC
authorGarming Sam <garming@catalyst.net.nz>
Wed, 14 Feb 2018 00:30:26 +0000 (13:30 +1300)
committerGarming Sam <garming@samba.org>
Thu, 15 Feb 2018 04:42:03 +0000 (05:42 +0100)
commit45d19167d52e42bd2f9369dbe37a233902cc81b0
tree86668dda360bb4157f80a158606412dc2453af6a
parente694b8a1b993bf7213b191e1132c5d02e16ab85d
tests/replica_sync_rodc: Test conflict handling on an RODC

There are two cases we are interested in:

1) RODC receives two identical DNs which conflict
2) RODC receives a rename to a DN which already exists

Currently these issues are ignored, but the UDV and HWM are being
updated, leading to objects/updates being skipped.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13269

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/knownfail.d/rodc_repl [new file with mode: 0644]
source4/selftest/tests.py
source4/torture/drs/python/replica_sync_rodc.py [new file with mode: 0644]