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
d715655f
Unverified
Commit
d715655f
authored
Sep 29, 2021
by
yoav-steinberg
Committed by
GitHub
Sep 29, 2021
Browse files
verbose debug print in test to debug rare CI failure. (#9563)
parent
2c38caa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/maxmemory.tcl
View file @
d715655f
...
@@ -126,7 +126,11 @@ start_server {tags {"maxmemory" "external:skip"}} {
...
@@ -126,7 +126,11 @@ start_server {tags {"maxmemory" "external:skip"}} {
}
}
for
{
set j 0
}
{
$j
< 40
}
{
incr j
}
{
for
{
set j 0
}
{
$j
< 40
}
{
incr j
}
{
catch
{
r publish bla
[
string repeat x 100000
]}
err
if
{[
catch
{
r publish bla
[
string repeat x 100000
]}
err
]}
{
if $::verbose
{
puts
"Error publishing:
$err
"
}
}
}
}
verify_test $client_eviction
verify_test $client_eviction
...
...
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