index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_helper.tcl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test: split basic unit into string, incr, keyspace units.
antirez
2015-02-25
1
-1
/
+3
*
Added regression test for issue #2371.
antirez
2015-02-10
1
-0
/
+1
*
Test: try to cleanup still running Redis instances on exit.
antirez
2014-11-28
1
-1
/
+19
*
Test framework: exit on timeout with report.
antirez
2014-11-28
1
-18
/
+35
*
Spell software correctly
Matt Stancliff
2014-09-29
1
-1
/
+1
*
Fix typos
Aaron Rutkovsky
2014-09-29
1
-1
/
+1
*
Initial HyperLogLog tests.
antirez
2014-04-03
1
-0
/
+1
*
Test: code to test server availability refactored.
antirez
2014-02-17
1
-15
/
+0
*
Test: fixed osx msg passing issue in testing framework.
antirez
2014-01-31
1
-1
/
+23
*
SCAN: tests moved to unit/scan.tcl.
antirez
2013-10-30
1
-0
/
+1
*
Test: added a memory efficiency test.
antirez
2013-08-29
1
-0
/
+1
*
Little typo
Jan-Erik Rediger
2013-08-07
1
-1
/
+1
*
test-server: only listen to 127.0.0.1
Marc-Antoine Perennou
2013-06-12
1
-1
/
+1
*
Test: check that replication partial sync works if we break the link.
antirez
2013-05-08
1
-0
/
+1
*
Test: new functions to capture and analyze the replication stream.
antirez
2013-03-27
1
-0
/
+53
*
Use `info nameofexectuable` to find current executable
Johan Bergström
2013-01-24
1
-1
/
+2
*
Enforce tcl 8.5 or newer
Johan Bergström
2013-01-24
1
-0
/
+2
*
Test: MULTI/EXEC tests moved into multi.tcl.
antirez
2012-11-22
1
-1
/
+1
*
Test: more MIGRATE tests.
antirez
2012-11-14
1
-1
/
+1
*
BITOP and BITCOUNT tests.
antirez
2012-05-24
1
-0
/
+1
*
If the computer running the Redis test is slow, we revert to --clients 1 to a...
antirez
2012-05-11
1
-0
/
+17
*
Test for maxclients.
antirez
2012-04-08
1
-0
/
+1
*
new option for choosing number of test clients to run
Premysl Hruby
2012-04-03
1
-0
/
+4
*
DUMP, RESTORE, MIGRATE tests.
antirez
2012-04-02
1
-0
/
+1
*
Regression test for issue 417 (memory leak when replicating to DB with id >= 10)
antirez
2012-03-30
1
-0
/
+1
*
convert-zipmap-hash-on-load test enabled
antirez
2012-03-24
1
-0
/
+1
*
RDB load of different encodings test added.
antirez
2012-03-23
1
-0
/
+1
*
Added test for client output buffer limit (hard limit).
antirez
2012-01-25
1
-0
/
+1
*
Regression test for the main problem causing issue #141. Minor changes/fixes/...
antirez
2012-01-06
1
-1
/
+1
*
unit/introspection added among tests executed by default
antirez
2011-12-19
1
-0
/
+1
*
Added tests for AOF rewrite.
antirez
2011-12-13
1
-0
/
+1
*
Redis test port allocation fixed.
antirez
2011-12-07
1
-2
/
+2
*
--quiet option implemented in the Redis test. Output improved a bit.
antirez
2011-11-29
1
-9
/
+25
*
still problems with the AOF race regression test, disabling it again for now
antirez
2011-11-28
1
-1
/
+0
*
aof-race test reenabled now that port allocation of the test suite is smarter
antirez
2011-11-18
1
-0
/
+1
*
Redis test ports selection made more robust. This prevents the test from hang...
antirez
2011-10-04
1
-21
/
+23
*
commenting out aof-race test for now, waiting for a fix to issue #80
antirez
2011-09-16
1
-1
/
+0
*
Failing test related to AOF rewrite buffers
Pieter Noordhuis
2011-09-16
1
-0
/
+1
*
Maxmemory test
antirez
2011-07-28
1
-0
/
+1
*
master branch merged into scripting.
antirez
2011-07-12
1
-82
/
+241
|
\
|
*
cleanup after test
antirez
2011-07-11
1
-1
/
+3
|
*
--help implemented
antirez
2011-07-11
1
-6
/
+12
|
*
better recap of failed tests.
antirez
2011-07-11
1
-1
/
+1
|
*
initial support for failed tests summary at end of the test.
antirez
2011-07-11
1
-3
/
+18
|
*
implemented --single, --list-tests. --accurante and --help are now recognized...
antirez
2011-07-11
1
-0
/
+14
|
*
list test further split into smaller units
antirez
2011-07-11
1
-0
/
+1
|
*
list-2 added to the list of tests
antirez
2011-07-11
1
-0
/
+1
|
*
no longer prints testing... but just shows the test when we get the final res...
antirez
2011-07-11
1
-0
/
+2
|
*
replication test split into three parts in order to improve test execution ti...
antirez
2011-07-11
1
-3
/
+13
|
*
display less useless information in parallel test
antirez
2011-07-11
1
-6
/
+6
[next]