Skip to content

System tests: container output to file then artifacting on jenkins

Afonso Mukai requested to merge 280_sys_test_log_files into master

Created by: rerpha

Description of work

The filewriter container now logs to a file instead of stdout.

These files are then artifacted on jenkins so can be read by a user rather than just to the container output

Issue

Closes #280 (closed)

Acceptance Criteria

I have modified CLIOpt.cpp and MainOpt.h to include a missing option for using a log file, the functionality already existed in logger.h so didn't need to add the actual logic of using a log file to write to.

Unit Tests

None modified


Code Review (To be filled in by the reviewer only)

  • Is the code of an acceptable quality?
  • Do the changes function as described and is it robust?

Nominate for Group Code Review (Anyone can nominate it)

Indicate if you think the code should be reviewed in a Thursday code review session.

  • Recommend for group code review

Also, nominate it on the code_review Slack channel (does someone want to automate this?).

Merge request reports