Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Description
test_auto_purge_with_pull_filtering[enabled] fails with error:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/cbl-logs/log_1641339715230'
the actual log has been stored under '/tmp/log_1641339715230' and FileLoggingMethods.cpp has implementation of:
#ifdef _APPLE_
extern string LogTempDirectory();
#else
static string LogTempDirectory()
#endif
Need to fix the testserver C implementation to store logs in the designated location, or for C platform, change the log pulling location to meet the current implementation