Skip to content

The classes of reconciliation tests #62

Description

@novakboskov

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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions