chore(ct): remove verbose output during tests
This commit is contained in:
parent
1d33aa9fcb
commit
ea0fa24ce5
|
@ -40,7 +40,7 @@
|
||||||
, on_received_messages/2
|
, on_received_messages/2
|
||||||
]).
|
]).
|
||||||
|
|
||||||
-define(LOG(Fmt, Args), io:format(standard_error, Fmt, Args)).
|
-define(LOG(Fmt, Args), ct:pal(Fmt, Args)).
|
||||||
|
|
||||||
-define(HTTP, #{grpc_opts => #{service_protos => [emqx_exproto_pb],
|
-define(HTTP, #{grpc_opts => #{service_protos => [emqx_exproto_pb],
|
||||||
services => #{'emqx.exproto.v1.ConnectionHandler' => ?MODULE}},
|
services => #{'emqx.exproto.v1.ConnectionHandler' => ?MODULE}},
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
-define(FLAG_RETAIN(X),X).
|
-define(FLAG_RETAIN(X),X).
|
||||||
-define(FLAG_SESSION(X),X).
|
-define(FLAG_SESSION(X),X).
|
||||||
|
|
||||||
-define(LOG(Format, Args), ct:print("TEST: " ++ Format, Args)).
|
-define(LOG(Format, Args), ct:pal("TEST: " ++ Format, Args)).
|
||||||
|
|
||||||
-define(MAX_PRED_TOPIC_ID, 2).
|
-define(MAX_PRED_TOPIC_ID, 2).
|
||||||
-define(PREDEF_TOPIC_ID1, 1).
|
-define(PREDEF_TOPIC_ID1, 1).
|
||||||
|
|
|
@ -148,7 +148,6 @@ init_per_testcase(t_events, Config) ->
|
||||||
#{id => <<"rule:t_events">>,
|
#{id => <<"rule:t_events">>,
|
||||||
sql => SQL,
|
sql => SQL,
|
||||||
outputs => [
|
outputs => [
|
||||||
#{function => console},
|
|
||||||
#{function => <<"emqx_rule_engine_SUITE:output_record_triggered_events">>,
|
#{function => <<"emqx_rule_engine_SUITE:output_record_triggered_events">>,
|
||||||
args => #{}}
|
args => #{}}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue