projects
/
redis.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
No longer used macro rdbIsOpcode() removed.
[redis.git]
/
tests
/
2012-10-22
Salvatore Sanfilippo
Merge pull request #693 from ghurrell/dict-h-typos
tree
|
commitdiff
2012-10-22
antirez
Differentiate SCRIPT KILL error replies.
tree
|
commitdiff
2012-10-03
antirez
"SORT by nosort" (skip sorting) respect sorted set...
tree
|
commitdiff
2012-10-01
antirez
Revert "Scripting: redis.NIL to return nil bulk replies."
tree
|
commitdiff
2012-09-28
antirez
Scripting: redis.NIL to return nil bulk replies.
tree
|
commitdiff
2012-09-21
antirez
Test for SRANDMEMBER with <count>.
tree
|
commitdiff
2012-09-17
antirez
A reimplementation of blocking operation internals.
tree
|
commitdiff
2012-09-05
antirez
BITCOUNT regression test for #582 fixed for 32 bit...
tree
|
commitdiff
2012-09-05
Haruto Otake
BITCOUNT: fix segmentation fault.
tree
|
commitdiff
2012-09-05
Salvatore Sanfilippo
Merge pull request #576 from saj/fix-slave-ping-period
tree
|
commitdiff
2012-09-04
antirez
Scripting: Force SORT BY constant determinism inside...
tree
|
commitdiff
2012-08-31
antirez
Scripting: require at least one argument for redis...
tree
|
commitdiff
2012-06-12
antirez
Added a new hash fuzzy tester.
tree
|
commitdiff
2012-06-11
antirez
New test: hash ziplist -> hashtable encoding conversion.
tree
|
commitdiff
2012-06-02
antirez
EVAL replication test: less false positives.
tree
|
commitdiff
2012-06-02
Alex Mitrofanov
Fixed RESTORE hash failure (Issue #532)
tree
|
commitdiff
2012-05-31
antirez
BITOP bug when called against non existing keys fixed.
tree
|
commitdiff
2012-05-25
antirez
Tests modified to account for INFO fields renaming.
tree
|
commitdiff
2012-05-24
antirez
BITOP command 10x speed improvement.
tree
|
commitdiff
2012-05-24
antirez
BITOP: handle integer encoded objects correctly.
tree
|
commitdiff
2012-05-24
antirez
Bit operations tests improved.
tree
|
commitdiff
2012-05-24
antirez
BITOP and BITCOUNT tests.
tree
|
commitdiff
2012-05-23
antirez
Fixed issue #516 (ZINTERSTORE mixing sets and zsets).
tree
|
commitdiff
2012-05-22
antirez
Redis test: include bug report on crash.
tree
|
commitdiff
2012-05-11
antirez
If the computer running the Redis test is slow, we...
tree
|
commitdiff
2012-05-04
Salvatore Sanfilippo
Merge pull request #494 from quiver/init-fixes
tree
|
commitdiff
2012-05-02
antirez
Test "Turning off AOF kills the background writing...
tree
|
commitdiff
2012-05-01
Harmen
Show problem with 'keys' command with specific command...
tree
|
commitdiff
2012-04-30
antirez
Properly wait the slave to sync with master in BRPOPLPU...
tree
|
commitdiff
2012-04-29
antirez
A more lightweight implementation of issue 141 regressi...
tree
|
commitdiff
2012-04-26
antirez
Redis test: More reliable BRPOPLPUSH replication test.
tree
|
commitdiff
2012-04-26
antirez
Merge remote-tracking branch 'origin/unstable' into...
tree
|
commitdiff
2012-04-26
antirez
Redis test: scripting EVALSHA replication test more...
tree
|
commitdiff
2012-04-23
antirez
Ziplist encoding now tested with negative integers...
tree
|
commitdiff
2012-04-23
Salvatore Sanfilippo
Merge pull request #421 from ErikDubbelboer/sds-const
tree
|
commitdiff
2012-04-23
Salvatore Sanfilippo
Merge pull request #461 from schlenk/unstable
tree
|
commitdiff
2012-04-23
antirez
New time limit for protocol desync test set to 30 secon...
tree
|
commitdiff
2012-04-21
antirez
Merge remote-tracking branch 'origin/unstable' into...
tree
|
commitdiff
2012-04-21
antirez
Limit memory used by big SLOWLOG entries.
tree
|
commitdiff
2012-04-21
Salvatore Sanfilippo
Merge pull request #440 from ErikDubbelboer/spelling
tree
|
commitdiff
2012-04-21
Salvatore Sanfilippo
Merge pull request #414 from chobits/unstable
tree
|
commitdiff
2012-04-19
antirez
New tests related to scripts max execution time.
tree
|
commitdiff
2012-04-18
antirez
Tests for scripting PRNG.
tree
|
commitdiff
2012-04-18
antirez
Test SDIFF with first set empty.
tree
|
commitdiff
2012-04-18
antirez
Test SINTER against same integer elements, but differen...
tree
|
commitdiff
2012-04-18
antirez
Test SINTER with non existing key.
tree
|
commitdiff
2012-04-18
antirez
Added an SMOVE test where src and dest key are the...
tree
|
commitdiff
2012-04-18
antirez
New hash fuzzing test.
tree
|
commitdiff
2012-04-18
antirez
Explicit RPOP/LPOP tests.
tree
|
commitdiff
2012-04-18
antirez
Test LINSERT syntax error.
tree
|
commitdiff
2012-04-18
antirez
Test LINDEX out of range index.
tree
|
commitdiff
2012-04-18
Salvatore Sanfilippo
Merge pull request #456 from pietern/unstable-mkopts
tree
|
commitdiff
2012-04-18
antirez
More robust maxclients test.
tree
|
commitdiff
2012-04-17
Michael Schlenker
Replace unnecessary calls to echo and cat
tree
|
commitdiff
2012-04-17
antirez
Added test for SORT corner case: pattern ending with...
tree
|
commitdiff
2012-04-17
antirez
Less false positives in maxclients test, hopefully.
tree
|
commitdiff
2012-04-13
antirez
Merge branch 'strict.lua' into unstable
tree
|
commitdiff
2012-04-13
antirez
New test for scripting engine: DECR_IF_GT.
tree
|
commitdiff
2012-04-13
antirez
Tests modified to match the new global protection imple...
tree
|
commitdiff
2012-04-13
antirez
Tests for lua globals protection.
tree
|
commitdiff
2012-04-11
Salvatore Sanfilippo
Merge pull request #449 from ErikDubbelboer/unstable
tree
|
commitdiff
2012-04-08
antirez
Test for maxclients.
tree
|
commitdiff
2012-04-07
antirez
Added new test to check that "CONFIG appendonly no...
tree
|
commitdiff
2012-04-07
antirez
Tests for MONITOR.
tree
|
commitdiff
2012-04-07
antirez
New client info field added to CLIENT LIST output:...
tree
|
commitdiff
2012-04-06
antirez
Two new tests for BGREWRTIEAOF.
tree
|
commitdiff
2012-04-06
antirez
redis.tcl: no longer leave unread replies if an error...
tree
|
commitdiff
2012-04-05
Salvatore Sanfilippo
Merge pull request #430 from anydot/f-testsuite
tree
|
commitdiff
2012-04-05
Salvatore Sanfilippo
Merge pull request #426 from anydot/fix-rm-vm-comments
tree
|
commitdiff
2012-04-05
Salvatore Sanfilippo
Merge pull request #431 from anydot/f-signal
tree
|
commitdiff
2012-04-04
antirez
On slow computers, 10 seconds are not enough for this...
tree
|
commitdiff
2012-04-03
antirez
More MIGRATE tests.
tree
|
commitdiff
2012-04-03
Premysl Hruby
in kill_server send the signal once, then wait for...
tree
|
commitdiff
2012-04-03
Premysl Hruby
new option for choosing number of test clients to run
tree
|
commitdiff
2012-04-02
antirez
MIGRATE test modified because the implementation changed.
tree
|
commitdiff
2012-04-02
antirez
DUMP, RESTORE, MIGRATE tests.
tree
|
commitdiff
2012-03-30
antirez
Regression test for issue 417 (memory leak when replica...
tree
|
commitdiff
2012-03-29
Xiaochen Wang
fix typos in tests/assets/default.conf
tree
|
commitdiff
2012-03-28
antirez
Test for redis.sha1hex().
tree
|
commitdiff
2012-03-28
antirez
Merge branch 'watchdog' into unstable
tree
|
commitdiff
2012-03-28
antirez
Redis test: regexp to check if valgrind reported errors...
tree
|
commitdiff
2012-03-27
Salvatore Sanfilippo
Merge pull request #389 from huangz1990/patch-1
tree
|
commitdiff
2012-03-25
antirez
convert-zipmap-hash-on-load false positive fixed.
tree
|
commitdiff
2012-03-24
antirez
Merge remote-tracking branch 'origin/unstable' into...
tree
|
commitdiff
2012-03-24
antirez
When running the test in valgrind mode, pass the right...
tree
|
commitdiff
2012-03-24
antirez
convert-zipmap-hash-on-load test enabled
tree
|
commitdiff
2012-03-23
antirez
Contextualize comment.
tree
|
commitdiff
2012-03-23
antirez
RDB load of different encodings test added.
tree
|
commitdiff
2012-03-20
antirez
DEBUG should not be flagged as w otherwise we can not...
tree
|
commitdiff
2012-03-13
antirez
CLIENT LIST test modified to reflect the new output.
tree
|
commitdiff
2012-03-10
antirez
hash-max-zipmap-... renamed hash-max-ziplist-... in...
tree
|
commitdiff
2012-03-09
antirez
Merge conflicts resolved.
tree
|
commitdiff
2012-02-22
Salvatore Sanfilippo
Merge pull request #304 from bradvoth/unstable
tree
|
commitdiff
2012-02-22
antirez
even less false positive on obuf-limits test.
tree
|
commitdiff
2012-02-16
antirez
Issue #330 regression test.
tree
|
commitdiff
2012-02-01
antirez
Added tests checking ability of the scripting engine...
tree
|
commitdiff
2012-02-01
antirez
A few SORT tests made more resistant to false negatives...
tree
|
commitdiff
2012-02-01
antirez
New SORT tests checking the new more deterministic...
tree
|
commitdiff
2012-02-01
antirez
Make SORT BY <constant> STORE ... to always produce...
tree
|
commitdiff
2012-02-01
antirez
SORT is now more deterministic: does not accept to...
tree
|
commitdiff
next