You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: