OK, may I suggest we just slightly change the test, so that it works on
Derby as well. Current problem is that Derby does not allow more than one
column in subquery result.
So if wwe replace
"SELECT a FROM Artist a WHERE EXISTS (SELECT DISTINCT p1 ...) "
with
"SELECT a FROM Artist a WHERE EXISTS (SELECT DISTINCT p1.paintingTitle ...)
"
it will work with same sense
2009/12/11 Aristedes Maniatis <ar..aniatis.org>
> On 11/12/09 5:55 PM, Andrey Razumovsky wrote:
>
>> Well, how about the following situation I faced a number of times: the
>> build
>> is broken and I try to fix it. But I don't succeed.. so how should I know
>> about that? Manually go&check in hudson? Not that handy.
>> Of course, Hudson spamming is much worse. I'd rather we disable Derby
>> builds
>> until those two tests can work.
>>
>
> Each of the tests (combinations of java version and db) will send us email
> separately. So if you break hsqldb then none of the other databases will
> even be tested. And separate emails will be sent. Plus we still get the
> email back that the build was a success.
>
>
> Ari
>
>
> --
>
> -------------------------->
> Aristedes Maniatis
> GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A
>
-- Andrey
This archive was generated by hypermail 2.0.0 : Fri Dec 11 2009 - 03:33:38 EST