ralf,

Ralf Joachim wrote:
> Werner,
> 
> can you please send me a log with stacktrace of a failing 'mvn test' run.
Yes, will do (most likely in the evening).
> 
> Have you changed anything at your environment e.g other versions of
> derby, junit?
No, all is the same as resolved by Maven.

> Will try to execute things on windows later on to see if I'm able to
> reproduce the problem.
Great. Let's see what Lukas finds out re: Java 6.0.
> 
> Ralf
> 
> 
> Werner Guttmann schrieb:
>> Hi Ralf,
>>
>> I think there's already an open issue about this. I had to comment out
>> as clearly these three tests do not finish successfully against Derby
>> when performing a 'mvn test'.
>>
>> Let me test this against mySQL later on today, and after that we need to
>> have a discussion on how to go about this.
>>
>> Lukas, can you please confirm that those tests work for you on Java 6.0 ?
>>
>> Werner
>>
>> Ralf Joachim wrote:
>>   
>>> Hi Werner,
>>>
>>> can you send me some informations about the failures as I am not able to
>>> reproduce then here. At multpile executions of 'mvn clean' followed by
>>> 'mvn install' on cpactf module I haven't seen any single failure on
>>> these tests. Executing test suite against mysql and oracle from within
>>> eclipse I didn't see failures either. Having said that I also use Java
>>> 5.0 but under linux.
>>>
>>> Shell we open a new jira issue on that?
>>>
>>> Regards
>>> Ralf
>>>
>>> wgut...@codehaus.org schrieb:
>>>     
>>>> Revision
>>>>     8127 <http://fisheye.codehaus.org/changelog/castor/?cs=8127>
>>>> Author
>>>>     wguttmn
>>>> Date
>>>>     2009-03-10 15:59:38 -0500 (Tue, 10 Mar 2009)
>>>>
>>>>
>>>>       Log Message
>>>>
>>>> Removed those tests from the Derby execution plan, as they fail 
>>>> consistently with me (on Java 5.0, that is).
>>>>
>>>>
>>>>       Modified Paths
>>>>
>>>>     * 
>>>> castor/trunk/cpactf/src/test/java/org/castor/cpa/test/test87/TestExtended.java
>>>>       <#castortrunkcpactfsrctestjavaorgcastorcpatesttest87TestExtendedjava>
>>>>     * 
>>>> castor/trunk/cpactf/src/test/java/org/castor/cpa/test/test87/TestRelation.java
>>>>       <#castortrunkcpactfsrctestjavaorgcastorcpatesttest87TestRelationjava>
>>>>     * 
>>>> castor/trunk/cpactf/src/test/java/org/castor/cpa/test/test87/TestSimple.java
>>>>       <#castortrunkcpactfsrctestjavaorgcastorcpatesttest87TestSimplejava>
>>>>
>>>>
>>>>       Diff
>>>>
>>>>
>>>>         Modified:
>>>>         
>>>> castor/trunk/cpactf/src/test/java/org/castor/cpa/test/test87/TestExtended.java
>>>>         (8126 => 8127)
>>>>
>>>> --- 
>>>> castor/trunk/cpactf/src/test/java/org/castor/cpa/test/test87/TestExtended.java
>>>>  2009-03-10 20:50:59 UTC (rev 8126)
>>>> +++ 
>>>> castor/trunk/cpactf/src/test/java/org/castor/cpa/test/test87/TestExtended.java
>>>>  2009-03-10 20:59:38 UTC (rev 8127)
>>>> @@ -52,8 +52,8 @@
>>>>  
>>>>      public boolean include(final DatabaseEngineType engine) {
>>>>          return (engine == DatabaseEngineType.MYSQL)
>>>> -            || (engine == DatabaseEngineType.ORACLE)
>>>> -            || (engine == DatabaseEngineType.DERBY);
>>>> +            || (engine == DatabaseEngineType.ORACLE);
>>>> +//            || (engine == DatabaseEngineType.DERBY);
>>>>      }
>>>>      
>>>>      // SQL_SERVER is excluded until issue CASTOR-2634 is resolved
>>>>
>>>>
>>>>         Modified:
>>>>         
>>>> castor/trunk/cpactf/src/test/java/org/castor/cpa/test/test87/TestRelation.java
>>>>         (8126 => 8127)
>>>>
>>>> --- 
>>>> castor/trunk/cpactf/src/test/java/org/castor/cpa/test/test87/TestRelation.java
>>>>  2009-03-10 20:50:59 UTC (rev 8126)
>>>> +++ 
>>>> castor/trunk/cpactf/src/test/java/org/castor/cpa/test/test87/TestRelation.java
>>>>  2009-03-10 20:59:38 UTC (rev 8127)
>>>> @@ -45,8 +45,8 @@
>>>>      public boolean include(final DatabaseEngineType engine) {
>>>>          return (engine == DatabaseEngineType.MYSQL)
>>>>              || (engine == DatabaseEngineType.ORACLE)
>>>> -            || (engine == DatabaseEngineType.SQL_SERVER)
>>>> -            || (engine == DatabaseEngineType.DERBY);
>>>> +            || (engine == DatabaseEngineType.SQL_SERVER);
>>>> +//            || (engine == DatabaseEngineType.DERBY);
>>>>      }
>>>>      
>>>>      public void delete() throws Exception {
>>>>
>>>>
>>>>         Modified:
>>>>         
>>>> castor/trunk/cpactf/src/test/java/org/castor/cpa/test/test87/TestSimple.java
>>>>         (8126 => 8127)
>>>>
>>>> --- 
>>>> castor/trunk/cpactf/src/test/java/org/castor/cpa/test/test87/TestSimple.java
>>>>    2009-03-10 20:50:59 UTC (rev 8126)
>>>> +++ 
>>>> castor/trunk/cpactf/src/test/java/org/castor/cpa/test/test87/TestSimple.java
>>>>    2009-03-10 20:59:38 UTC (rev 8127)
>>>> @@ -47,8 +47,8 @@
>>>>      public boolean include(final DatabaseEngineType engine) {
>>>>          return (engine == DatabaseEngineType.MYSQL)
>>>>              || (engine == DatabaseEngineType.ORACLE)
>>>> -            || (engine == DatabaseEngineType.SQL_SERVER)
>>>> -            || (engine == DatabaseEngineType.DERBY);
>>>> +            || (engine == DatabaseEngineType.SQL_SERVER);
>>>> +//            || (engine == DatabaseEngineType.DERBY);
>>>>      }
>>>>      
>>>>      public void delete() throws Exception {
>>>>
>>>>   
>>>> ------------------------------------------------------------------------
>>>>
>>>> To unsubscribe from this list please visit:
>>>>
>>>> http://xircles.codehaus.org/manage_email
>>>>
>>>>       
>>>     
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
>>   
> 
> 

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to