Hi, I was able to reproduce the failure by adding a 1-second sleep in the LogicalRepApplyLoop function However, I noticed that the tests under src/test/subscription run significantly slower— is this normal?
A simpler way to consistently reproduce the issue is to add a 1-second sleep in the LogicalRepApplyLoop function, just before the call to WaitLatchOrSocket. This reproduces the test failure consistently for me. The failure reason is the same as in [1].