This is an automated email from the git hooks/post-receive script.
spichugi pushed a change to branch master
in repository 389-ds-base.
from 0d5214d Ticket 49296 - Fix race condition in connection code with anonymous limits
adds 14e413a Issue 49043 - Add replica conflict test suite
No new revisions were added by this update.
Summary of changes:
.../tests/suites/replication/acceptance_test.py | 10 +-
.../suites/replication/changelog_trimming_test.py | 4 +-
.../suites/replication/conflict_resolve_test.py | 872 +++++++++++++++++++++
dirsrvtests/tests/suites/replication/conftest.py | 53 ++
.../tests/suites/replication/regression_test.py | 4 +-
.../replication/wait_for_async_feature_test.py | 6 +-
src/lib389/lib389/__init__.py | 7 +-
src/lib389/lib389/_constants.py | 29 +-
src/lib389/lib389/config.py | 14 +-
src/lib389/lib389/idm/user.py | 22 +
src/lib389/lib389/topologies.py | 36 +-
11 files changed, 1014 insertions(+), 43 deletions(-)
create mode 100644 dirsrvtests/tests/suites/replication/conflict_resolve_test.py
create mode 100644 dirsrvtests/tests/suites/replication/conftest.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.