MCPcopy Create free account
hub / github.com/apple/foundationdb / setConfigDB

Function setConfigDB

fdbserver/SimulatedCluster.actor.cpp:1849–1851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1847}
1848
1849void setConfigDB(TestConfig const& testConfig) {
1850 g_simulator.configDBType = testConfig.getConfigDBType();
1851}
1852
1853// Generates and sets an appropriate configuration for the database according to
1854// the provided testConfig. Some attributes are randomly generated for more coverage

Callers 1

generateNormalConfigMethod · 0.85

Calls 1

getConfigDBTypeMethod · 0.80

Tested by

no test coverage detected