mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Make KeyvaDB unit tests run manually
This commit is contained in:
@@ -708,10 +708,6 @@ public:
|
|||||||
maxPayloadBytes = 8 * 1024
|
maxPayloadBytes = 8 * 1024
|
||||||
};
|
};
|
||||||
|
|
||||||
KeyvaDBTests () : UnitTest ("KeyvaDB", "beast")
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
// Retrieval callback stores the value in a Payload object for comparison
|
// Retrieval callback stores the value in a Payload object for comparison
|
||||||
struct PayloadGetCallback : KeyvaDB::GetCallback
|
struct PayloadGetCallback : KeyvaDB::GetCallback
|
||||||
{
|
{
|
||||||
@@ -856,6 +852,10 @@ public:
|
|||||||
testKeySize <4> (500);
|
testKeySize <4> (500);
|
||||||
testKeySize <32> (4000);
|
testKeySize <32> (4000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
KeyvaDBTests () : UnitTest ("KeyvaDB", "beast", runManual)
|
||||||
|
{
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
static KeyvaDBTests keyvaDBTests;
|
static KeyvaDBTests keyvaDBTests;
|
||||||
|
|||||||
Reference in New Issue
Block a user