Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ jobs:
UnifiedLogReader.py UnifiedLogTestData/system_logs.logarchive2 UnifiedLogTestData/system_logs.logarchive2/timesync UnifiedLogTestData/system_logs.logarchive2/small /tmp/A
head /tmp/A/logs.txt
md5sum /tmp/A/logs.txt
echo expecting md5sum 18d67f6338ee1869e71c6d1262cf9fa9
md5sum /tmp/A/logs.txt | grep 18d67f6338ee1869e71c6d1262cf9fa9
echo expecting md5sum bb0a47a1ffd3594f82c288283016cdb2
md5sum /tmp/A/logs.txt | grep bb0a47a1ffd3594f82c288283016cdb2
1 change: 1 addition & 0 deletions UnifiedLog/UnifiedLogReaderBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def _ReadTraceV3File(self, tracev3_path, output_writer):
self._vfs, file_object, self._ts_list, self._uuidtext_folder_path,
self._caches)


# TODO: remove log_list_process_func callback from TraceV3.Parse()
self._output_writer = output_writer
trace_file.Parse(log_list_process_func=self._ProcessLogsList)
Expand Down
Loading