mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Jan_31_2024-Dev
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
add_unit_test(
|
||||
environment_ut
|
||||
"context_ut.cc;parsing_ut.cc;base_evaluators_ut.cc;environment_rest_ut.cc;span_ut.cc;trace_ut.cc;tracing_ut.cc;environment_ut.cc"
|
||||
"environment;singleton;rest;mainloop;metric;-lboost_context;event_is;-lboost_regex"
|
||||
"environment;messaging;singleton;rest;mainloop;metric;-lboost_context;event_is;-lboost_regex"
|
||||
)
|
||||
|
0
core/environment/environment_ut/base_evaluators_ut.cc
Executable file → Normal file
0
core/environment/environment_ut/base_evaluators_ut.cc
Executable file → Normal file
0
core/environment/environment_ut/context_ut.cc
Executable file → Normal file
0
core/environment/environment_ut/context_ut.cc
Executable file → Normal file
0
core/environment/environment_ut/parsing_ut.cc
Executable file → Normal file
0
core/environment/environment_ut/parsing_ut.cc
Executable file → Normal file
0
core/environment/environment_ut/span_ut.cc
Executable file → Normal file
0
core/environment/environment_ut/span_ut.cc
Executable file → Normal file
0
core/environment/environment_ut/trace_ut.cc
Executable file → Normal file
0
core/environment/environment_ut/trace_ut.cc
Executable file → Normal file
2
core/environment/environment_ut/tracing_ut.cc
Executable file → Normal file
2
core/environment/environment_ut/tracing_ut.cc
Executable file → Normal file
@@ -344,8 +344,6 @@ public:
|
||||
|
||||
TEST_F(TracingCompRoutinesTest, 2SpansDifFlow)
|
||||
{
|
||||
ON_CALL(mock_messaging, mockSendPersistentMessage(_, _, _, _, _, _, _)).WillByDefault(Return(string()));
|
||||
|
||||
I_MainLoop::Routine routine = [&] () {
|
||||
i_env->startNewTrace(true, "a687b388-1108-4083-9852-07c33b1074e9");
|
||||
trace_id = i_env->getCurrentTrace();
|
||||
|
Reference in New Issue
Block a user