Skip to content

doth system test fixes - decrese the size of HTTP listener quota, increase transfer-in/out limits

Artem Boldariev requested to merge artem-doth-reduce-listener-sockets-number into main

This merge request aims to increase doth system test stability by:

  • decreasing the HTTP listener quota size which, in turn, greatly reduces the global amount of open file descriptors of different kinds needed to run the tests in parallel in multiple containers. This way it is less likely to hit any global kernel limits, while testing all the required code paths.
  • increasing transfer-in/out limits preventing the test from failing early during some runs.

Closes #3596 (closed).

Edited by Ondřej Surý

Merge request reports