The system-tests-std[out|err].log files appear at the end of the test and include everything. Having individual logs appear earlier (e.g., system-tests-build.log for the Docker part), or writing to that file during the tests would be very helpful when debugging.
Some readability improvements would also be welcome, to more easily see the individual tests/events. For example, the number could move to the beginning, the INFO: could be dropped, there could be an empty line or some other formatting that helps distinguish the individual tests.
@PranjalManhgaye is working on this.
The
system-tests-std[out|err].logfiles appear at the end of the test and include everything. Having individual logs appear earlier (e.g.,system-tests-build.logfor the Docker part), or writing to that file during the tests would be very helpful when debugging.Some readability improvements would also be welcome, to more easily see the individual tests/events. For example, the number could move to the beginning, the
INFO:could be dropped, there could be an empty line or some other formatting that helps distinguish the individual tests.@PranjalManhgaye is working on this.