Your afterInit hook assumes that the instance is actually connected, this may not be the case (especially in unit tests), I kindly request you add some code that checks if a connections exists before attempting to send telemetry.
Until then we are going to disable it via cockroachdbTelemetryDisabled.
Your
afterInithook assumes that the instance is actually connected, this may not be the case (especially in unit tests), I kindly request you add some code that checks if a connections exists before attempting to send telemetry.Until then we are going to disable it via
cockroachdbTelemetryDisabled.