[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-346) Setup hudson job testing Search against several databases

Juraci Paixao Krohling (JIRA) noreply at atlassian.com
Fri Nov 6 05:14:15 EST 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=34468#action_34468 ] 

Juraci Paixao Krohling commented on HSEARCH-346:
------------------------------------------------

I added the credentials to DB2 v9.1. It should work fine now. The problem with MS SQL 2008 was that it was using an old version of the driver. I updated both MS SQL 2005 and MS SQL 2008 to use the 2.0 version of the driver (as we use for DB certification in EAP side).

Regarding the jobs which are "grey" (aborted): it's probably a transaction hanging somewhere. It may be related to a problem we discussed some time ago, involving threads + integer vars to count finished threads (instead of AtomicInteger) + improper handing of exceptions. I'll check that as part of another JIRA. 

If you spot any failure which may indicate a test setup problem, let me know. It should not have any problem now, as it just runs maven with the following command:

$ mvn clean install -P$database,jdbc-drivers,with-optional-jars -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true

> Setup hudson job testing Search against several databases
> ---------------------------------------------------------
>
>                 Key: HSEARCH-346
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-346
>             Project: Hibernate Search
>          Issue Type: Bug
>          Components: engine
>    Affects Versions: 3.1.0.GA
>            Reporter: Hardy Ferentschik
>            Assignee: Juraci Paixao Krohling
>             Fix For: 3.2.0.Beta2
>
>
> Bug got introduced during refactoring of DocumentBuilder. Since we are not testing against SQLServer or any other db where the generated SQL could be a problem the error passed through.
> the fix is quite easy, but it is harder to write a unit test. Maybe we should try to get a proper Hudson setup instead running against multiple databases.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list