Documentation ¶ Index ¶ func TestConcurrentWriteTx(t *testing.T, database db.Database) func TestIterate(t *testing.T, d db.Database) func TestWriteTx(t *testing.T, database db.Database) func TestWriteTxApply(t *testing.T, d db.Database) func TestWriteTxApplyPrefixed(t *testing.T, d, dbWithPrefix db.Database) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func TestConcurrentWriteTx ¶ func TestConcurrentWriteTx(t *testing.T, database db.Database) TestConcurrentWriteTx validates the behaviour of badgerdb when multiple write transactions modify the same key. func TestIterate ¶ func TestIterate(t *testing.T, d db.Database) func TestWriteTx ¶ func TestWriteTx(t *testing.T, database db.Database) func TestWriteTxApply ¶ func TestWriteTxApply(t *testing.T, d db.Database) func TestWriteTxApplyPrefixed ¶ func TestWriteTxApplyPrefixed(t *testing.T, d, dbWithPrefix db.Database) Types ¶ This section is empty. Source Files ¶ View all Source files dbtest.go Click to show internal directories. Click to hide internal directories.