Stewart Smith wrote:
> On Mon, Dec 14, 2009 at 10:26:23AM -0800, Brian Aker wrote:
>> We have no real concurrency tests right now, and that is the problem.
>
> We also need a (programatic) load generation toolkit for this, and
> fault injection (e.g. to force the condition we want to test).
>
> If we can have 'make test' or test-run.pl run executables and have
> subunit or whatever output.... I may just start writing these as the
> lack of proper testing is infuriating (and has been for years).
>
make test (actually make check, but whatever) can run executables. Check
out drizzled/message/include.am:
TESTS += ${MESSAGE_DIR}/check_length.sh
check_PROGRAMS += drizzled/message/length
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp