Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. May 04, 2016
  2. Mar 18, 2016
  3. Feb 08, 2016
  4. Feb 06, 2016
  5. Jan 22, 2016
  6. Nov 25, 2015
  7. Nov 20, 2015
  8. Nov 17, 2015
  9. Nov 12, 2015
  10. Oct 18, 2015
  11. Sep 14, 2015
  12. Sep 04, 2015
  13. Aug 14, 2015
    • Olivier Bornet's avatar
      Prevent runner to be stealth with long logs. · bfc0965d
      Olivier Bornet authored
      If the log is longer than maxTraceOutputSize, the runner will be paused
      and waiting forever. This ia because the reader stop reading the pipe,
      and the pipes has a size limit.
      
      I have already proposed a patch in the past for this. The patch was
      adapted, but unfortunately, an important "break" was not removed in the
      adaptation.
      
      This patch remove the unwanted break, allowing the for loop to continue
      to run and flushing the pipe buffer.
      bfc0965d
  14. Jul 17, 2015
  15. Jul 15, 2015
  16. Jul 11, 2015
  17. Jul 03, 2015
  18. Jun 18, 2015
  19. May 31, 2015
  20. May 13, 2015
  21. May 04, 2015
  22. May 03, 2015
  23. May 02, 2015
  24. Apr 29, 2015