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

The classes of reconciliation tests #62

Open
novakboskov opened this issue Jun 17, 2020 · 0 comments · May be fixed by #73
Open

The classes of reconciliation tests #62

novakboskov opened this issue Jun 17, 2020 · 0 comments · May be fixed by #73
Assignees

Comments

@novakboskov
Copy link
Collaborator

novakboskov commented Jun 17, 2020

There are at least the following classes of tests we need to cover in each sync algorithm:

  • Both A and B are empty sets
  • A is empty, B is not
  • B is empty, A is not
  • A is subset B
  • B is subset A
  • A intersection B is non-empty set but A - B is a huge set
  • A intersection B is non-empty set but B - A is a huge set
  • A and B have no intersection and both are huge sets
  • A and B are exactly equal but non-empty

Although, some specific syncs may need some extra. For example:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants