2008/3/7 Leslie P. Polzer <[EMAIL PROTECTED]>:
>
>  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
_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to