rippled
|
Public Member Functions | |
void | testSingleDownloadAndStateDB () |
void | testDownloadsAndStateDB () |
void | testDownloadsAndFileSystem () |
void | testDownloadsAndRestart () |
void | testShardCountFailure () |
void | testRedundantShardFailure () |
void | run () override |
Private Types | |
using | Downloads = std::vector< std::pair< std::uint32_t, std::string > > |
Private Member Functions | |
std::shared_ptr< TrustedPublisherServer > | createServer (jtx::Env &env, bool ssl=true) |
Definition at line 37 of file ShardArchiveHandler_test.cpp.
|
private |
Definition at line 39 of file ShardArchiveHandler_test.cpp.
|
private |
Definition at line 42 of file ShardArchiveHandler_test.cpp.
void ripple::test::ShardArchiveHandler_test::testSingleDownloadAndStateDB | ( | ) |
Definition at line 60 of file ShardArchiveHandler_test.cpp.
void ripple::test::ShardArchiveHandler_test::testDownloadsAndStateDB | ( | ) |
Definition at line 104 of file ShardArchiveHandler_test.cpp.
void ripple::test::ShardArchiveHandler_test::testDownloadsAndFileSystem | ( | ) |
Definition at line 155 of file ShardArchiveHandler_test.cpp.
void ripple::test::ShardArchiveHandler_test::testDownloadsAndRestart | ( | ) |
Definition at line 258 of file ShardArchiveHandler_test.cpp.
void ripple::test::ShardArchiveHandler_test::testShardCountFailure | ( | ) |
Definition at line 433 of file ShardArchiveHandler_test.cpp.
void ripple::test::ShardArchiveHandler_test::testRedundantShardFailure | ( | ) |
Definition at line 600 of file ShardArchiveHandler_test.cpp.
|
override |
Definition at line 691 of file ShardArchiveHandler_test.cpp.