summaryrefslogtreecommitdiffstats
path: root/tests/py/any/limit.t.json.output
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2024-01-18 13:24:04 +0100
committerFlorian Westphal <fw@strlen.de>2024-01-19 13:35:01 +0100
commit1ee84db0360db0da336d5b1ee92807d29fcfbbe1 (patch)
tree155cd4371f079c5f8f9a6cf538b28eabfa3d3f79 /tests/py/any/limit.t.json.output
parentb73298405cda74b3a87a1818bb92f53298d34170 (diff)
tests: py: remove huge-limit test cases
These tests will fail once the kernel checks for overflow in the internal token bucken counter, so drop them. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/any/limit.t.json.output')
-rw-r--r--tests/py/any/limit.t.json.output28
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/py/any/limit.t.json.output b/tests/py/any/limit.t.json.output
index 5a95f5e1..2c94d2de 100644
--- a/tests/py/any/limit.t.json.output
+++ b/tests/py/any/limit.t.json.output
@@ -118,19 +118,6 @@
}
]
-# limit rate 1023000 mbytes/second
-[
- {
- "limit": {
- "burst": 0,
- "burst_unit": "bytes",
- "per": "second",
- "rate": 1023000,
- "rate_unit": "mbytes"
- }
- }
-]
-
# limit rate over 400/minute
[
{
@@ -260,18 +247,3 @@
}
}
]
-
-# limit rate over 1023000 mbytes/second
-[
- {
- "limit": {
- "burst": 0,
- "burst_unit": "bytes",
- "inv": true,
- "per": "second",
- "rate": 1023000,
- "rate_unit": "mbytes"
- }
- }
-]
-