MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / fuzzLoopReconnect

Method fuzzLoopReconnect

programs/client/FuzzLoop.cpp:525–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525bool Client::fuzzLoopReconnect()
526{
527 connection->disconnect();
528 return tryToReconnect(fuzz_config->max_reconnection_attempts, fuzz_config->time_to_sleep_between_reconnects);
529}
530
531static void runExternalCommand(
532 std::unique_ptr<BuzzHouse::ExternalIntegrations> & external_integrations,

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected