Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
De-flake TestJetStreamClusterMirrorAndSourceExpiration (#6304)
`nextTTL` was not defaulted to `math.MaxInt64` so it would not cancel the age check in this condition: `if fs.state.Msgs == 0 && nextTTL == math.MaxInt64`. Signed-off-by: Maurice van Veen <[email protected]>
- Loading branch information