Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a test to check URP add and delete conflict #6159

Closed
progier389 opened this issue Apr 30, 2024 · 0 comments
Closed

Add a test to check URP add and delete conflict #6159

progier389 opened this issue Apr 30, 2024 · 0 comments
Assignees
Labels
CI test Involves lib389 CI test
Milestone

Comments

@progier389
Copy link
Contributor

The goal is simply to add some test about URP conflict handling in the ADD - DEL because I got some surprise when dealing with conflict entries.
One of the test is performing ADD, SYNC TO REPLICA A, SYNC TO REPLICA B, DEL and test all orders of that sequence between 3 replica
Note: there are about 5700 orders and the test spend 6 days
A second test tries to clean conflict entry in a weird case (crossed entries that should theoretically not happen but was sometime seen anyway)

Theses tests requires URP_VERY_LONG_TEST environment variable to run.

Note:
Initially I though about trying all the order of single actions on the 3 replica but that is more than 1M orders and 3.5 years of test ! -;)

@progier389 progier389 added the CI test Involves lib389 CI test label Apr 30, 2024
@progier389 progier389 added this to the 3.0.0 milestone Apr 30, 2024
@progier389 progier389 self-assigned this Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI test Involves lib389 CI test
Projects
None yet
Development

No branches or pull requests

1 participant