summaryrefslogtreecommitdiff
path: root/test.c
AgeCommit message (Expand)Author
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
2011-12-20more error messagesChip Salzenberg
2011-12-02increase read depth by one, would allow ruby redis client to read from slowlogmrb
2011-07-10Colorize test outcomePieter Noordhuis
2011-07-10Test all supported types for printf-like formattingPieter Noordhuis
2011-07-09Abort on invalid formatPieter Noordhuis
2011-07-09Update printf-formatting tests to failPieter Noordhuis
2011-06-19Revert "Add function to retrieve formatted reply"Pieter Noordhuis
2011-06-18Remove private feature macros for Solaris from compiler flagsPieter Noordhuis
2011-06-18Fix compiler warningsPieter Noordhuis
2011-06-09Fix for issue #45Pieter Noordhuis
2011-06-09Flag to disable throughput testsPieter Noordhuis
2011-05-29Exit with a non-zero status when tests failedPieter Noordhuis
2011-05-22More control over host/port and unix path in test.cPieter Noordhuis
2011-05-22Add "make check" target (useful for automated tests).Piotr Sikora
2011-05-05Add function to retrieve formatted replyPieter Noordhuis
2011-04-21Reflect rename in testsPieter Noordhuis
2011-04-21Create protocol reader when creating contextPieter Noordhuis
2011-04-21State should not be reset after protocol errorPieter Noordhuis
2011-04-19Use variable for throughput test iteration countPieter Noordhuis
2011-03-31Add pipelined throughput testsPieter Noordhuis
2011-03-06Fix formatCommand to work with all empty interpolationsPieter Noordhuis
2011-01-27Properly reset state after protocol error in reply readerPieter Noordhuis
2011-01-27Avoid warnings with -Wstrict-prototypesPieter Noordhuis
2011-01-07Return error on socket timeout for a blocking contextPieter Noordhuis
2010-12-02Add (nearly) full printf support by delegating to vsprintfPieter Noordhuis
2010-11-24Set error on unexpected nesting of multi bulksPieter Noordhuis