// For validation, we only do a subset of normal server initialization: everything that could fail
// If we get all the way through that stripped-down initialization flow, to the point where we'd
*bootstrap_.mutable_node()->mutable_user_agent_build_version() = VersionInfo::buildVersion();
clusterManager().setInitializedCb([this]() -> void { init_manager_.initialize(init_watcher_); });
// This normally happens at the bottom of InstanceImpl::run(), but we don't have a run(). We can