Skip to content

Commit

Permalink
Enable logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Mar 18, 2024
1 parent 345f437 commit c4a489d
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions test/marina_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ marina_test_() ->
fun tuples_subtest/0
]}}.

% marina_compression_test_() ->
% {setup,
% fun () -> setup([
% {compression, true},
% {keyspace, <<"test">>}
% ]) end,
% fun (_) -> cleanup() end,
% [fun query_subtest/0]
% }.
marina_compression_test_() ->
{setup,
fun () -> setup([
{compression, true},
{keyspace, <<"test">>}
]) end,
fun (_) -> cleanup() end,
[fun query_subtest/0]
}.

%% tests
async_query_subtest() ->
Expand Down Expand Up @@ -243,8 +243,9 @@ query(Query) ->
timeout => ?TIMEOUT
}).

setup(KeyVals) ->
error_logger:tty(false),
setup(KeyVals)
application:start(sasl),
% error_logger:tty(false),
bootstrap(),
application:load(marina),
set_env(KeyVals),
Expand Down

0 comments on commit c4a489d

Please sign in to comment.