From 41833c1e02ce4953bcfd3ec8646ccbba0fb0c2b2 Mon Sep 17 00:00:00 2001 From: ruslandoga <67764432+ruslandoga@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:24:56 +0700 Subject: [PATCH] full test name --- test/ch/connect_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ch/connect_test.exs b/test/ch/connect_test.exs index 961aaf6..d21edcb 100644 --- a/test/ch/connect_test.exs +++ b/test/ch/connect_test.exs @@ -3,7 +3,7 @@ defmodule Ch.ConnectTest do import ExUnit.CaptureLog @tag :slow - test "retries to connect even with exceptions" do + test "retries to connect even with exceptions / exits / throws" do # See https://github.com/plausible/ch/issues/208 bad_transport_opts = [sndbuf: nil]