Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QRep: Add test for no rows mirror (#1396)
Adds a test for syncing an empty table via QRep. This PR is to address [this comment](#1393 (comment)) The test successfully caught the error which was seen [pre-patch](#1393): ``` qrep_flow_pg_test.go:340: Error Trace: peerdb/flow/e2e/postgres/qrep_flow_pg_test.go:340 Error: Received unexpected error: workflow execution error (type: QRepFlowWorkflow, workflowID: default-test-workflow-id, runID: default-test-run-id): runtime error: integer divide by zero ```
- Loading branch information