Jan_31_2024-Dev

This commit is contained in:
Ned Wright
2024-01-31 17:34:53 +00:00
parent 752a5785f0
commit 6d67818a94
376 changed files with 8101 additions and 7064 deletions

View File

@@ -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
View File

0
core/environment/environment_ut/context_ut.cc Executable file → Normal file
View File

0
core/environment/environment_ut/parsing_ut.cc Executable file → Normal file
View File

0
core/environment/environment_ut/span_ut.cc Executable file → Normal file
View File

0
core/environment/environment_ut/trace_ut.cc Executable file → Normal file
View File

2
core/environment/environment_ut/tracing_ut.cc Executable file → Normal file
View 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();