mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove KeyvaDB from NodeStore unit tests
This commit is contained in:
@@ -857,8 +857,6 @@ public:
|
||||
{
|
||||
int const seedValue = 50;
|
||||
|
||||
testBackend ("keyvadb", seedValue);
|
||||
|
||||
testBackend ("leveldb", seedValue);
|
||||
|
||||
testBackend ("sqlite", seedValue);
|
||||
@@ -967,8 +965,6 @@ public:
|
||||
{
|
||||
int const seedValue = 50;
|
||||
|
||||
testBackend ("keyvadb", seedValue);
|
||||
|
||||
testBackend ("leveldb", seedValue);
|
||||
|
||||
#if RIPPLE_HYPERLEVELDB_AVAILABLE
|
||||
@@ -1133,8 +1129,6 @@ public:
|
||||
|
||||
void runBackendTests (bool useEphemeralDatabase, int64 const seedValue)
|
||||
{
|
||||
testNodeStore ("keyvadb", useEphemeralDatabase, true, seedValue);
|
||||
|
||||
testNodeStore ("leveldb", useEphemeralDatabase, true, seedValue);
|
||||
|
||||
testNodeStore ("sqlite", useEphemeralDatabase, true, seedValue);
|
||||
@@ -1152,8 +1146,6 @@ public:
|
||||
|
||||
void runImportTests (int64 const seedValue)
|
||||
{
|
||||
//testImport ("keyvadb", "keyvadb", seedValue);
|
||||
|
||||
testImport ("leveldb", "leveldb", seedValue);
|
||||
|
||||
#if RIPPLE_HYPERLEVELDB_AVAILABLE
|
||||
|
||||
Reference in New Issue
Block a user