replicator icon indicating copy to clipboard operation
replicator copied to clipboard

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

Open sravotto opened this issue 11 months ago • 1 comments

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 avatar Mar 20 '24 18:03 sravotto

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.

bobvawter avatar Mar 29 '24 20:03 bobvawter