<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
That failed in testsuite with:<br>
Failed tests:<br>
   testProxyReuse(org.hibernate.test.legacy.ParentChildTest)<br>
<br>
testPaginationWithPolymorphicQuery(org.hibernate.test.hql.ASTParserLoadingTest)<br>
   testMultipleBagFetchesFail(org.hibernate.test.hql.ASTParserLoadingTest)<br>
   testDuplicateImplicitJoinInSelect(org.hibernate.test.hql.HQLTest)<br>
<br>
Tests in error:<br>
<br>
testLoadingAndSerializationOfConfiguration(org.hibernate.test.cfg.ConfigurationPerformanceTest)<br>
<br>
testSessionFactoryCreationTime(org.hibernate.test.cfg.ConfigurationPerformanceTest)<br>
   testComplexCriteria(org.hibernate.test.legacy.ParentChildTest)<br></blockquote><br></div>
It seems you have the right setup, then :-) To let Maven finish the build even with some test failures, you can set the following properties:<br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
-Dmaven.test.error.ignore=true<br>
-Dmaven.test.failure.ignore=true</blockquote><div><br>Are these expected errors, then?<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
I also disable the distribution (otherwise, it may fail in environments which doesn&#39;t have &quot;po2xml&quot;):<br>
<br>
-DdisableDistribution=true</blockquote><div><br>Thanks for that.  I&#39;ve installed po2xml and will give it another shot later.<br><br><br>I have another question.  The particular bug I wrote a patch for only comes up with MySQL.  Is there some way to test hibernate against MySQL?  Just out of curiosity, is there a build farm for hibernate that covers all of the different databases like Postgres has for operating systems at <a href="http://buildfarm.postgresql.org/cgi-bin/show_status.pl">http://buildfarm.postgresql.org/cgi-bin/show_status.pl</a> ?<br>
<br>Thanks!<br><br>Nik<br></div></div><br>