Skip to content

Commit

Permalink
Remove minimum condition
Browse files Browse the repository at this point in the history
Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson committed Feb 6, 2025
1 parent 16c0af4 commit a973681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/info.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ start_server {tags {"info" "external:skip" "debug_defrag:skip"}} {
assert_morethan $value 0
# Hz is configured to 100, so we expect a value of about 100, but in practice it will be lower
# because of imprecision in kernel wakeups, but we also have some other wakeups like clients cron.
assert_morethan $value 50
assert_lessthan $value 150
set value [s instantaneous_eventloop_duration_usec]
r config set hz 10
Expand Down

0 comments on commit a973681

Please sign in to comment.