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
3c23ee1b
Commit
3c23ee1b
authored
Sep 13, 2010
by
Pieter Noordhuis
Browse files
Fix another test that sometimes returned the swapped object instead of encoding
parent
bc63407b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/type/hash.tcl
View file @
3c23ee1b
...
@@ -34,8 +34,8 @@ start_server {tags {"hash"}} {
...
@@ -34,8 +34,8 @@ start_server {tags {"hash"}} {
}
{
1024
}
}
{
1024
}
test
{
Is the big hash encoded with a zipmap?
}
{
test
{
Is the big hash encoded with a zipmap?
}
{
r debug object
bighash
assert_encoding hashtable
bighash
}
{
*hashtable*
}
}
test
{
HGET against the small hash
}
{
test
{
HGET against the small hash
}
{
set err
{}
set err
{}
...
...
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