Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Aug 10, 2023
1 parent b3c3fc4 commit 005b41d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/protocol_negotiation_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule ProtocolNegotiationTest do
# downgrade to a lower version of the protocol
#
test "beta protocol v5" do
conn = start_supervised!({Xandra, show_sensitive_data_on_connection_error: true})
conn = start_supervised!({Xandra, XandraTest.IntegrationCase.default_start_options()})
assert %Xandra.Page{} = Xandra.execute!(conn, "SELECT * FROM system.local")
end
end
4 changes: 4 additions & 0 deletions test/xandra/cluster/ccm_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ defmodule Xandra.Cluster.CCMTest do
ccm("start")
ccm("status")

on_exit(fn ->
ccm("stop")
end)

Process.register(self(), :this_test_process)

cluster =
Expand Down

0 comments on commit 005b41d

Please sign in to comment.