Skip to content

Add limits on file sizes

These are changes meant to prevent service degradation due to abnormal use of memory:

  • Report an error for Test.xml files that are too big
    • Test.xml files are extracted in memory from a ZIP file, if the file is too big the server may be slowed down or killed by OpenShift limits
  • Truncate excessive stdout in test reports
    • with reasonable sized Test.xml files we may end up with several GBs of well compressed stdout, which might get the server killed by OpenShift limits

Merge request reports