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

Integration test: Add more complex test cases that leverage seqtest.Generator #789

Open
sravotto opened this issue Mar 20, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@sravotto
Copy link
Contributor

sravotto commented Mar 20, 2024

It would be useful to have end-to-end integration tests that leverage seqtest.Generator.
This will generate a sequence of mutations that can be applied into the source. The integration test framework has means to set up the end-to-end environment that will be able to replicate the mutations into the target database.
The seqtest,Generator already has code to validate that the data in the target tables has maintained the correct order of updates.

@sravotto sravotto added the enhancement New feature or request label Mar 20, 2024
@bobvawter bobvawter self-assigned this Mar 29, 2024
@bobvawter
Copy link
Member

The working plan is to expand the seqtest.Generator API to be able to write into the integration-test source database. We can leverage it for the cdc/server and other xylogical frontends.

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

No branches or pull requests

2 participants