You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The remaining test (MonotonicTimestampGenerator) needs further adjustments.
Currently it segfaults - I'll create a separate issue for this one.
TLDR - currently, the generator provided to `cass_cluster_set_timestamp_gen`
is constructed using pure c++ API (no API from cassandra.h is used).
It depends on `src/timestamp_generator.cpp`, which we should ultimately remove.
However, to remove this file, we need to implement a testing utility which
allows us to read the generated timestamps during the test. The test would
then need to be rewritten using this new utility.
0 commit comments