Skip to content

Commit

Permalink
Merge pull request #491 from mmichal10/tests-seq-cutoff-security
Browse files Browse the repository at this point in the history
pyocf: fix valid seq cutoff threshold range
  • Loading branch information
Michał Mielewczyk authored Apr 15, 2021
2 parents 5b3a960 + d5ae764 commit 2d62594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/pyocf/types/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class ConfValidValues:
cleaning_acp_wake_up_time_range = range(0, 10000)
cleaning_acp_flush_max_buffers_range = range(1, 10000)

seq_cutoff_threshold_rage = range(1, 4194181)
seq_cutoff_threshold_rage = range(1, 4294841344)
seq_cutoff_promotion_range = range(1, 65535)

ioclass_id_range = range(0, 32)
Expand Down

0 comments on commit 2d62594

Please sign in to comment.