rippled
Public Member Functions | Private Types | Private Member Functions | List of all members
ripple::test::ShardArchiveHandler_test Class Reference
Inheritance diagram for ripple::test::ShardArchiveHandler_test:
Inheritance graph
[legend]
Collaboration diagram for ripple::test::ShardArchiveHandler_test:
Collaboration graph
[legend]

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< TrustedPublisherServercreateServer (jtx::Env &env, bool ssl=true)
 

Detailed Description

Definition at line 37 of file ShardArchiveHandler_test.cpp.

Member Typedef Documentation

◆ Downloads

Definition at line 39 of file ShardArchiveHandler_test.cpp.

Member Function Documentation

◆ createServer()

std::shared_ptr<TrustedPublisherServer> ripple::test::ShardArchiveHandler_test::createServer ( jtx::Env env,
bool  ssl = true 
)
private

Definition at line 42 of file ShardArchiveHandler_test.cpp.

◆ testSingleDownloadAndStateDB()

void ripple::test::ShardArchiveHandler_test::testSingleDownloadAndStateDB ( )

Definition at line 60 of file ShardArchiveHandler_test.cpp.

◆ testDownloadsAndStateDB()

void ripple::test::ShardArchiveHandler_test::testDownloadsAndStateDB ( )

Definition at line 104 of file ShardArchiveHandler_test.cpp.

◆ testDownloadsAndFileSystem()

void ripple::test::ShardArchiveHandler_test::testDownloadsAndFileSystem ( )

Definition at line 155 of file ShardArchiveHandler_test.cpp.

◆ testDownloadsAndRestart()

void ripple::test::ShardArchiveHandler_test::testDownloadsAndRestart ( )

Definition at line 258 of file ShardArchiveHandler_test.cpp.

◆ testShardCountFailure()

void ripple::test::ShardArchiveHandler_test::testShardCountFailure ( )

Definition at line 433 of file ShardArchiveHandler_test.cpp.

◆ testRedundantShardFailure()

void ripple::test::ShardArchiveHandler_test::testRedundantShardFailure ( )

Definition at line 600 of file ShardArchiveHandler_test.cpp.

◆ run()

void ripple::test::ShardArchiveHandler_test::run ( )
override

Definition at line 691 of file ShardArchiveHandler_test.cpp.