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
d50292d2
Commit
d50292d2
authored
Jul 15, 2011
by
antirez
Browse files
make a scripting test more valgrind friendly
parent
61fee319
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/scripting.tcl
View file @
d50292d2
...
...
@@ -141,7 +141,7 @@ start_server {tags {"scripting repl"}} {
r evalsha ae3477e27be955de7e1bc9adfdca626b478d3cb2 0
}
{
2
}
after 100
if
{
$::valgrind
}
{
after 2000
}
else
{
after 100
}
test
{
If EVALSHA was replicated as EVAL the slave should be ok
}
{
r -1 get x
...
...
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