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
tests: use system time in milliseconds to generate keyspace name suffix
There are test suites where test cases share the same keyspace, but few of
cases require a dedicated keyspace with specific parameters.
The change allows producing unique keyspace name based on system time in microseconds,
to ensure the unique name for paralelized tests.
0 commit comments