Skip to content

Commit

Permalink
tests: workaround for urgp tests
Browse files Browse the repository at this point in the history
Slow runs lead to multiple stats records with the same data.

Completes cb35ba0
  • Loading branch information
victorjulien committed Dec 18, 2024
1 parent cb35ba0 commit 3b00980
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/tcp-urgp-06-oob-within-limit/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ requires:

args:
- --set stream.reassembly.urgent.policy=oob
- --set stats.interval=3600

checks:
- filter:
Expand Down
1 change: 1 addition & 0 deletions tests/tcp-urgp-08-oob-exceed-limit-gap/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ args:
- --set stream.reassembly.urgent.policy=oob
- --set stream.reassembly.urgent.oob-limit-policy=gap
- --simulate-ips
- --set stats.interval=3600

checks:
- filter:
Expand Down
1 change: 1 addition & 0 deletions tests/tcp-urgp-09-oob-exceed-limit-inline/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ args:
- --set stream.reassembly.urgent.policy=oob
- --set stream.reassembly.urgent.oob-limit-policy=inline
- --simulate-ips
- --set stats.interval=3600

checks:
- filter:
Expand Down

0 comments on commit 3b00980

Please sign in to comment.