summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Another meaningful offset test removed.antirez2020-05-271-100/+0
* Remove the PSYNC2 meaningful offset test.antirez2020-05-272-113/+0
* Test: PSYNC2 test can now show server logs.antirez2020-05-251-25/+88
* Disconnect chained replicas when the replica performs PSYNC with the master a...Qu Chen2020-05-211-0/+50
* fix a rare active defrag edge case bug leading to stagnationOran Agra2020-05-201-2/+123
* Merge pull request #7232 from trevor211/handleHashTagWhenComputingHashSlotSalvatore Sanfilippo2020-05-192-3/+30
|\
| * Handle keys with hash tag when computing hash slot using tcl cluster client.WuYunlong2020-05-111-2/+23
| * Add a test to prove current tcl cluster client can not handle keys with hash ...WuYunlong2020-05-111-1/+7
* | fix valgrind test failure in replication testOran Agra2020-05-181-1/+1
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-05-171-0/+52
|\ \
| * | add regression test for the race in #7205Oran Agra2020-05-171-0/+52
* | | Improve the PSYNC2 test reliability.antirez2020-05-171-15/+33
|/ /
* | Merge pull request #7229 from yossigo/tls-fails-on-recent-debianSalvatore Sanfilippo2020-05-141-20/+0
|\ \
| * | TLS: Fix test failures on recent Debian/Ubuntu.Yossi Gottlieb2020-05-101-20/+0
| |/
* | Merge branch 'free_clients_during_loading' into unstableantirez2020-05-141-0/+52
|\ \
| * | fix redis 6.0 not freeing closed connections during loading.Oran Agra2020-05-111-0/+52
| |/
* | Regression test for #7249.antirez2020-05-141-0/+22
* | fix unstable replication testOran Agra2020-05-121-2/+2
|/
* Test: --dont-clean should do first cleanup.antirez2020-05-051-5/+2
* Merge pull request #7179 from bytedance/cpu-affinitySalvatore Sanfilippo2020-05-041-0/+4
|\
| * Support setcpuaffinity on linux/bsdzhenwei pi2020-05-021-0/+4
* | add daily github actions with libc malloc and valgrindOran Agra2020-05-042-1/+13
|/
* Merge pull request #7134 from guybe7/xstate_commandSalvatore Sanfilippo2020-04-281-0/+34
|\
| * Extend XINFO STREAM outputGuy Benoish2020-04-281-0/+34
* | fix loading race in psync2 testsOran Agra2020-04-283-1/+15
* | Keep track of meaningful replication offset in replicas tooOran Agra2020-04-271-18/+126
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-241-1/+1
|\ \
| * \ Merge pull request #7114 from guybe7/stream_tag_xsetidSalvatore Sanfilippo2020-04-231-1/+1
| |\ \
| | * | Add the stream tag to XSETID testsGuy Benoish2020-04-191-1/+1
| | |/
* | | LCS -> STRALGO LCS.antirez2020-04-241-8/+8
|/ /
* | Merge pull request #7123 from fayadexinqing/optimizeClusterSlotsSalvatore Sanfilippo2020-04-231-0/+44
|\ \
| * | add tcl test for cluster slotsyanhui132020-04-211-0/+44
| |/
* | Tracking: test expired keys notifications.tracking-noloopantirez2020-04-221-0/+13
* | Tracking: NOLOOP tests.antirez2020-04-221-0/+32
|/
* A few comments and name changes for #7103.antirez2020-04-171-4/+13
* testsuite run the defrag latency test soloOran Agra2020-04-162-0/+40
* Merge branch 'lcs' into unstableantirez2020-04-061-0/+30
|\
| * LCS: more tests.antirez2020-04-061-0/+8
| * LCS tests.antirez2020-04-061-0/+22
* | diffrent fix for runtest --host --portOran Agra2020-04-062-13/+13
* | Try to fix time-sensitive tests in blockonkey.tclGuy Benoish2020-04-031-1/+54
* | Merge pull request #7030 from valentinogeron/xread-in-luaSalvatore Sanfilippo2020-04-031-0/+11
|\ \
| * | XREAD and XREADGROUP should not be allowed from scripts when BLOCK option is ...Valentino Geron2020-03-261-0/+11
* | | Fix no-negative-zero testGuy Benoish2020-04-021-0/+1
* | | Merge pull request #6546 from guybe7/fix_neg_zeroSalvatore Sanfilippo2020-04-021-0/+6
|\ \ \
| * | | Make sure Redis does not reply with negative zeroGuy Benoish2019-11-051-0/+6
* | | | Merge pull request #7029 from valentinogeron/fix-xackSalvatore Sanfilippo2020-04-021-0/+12
|\ \ \ \
| * | | | XACK should be executed in a "all or nothing" fashion.Valentino Geron2020-03-261-0/+12
| | |/ / | |/| |
* | | | Fix memory corruption in moduleHandleBlockedClientsGuy Benoish2020-04-012-43/+134
| |_|/ |/| |
* | | Merge pull request #7037 from guybe7/fix_module_replicate_multiSalvatore Sanfilippo2020-03-311-0/+33
|\ \ \