<b>6.0.0.2140</b>
Artyom Abakumov 2026.08.11 06:07:33
Fix segfault when passing invalid `include` path in fbtrace config via fbtracemgr (#9091)
* Fix segfault when passing invalid `include` path in fbtrace config via fbtracemgr
* Move config tests to existing file
* Allow to skip test if test config cannot be created
* Resolve path to `tmp` in config unit tests
`include` does not work with symlinks
---------
Co-authored-by: Artyom Abakumov <artyom.abakumov@red-soft.ru>

Changed paths:
  M src/common/config/config_file.cpp
  M src/common/config/config_file.h
  M src/common/tests/CommonFixtures.h
  M src/common/tests/CommonUtils.h
  M src/common/tests/ConfigFileTest.cpp
  M src/common/utils_proto.h