Skip to content

2.14.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cheshi-mantu cheshi-mantu released this 30 Aug 13:07
3e9c2c4

What's new

🧱 Improvements

  • [2.14.0] new CL switch added to allow managing stdout buffer size in case your tests massively use stdout to print verbose information about their execution.
    • stdout-max-buff-size value is to be set in bytes.
    • without setting the buffer size, the child process (tests execution) could fall into deadlock due to overflow of the stdout buffer
    • use this only if your tests massively use stdout and when your pipeline hangs during the tests execution
  • [2.14.0] added explicit message about the detected CI system, if no CI system has been detected, informing user about working in nin-CI mode.

🐞 Bug Fixes

  • [2.14.1] fixed potential NPE during indexing process.