TileDB-Inc / TileDB-R

R interface to TileDB: The Modern Database
https://tiledb-inc.github.io/TileDB-R
Other
103 stars 18 forks source link

Refactor time travel test using absolute timestamps #716

Closed eddelbuettel closed 3 months ago

eddelbuettel commented 3 months ago

This small review (belatedly) updates one unit tests: the time travel test would occassionally lapse on loaded or otherwise unusual machines are we relied on sleep() to pause between writes. This has now been recast to write at absolute given timestamps which has been supported for some time.