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
1af0a2c5
Unverified
Commit
1af0a2c5
authored
Jan 19, 2022
by
Ozan Tezcan
Committed by
GitHub
Jan 19, 2022
Browse files
Fix eventloop module test for valgrind (#10139)
was eating too much memory, and taking too long with valgrind
parent
eef9c6b0
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/unit/moduleapi/eventloop.tcl
View file @
1af0a2c5
...
@@ -4,9 +4,8 @@ start_server {tags {"modules"}} {
...
@@ -4,9 +4,8 @@ start_server {tags {"modules"}} {
r module load $testmodule
r module load $testmodule
test
"Module eventloop sendbytes"
{
test
"Module eventloop sendbytes"
{
assert_match
"OK"
[
r test.sendbytes
10
000000
]
assert_match
"OK"
[
r test.sendbytes
5
000000
]
assert_match
"OK"
[
r test.sendbytes 2000000
]
assert_match
"OK"
[
r test.sendbytes 2000000
]
assert_match
"OK"
[
r test.sendbytes 800000000
]
}
}
test
"Module eventloop iteration"
{
test
"Module eventloop iteration"
{
...
...
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