Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/gold_tests/pluginTest/rate_limit/rate_limit.test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
Test rate_limit plugin: concurrent limit enforcement, queue drain, and independent limiters.
'''

Test.SkipUnless(Condition.PluginExists('rate_limit.so'))
Test.ContinueOnFail = True

server = Test.MakeOriginServer("server", delay=3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
Test rate_limit ip-rep initialization: reserve() vs resize() regression (Finding #108).
'''

Test.SkipUnless(Condition.PluginExists('rate_limit.so'))
Test.ContinueOnFail = True

server = Test.MakeOriginServer("server")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
Test rate_limit SNI queue expiry: active counter underflow regression (Finding #109).
'''

Test.SkipUnless(Condition.PluginExists('rate_limit.so'))
Test.ContinueOnFail = True

server = Test.MakeOriginServer("server", delay=4)
Expand Down