Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-88747

Remove Time-Dependent Assertion from rate_limiting_test.cpp

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Query Integration
    • Fully Compatible
    • 5

      The assertion which relies on happening within 10ms from the previous one has failed on AUBSAN variant. This is likely because the CPU cycle was not scheduled for another 10ms, causing the assertion to occur in a later window. We already have enough coverage in other test cases that the rate limiter properly limits requests, so we can remove this assertion.

            Assignee:
            naama.bareket@mongodb.com Naama Bareket
            Reporter:
            naama.bareket@mongodb.com Naama Bareket
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: