From 2b9a59471fe550e7c006ff9efb1367560be76742 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Sat, 21 Aug 2010 11:03:56 +0200 Subject: [PATCH] SORT tests with hash table encoded set as input --- tests/unit/sort.tcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/sort.tcl b/tests/unit/sort.tcl index 8f2710cd..46246351 100644 --- a/tests/unit/sort.tcl +++ b/tests/unit/sort.tcl @@ -3,6 +3,7 @@ start_server { overrides { "list-max-ziplist-value" 16 "list-max-ziplist-entries" 32 + "set-max-intset-entries" 32 } } { proc create_random_dataset {num cmd} { @@ -37,6 +38,7 @@ start_server { foreach {num cmd enc title} { 16 lpush ziplist "Ziplist" 64 lpush linkedlist "Linked list" + 64 sadd hashtable "Hash table" } { set result [create_random_dataset $num $cmd] assert_encoding $enc tosort