summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Fix for incorrect stats buffer reallocation size and a test case for itToru Maesaka2009-04-061-0/+39
* two new troubleshooting statsdormando2009-03-301-3/+4
* add a cmd_flush statdormando2009-03-301-3/+12
* stats reset also clears cas_hits/badval/missesSteve Yen2009-03-251-1/+20
* "stats reset" should reset eviction counters as wellTrond Norbye2009-03-241-0/+39
* stats slab's used_chunks should show chunks put to useDustin Sallings2009-03-231-0/+26
* Fix ascii UDP set (bug36).Eric Lambert2009-03-211-7/+20
* Fixed -C and -b: (with tests).Dustin Sallings2009-03-191-1/+15
* Added stats settings.Dustin Sallings2009-03-192-2/+18
* Use safe strto.*l functions for parsing info in text sets.Dustin Sallings2009-03-191-1/+17
* Handle 64-bit deltas in incr/decr.Dustin Sallings2009-03-191-3/+7
* flesh out safe_strto* util funcs, and make incrdecr use themBrad Fitzpatrick2009-03-191-1/+3
* Added basic -M test.Dustin Sallings2009-03-181-0/+34
* Try to recycle allocated memory from expired items before allocating more.Trond Norbye2009-03-171-0/+34
* Slow down the add test a bit.Dustin Sallings2009-03-111-4/+4
* Shrink lines in protocol.txt to fit within 80 columns.Dustin Sallings2009-03-111-0/+25
* Added an add behavior test.Dustin Sallings2009-03-111-1/+11
* Added CAS stats.Dustin Sallings2009-03-071-2/+37
* incr/decr statsDustin Sallings2009-03-071-5/+40
* Added stats for delete commands.Dustin Sallings2009-03-061-2/+19
* Isolate the first server in startup test so it dies sooner (bug 20).Dustin Sallings2009-03-011-4/+6
* Fix for bug21.Dustin Sallings2009-02-262-2/+21
* stats detail dump shouldn't use more memory than given.Dustin Sallings2009-02-131-4/+39
* Fix leaked reference in binary protocol get ops.Dustin Sallings2009-02-131-1/+23
* Verify we read enough data when in binary prot tests.Dustin Sallings2009-02-131-1/+9
* Probably better to check this result instead of returning it.Dustin Sallings2009-02-131-1/+5
* Test cachedump on text protocol.Dustin Sallings2009-02-122-3/+7
* Update CAS on non-replace incr/decr.Dustin Sallings2009-02-111-1/+26
* Added support for test code coverage output for "make test" targetVictor Kirkebo2009-01-291-1/+1
* Return all errors for binary commands except not_found for getk.Dustin Sallings2009-01-271-3/+3
* Use a proper plan on binary.t and get rid of diag.Dustin Sallings2009-01-251-25/+25
* Fixed test bug in sending silent binary incr/decr commands.Dustin Sallings2009-01-251-1/+1
* Fixed silent incr/decr to check with incr.Dustin Sallings2009-01-251-4/+4
* Silent append and prepend tests.Dustin Sallings2009-01-251-2/+16
* Added prepend test.Dustin Sallings2009-01-251-1/+8
* Test append.Dustin Sallings2009-01-251-1/+14
* $check was only checking flags, not values.Dustin Sallings2009-01-251-0/+1
* Mark silent replace test as working.Dustin Sallings2009-01-241-1/+1
* Fixed test for binary silent replace.Dustin Sallings2009-01-231-8/+13
* Added some tests for some of Trond's quiet commands.Dustin Sallings2009-01-231-19/+136
* Minor whitespace fixes in test.Dustin Sallings2009-01-231-2/+2
* Don't leave stale data on failed set attempt.Dustin Sallings2009-01-211-0/+18
* Fix for stats opaque issue pointed out at the hackathon and removed some wast...Toru Maesaka2009-01-031-1/+1
* Remove managed instance mode (Dormando) - We should come back and do this rig...dormando2009-01-031-11/+0
* 1.3 series does not support delayed delete hence, test removed.Toru Maesaka2009-01-031-7/+1
* Removed the test for delayed delete since it is non-existent in 1.3Toru Maesaka2009-01-031-68/+0
* Binary protocol test now complies with the latest specification.Toru Maesaka2009-01-031-295/+248
* Temporarily disabled the binary test for Hudson.Toru Maesaka2009-01-031-0/+3
* lru testsSteve Yen2009-01-021-1/+51
* Don't leave stale data on failed set attempt.dormando2009-01-021-2/+7