summaryrefslogtreecommitdiff
path: root/test.c
AgeCommit message (Expand)Author
2020-12-07Illumos test fixes, error message difference fot bad hostname test.David Carlier
2020-10-17Fix handling of NIL invalidation messages.michael-grunder
2020-07-29Move SSL management to a distinct private pointer. (#855)Michael Grunder
2020-07-19Resp3 oob push support (#841)Michael Grunder
2020-05-30Merge branch 'master' into new-ssl-apimichael-grunder
2020-05-26Document allocator injection and completeness fix in test.c (#824)Michael Grunder
2020-05-25Use unique names for allocator struct members (#823)Michael Grunder
2020-05-24New SSL API to replace redisSecureConnection().Yossi Gottlieb
2020-05-22Allow users to replace allocator and handle OOM everywhere. (#800)Michael Grunder
2020-05-21Add logic to handle RESP3 push messages (#819)Michael Grunder
2020-05-19Resp3 verbatim string support (#805)Michael Grunder
2020-05-04Remove nested depth limitation. (#797)Michael Grunder
2020-04-02Win32 tests and timeout fix (#776)Michael Grunder
2019-12-12Free the reply in redisGetReply when passed NULLmichael-grunder
2019-09-25Fixes leaks in unit testsmichael-grunder
2019-09-16Add SSL mode tests.Yossi Gottlieb
2019-08-09Merge branch 'master' into createArray-size_tMark Nunberg
2019-05-14test: fix errstr matching for musl libcEivind Uggedal
2019-03-31Fix NXDOMAIN test casemichael-grunder
2018-11-26FreeBSD build fixDavid Carlier
2018-09-25Skip NXDOMAIN test when using evil ISPsMark Nunberg
2018-05-21Update createArray to take size_tJustin Brewer
2018-05-20Don't overflow 32 bit machines in the tests!michael-grunder
2018-05-20Add an integer parsing heavy workload to throughput testingmichael-grunder
2018-05-20Fix bulk and multi-bulk length truncationJustin Brewer
2018-05-19Properly detect integer parse errorsJustin Brewer
2016-05-14test: Add regression test for sds argv formattingJan-Erik Rediger
2016-04-20Auto merge of #379 - thomaslee:tom_test_race, r=badboynot-a-robot
2016-04-20Add CI for Windowsowent
2016-04-17test.c: Fix shadowed name with typedef when compiling with -WshadowJerry Jacobs
2015-11-18Fix potential race in 'invalid timeout' testsTom Lee
2015-09-16Add FreeBSD message to test_blocking_connection_errors.olgeni
2015-04-16Implement a reconnect method for the client contextJan-Erik Rediger
2015-04-16Make this work on Redis 3.0Jan-Erik Rediger
2015-02-18Fix tests when assert() undefinedMatt Stancliff
2015-01-22Cleanup memory during testMatt Stancliff
2015-01-08Use known-bad hostname when testing hostname failMatt Stancliff
2015-01-08Update test error message detection for dead hostsMatt Stancliff
2014-05-29Add tests for redisFree() and freeReplyObject()Daniel Melani
2014-04-09Add new redisAppendFormatedCommand with testsAxel Etcheverry
2014-04-09Fix "host cannot be resolved test" testripcurld00d
2014-04-09Add redisConnectFd() and redisFreeKeepFd()Eddy Jansson
2013-07-10Emphasize size_t length for %b formattingWolfgang Richter
2013-07-10Fix DNS error test (fixes #167)Pieter Noordhuis
2013-05-01Merge branch 'gai_strerror'Pieter Noordhuis
2013-05-01Fix stylePieter Noordhuis
2013-03-14Set error when invalid timeout value is given to redisConnectWithTimeoutAaron Bedra
2013-02-23Fix tests for test_blocking_connection_errors();Thordur Bjornsson
2013-01-22Made connect functions return NULL on alloc failures.Henri Doreau
2012-08-27Test new maximum depth of multi-bulk repliesPieter Noordhuis