Add connection establishment rate limiter parameters to config fuzzer

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Networking & Observability
    • Fully Compatible
    • N&O 2025-07-07, N&O 2025-07-21, N&O 2025-08-04, N&O 2025-08-18
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      To ensure we exercise the code for connection establishment rate limiting outside of the targetted noPassthrough tests, we will want to add the following parameters to the config fuzzer, with the following bounds to ensure we aren't too restrictive (which could cause test timeouts):

      ingressConnectionEstablishmentRateLimiterEnabled: [true, false]
      ingressConnectionEstablishmentBurstCapacitySecs: [0.1, DBL_MAX]
      ingressConnectionEstablishmentMaxQueueDepth: [100, INT_MAX]
      ingressConnectionEstablishmentRatePerSec: [20, INT_MAX]

            Assignee:
            Erin McNulty (Inactive)
            Reporter:
            Erin McNulty (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: