-
Task
-
Resolution: Done
-
Blocker
-
None
-
None
SQL Server tests make an implicit assumption that snapshot phase is completed before records are written to the database for streaming phase testing. This is not the case in slow environments (Travis) or with unfortunate timing. We need to add explicit wait for snapshot completion.
The snapshot at the beginning records max LSN - it is not guranteed though that the test data are not written before the LSN is recorded.