diff --git a/collector/lib/SysdigService.cpp b/collector/lib/SysdigService.cpp index 71b9c1a300..835f13c697 100644 --- a/collector/lib/SysdigService.cpp +++ b/collector/lib/SysdigService.cpp @@ -23,7 +23,6 @@ #include "SelfChecks.h" #include "TimeUtil.h" #include "Utility.h" -#include "threadinfo.h" namespace collector { diff --git a/collector/test/ProcessSignalFormatterTest.cpp b/collector/test/ProcessSignalFormatterTest.cpp index 88908fbc1b..9deb896ac3 100644 --- a/collector/test/ProcessSignalFormatterTest.cpp +++ b/collector/test/ProcessSignalFormatterTest.cpp @@ -1,6 +1,5 @@ // clang-format off #include -#include #include "libsinsp/sinsp.h" // clang-format on diff --git a/collector/test/SysdigServiceTest.cpp b/collector/test/SysdigServiceTest.cpp index 52bdbef9b1..86b194bab8 100644 --- a/collector/test/SysdigServiceTest.cpp +++ b/collector/test/SysdigServiceTest.cpp @@ -17,7 +17,7 @@ TEST(SysdigServiceTest, FilterEvent) { sinsp_threadinfo proc_self_process(inspector.get()); proc_self_process.m_exepath = "/proc/self/exe"; - proc_self_process.m_comm = "runc"; + proc_self_process.m_comm = "6"; sinsp_threadinfo memfd_process(inspector.get()); memfd_process.m_exepath = "memfd:runc_cloned:/proc/self/exe";