Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 610
    • Issues 610
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !6898

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

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Artem Boldariev requested to merge artem-doth-reduce-listener-sockets-number into main Oct 12, 2022
  • Overview 1
  • Commits 2
  • Pipelines 10
  • Changes 2

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 Oct 13, 2022 by Ondřej Surý
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: artem-doth-reduce-listener-sockets-number