selftest: Add test for deleted single-valued link conflict
authorTim Beale <timbeale@catalyst.net.nz>
Tue, 26 Sep 2017 00:55:11 +0000 (13:55 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 20 Oct 2017 02:05:20 +0000 (04:05 +0200)
commit77abba58802d25094b269370cf974704f42ebdf9
tree604f6dda71a7032b3a23182c98224a91f0b63c7c
parent9c54e7484f703176d9ffd72371e353deb30f7108
selftest: Add test for deleted single-valued link conflict

Currently we're only testing the case where the links have been modified
independently on 2 different DCs and both the links are active. We also
want to test the case where one link is active and the other is deleted.

Technically, this isn't really a conflict - the links involve different
target DNs, and the end result is still only one active link.

It's still probably worth having these tests to prove that fixing bug
13055 doesn't break anything.

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

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/drs/python/link_conflicts.py