vedang / clj_fdb

A thin Clojure wrapper for the Java API for FoundationDB.
https://vedang.github.io/clj_fdb/
Eclipse Public License 1.0
25 stars 9 forks source link

Use a specific directory to nest keyspace used during test runs #15

Open vedang opened 6 years ago

vedang commented 6 years ago

Currently, tests create tuples with a random prefix, and cleanup all tuples starting with the prefix on completion.

Once directories are in place, all keys created in a testrun should be created inside a specific subspace inside a test directory. Modify the test-fixture in src/clj_fdb/internal/util.clj to use a specific directory (say testcycle)

This task is blocked by #14