Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information