summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* revert an accidental test code change done as part of the tls projectOran Agra2019-12-011-1/+1
* Merge pull request #6598 from oranagra/module-hook-testSalvatore Sanfilippo2019-11-251-6/+8
|\
| * try to fix an unstable test (module hook for loading progress)Oran Agra2019-11-191-6/+8
* | Merge branch 'unstable' into rm_get_server_infoSalvatore Sanfilippo2019-11-2115-33/+1328
|\ \
| * \ Merge pull request #6603 from daidaotong/typofixSalvatore Sanfilippo2019-11-201-1/+1
| |\ \ | | |/ | |/|
| | * fix typoDaniel Dai2019-11-191-1/+1
| * | Merge branch 'unstable' into module-long-doubleSalvatore Sanfilippo2019-11-1910-8/+552
| |\ \
| | * \ Merge pull request #6557 from oranagra/rm_lru_lfu_revizedSalvatore Sanfilippo2019-11-192-13/+86
| | |\ \
| | | * | rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFUOran Agra2019-11-102-13/+86
| | | |/
| | * | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-11-192-7/+37
| | |\ \
| | | * \ Merge pull request #6558 from oranagra/module_testrdb_leakSalvatore Sanfilippo2019-11-191-1/+4
| | | |\ \
| | | | * | fix leak in module api rdb testOran Agra2019-11-101-1/+4
| | | | |/
| | | * | Merge pull request #6513 from oranagra/test_assertionsSalvatore Sanfilippo2019-11-191-6/+33
| | | |\ \
| | | | * | test infra: improve prints on failed assertionsOran Agra2019-10-291-6/+33
| | * | | | Fix stream test after addition of 0-0 ID test.antirez2019-11-191-3/+3
| | |/ / /
| | * | | Merge branch 'unstable' into scan_module_implSalvatore Sanfilippo2019-11-194-1/+196
| | |\ \ \
| | | * \ \ Merge pull request #3383 from yossigo/datatype_load_saveSalvatore Sanfilippo2019-11-193-1/+190
| | | |\ \ \
| | | | * | | Add ModuleDataType to/from string serialization.Yossi Gottlieb2019-11-043-1/+190
| | | | | |/ | | | | |/|
| | | * | | XADD with ID 0-0 stores an empty keyGuy Benoish2019-11-131-0/+6
| | | |/ /
| | * | | Add RM_ScanKey to scan hash, set, zset, changes to RM_Scan APIOran Agra2019-11-112-38/+114
| | * | | Added scan implementation to module api.meir@redislabs.com2019-11-113-1/+82
| | |/ /
| | * | Merge pull request #6540 from oranagra/simple_module_api_testsSalvatore Sanfilippo2019-11-042-0/+88
| | |\ \
| | | * | Test coverage for new module APIs: dbsize, flushall, randomkey, lru get/setOran Agra2019-11-042-0/+88
| * | | | RM_CreateStringFromLongDouble: use new ld2string 'mode' typeartix2019-11-041-0/+4
| * | | | Fix RedisModule_ReplyWithLongDouble ptr definition, add testsartix2019-11-042-1/+44
| |/ / /
| * | | Merge pull request #6539 from kristoff-it/unstableSalvatore Sanfilippo2019-11-041-0/+6
| |\ \ \
| | * | | fix unreported overflow in autogerenared stream IDsLoris Cro2019-11-041-0/+6
| | |/ /
| * | | Merge pull request #6531 from oranagra/rm_save_long_doubleSalvatore Sanfilippo2019-11-041-1/+8
| |\ \ \ | | |/ / | |/| |
| | * | Module API for loading and saving long doubleOran Agra2019-11-031-1/+8
| | |/
| * | Merge pull request #6535 from guybe7/module_block_on_keys_testsSalvatore Sanfilippo2019-11-043-1/+348
| |\ \
| | * | Modules: Test RedisModule_BlockClientOnKeysGuy Benoish2019-11-043-1/+348
| | |/
| * | Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-292-23/+367
| |/
* | Add RM_ServerInfoGetFieldUnsignedOran Agra2019-11-042-1/+16
* | Adding RM_ServerInfoGetFieldCOran Agra2019-11-042-2/+13
* | Add module api for looking into INFO fieldsOran Agra2019-11-032-0/+73
|/
* Module api tests for RM_CallOran Agra2019-10-284-1/+80
* Merge pull request #6496 from oranagra/module_tests_valgrindSalvatore Sanfilippo2019-10-283-27/+31
|\
| * Make module tests pass with valgrind, and fix a leak in diskless loadOran Agra2019-10-243-27/+31
* | Modules: improve tests Makefile.Yossi Gottlieb2019-10-241-24/+15
* | Modules hooks: test flush event.antirez2019-10-242-3/+15
* | Modules hooks: initial Tcl test file.antirez2019-10-241-0/+18
* | Modules hooks: test module draft.antirez2019-10-232-1/+82
|/
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-1616-8/+505
|\
| * Test: fix implementation-dependent test after code change.antirez2019-10-101-2/+2
| * update typoDaniel Dai2019-10-091-1/+1
| * Geo: output 10 chars of geohash, not 11.antirez2019-10-081-1/+1
| * Modules: add RM_Replicate() Tcl test file & fix the module.antirez2019-10-032-0/+31
| * Modules: RM_Replicate() test with threads.antirez2019-10-031-2/+23
| * Modules: RM_Replicate() test module: initial implementation.antirez2019-10-032-1/+86
| * Merge pull request #6270 from oranagra/modules_infoSalvatore Sanfilippo2019-10-013-1/+110
| |\