Brian Aker wrote: > Hi! > > On Jun 19, 2008, at 12:58 PM, Brad Fitzpatrick wrote: > >> But if we want to include libmemcache with memcached (at least for >> testing), we could just as well write the tests in C too. *shrug* > > I would be fine with that. I've got dozens of tests and once the binary > bits are complete we can flip/flop the protocols and see that they are > returning the same results. > > We could do something with the buildbots to pull the tests each new > build of memcached.
Awesome ideas, both: possibly embedding libmemcached for the internal test suite (so we can write it in C and stop waxing poetic on it), and fiddling the buildbots into running all of these wacky test suites. My concern with using a library for the internal `make test` suite is that it becomes difficult to distinct between a library bug and a server bug, since the tests aren't minimalist. -Dormando
