[elephant-devel] Updated version of last Postmodern patch bundle
Henrik Hjelte
henrik at evahjelte.com
Fri Mar 7 20:47:57 UTC 2008
2008/3/7 Leslie P. Polzer <leslie.polzer at gmx.net>:
>
> Amendments:
>
> * handle pg error 23505 (duplicate primary key race condition)
> * some notes on handled errors
> * removed dbpm-error condition
Does these fix the problems you reported earlier?
Since Alex Mizrai is updating the postmodern code right now, are you
discussing with each others about changes you make? I don't know if
you work on the same things.
>
> I also noticed that the concurrency tests are run automatically
> as part of the backend tests. This is not my intention, but I'm
> not sure how to fix it right now.
>
> DEFTEST (rt) forms, like in migration.lisp, need to be called
> explicitly AFAICS. Tests declared with FiveAM's TEST seem to be
> run without being in a suite...
deftest (rt style) is now redefined as a macro that expands to 5am:test
How are you running them? You define a suite with (in-suite* ) in 5am
You can either specify a suite name or a single test with
(do-test-spec 'test-or-suite)
/Henrik
More information about the elephant-devel
mailing list