Description
I see failures on fast machines that seem to be because we're specifying the current timestamp as CurrentSCN, which actually filters data that is inserted at the current timestamp.
We should use now()+1 as the CurrentSCN in these cases.
Attachments
Issue Links
- is related to
-
PHOENIX-6835 Flakey RowTimestampIT.testAutomaticallySettingRowTimestampWithDate
- Resolved
- links to