Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
2ffde15a
Unverified
Commit
2ffde15a
authored
May 14, 2023
by
Oran Agra
Committed by
GitHub
May 14, 2023
Browse files
increase tollerance of new event loop test, fails on freebsd CI (#12169)
new test added in #11963, fails on freebsd CI which is slow.
parent
11cf5cbd
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/unit/info.tcl
View file @
2ffde15a
...
...
@@ -303,7 +303,7 @@ start_server {tags {"info" "external:skip"}} {
assert_lessthan $value 15
;
# default hz is 10
set value
[
s instantaneous_eventloop_duration_usec
]
assert_morethan $value 0
assert_lessthan $value
1
000
;
# default hz is 10, so duration < 1000 / 10, allow some tolerance
assert_lessthan $value
22
000
;
# default hz is 10, so duration < 1000 / 10, allow some tolerance
}
test
{
stats: debug metrics
}
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment