1. 03 Jul, 2019 1 commit
    • Kamil Trzciński's avatar
      Limit amount of JUnit tests returned · a08209ff
      Kamil Trzciński authored
      Currently, we do not cap amount of tests returned to frontend,
      thus in some extreme cases we can see a MBs of data stored in Redis.
      
      This adds an upper limit of 100 tests per-suite.
      
      We will continue showing the total counters correctly,
      but we will limit amount of tests that will be presented.
      a08209ff
  2. 02 Jul, 2019 39 commits