Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-29 Thread Steve Ebersole
Never mind about the test results, it was a typo. I typed in the fileset using test-reports instead of test-results. Re-running the build again (#7). On Mon 29 Apr 2013 03:49:12 PM CDT, Steve Ebersole wrote: > On the new machine I am not able to get tests hooked in properly. I > added a "pos

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-29 Thread Steve Ebersole
On the new machine I am not able to get tests hooked in properly. I added a "post build hook" to "publish test results", but the build fails saying it does not like my fileset definition. I set it as "**/target/test-results/*.xml", but it says it is not able to find any tests using that. Do

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Sanne Grinovero
I got it to work with a filthy hack: I've created a new virtual volume, attached it to the VM and activated it as additional swap drive.. This way the build wasn't killed and could complete, however (as expected) it took ages to complete. At least now we know the proper remedy: use a machine with

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Steve Ebersole
I am watching a build I just kicked off right now in the ui console and the sticking point seems to actually be compiling the test classes (unless I am mis-understanding the console). The step where the build hung (just before dieing) was: :hibernate-core:testClasses I have to see what all test

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Sanne Grinovero
I think it's an environment problem of our CI, I yet have to understand what this message means but while using less memory could be a valid workaround, I still suspect the problem is not in Hibernate's code. Sorry this is going to be a bit slow I need to get a RH subscription to get proper support

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Steve Ebersole
As far as I can tell there are no tests leaving the SessionFactory open in hibernate-core. I have not tested yet with the other modules, but from what I can see the CI builds fail at the point trying to run these tests. Essentially I added a hook in CustomRunner (in AfterClassCallbackHandler

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Sanne Grinovero
On 25 April 2013 09:04, Strong Liu wrote: > Sanne, > > is it possible that you give me ssh access to the ci server? Sure; I'm adding Strong, if anyone else wants root access just send me your public key using your redhat account. Cheers, Sanne ___ hibe

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Sanne Grinovero
I see, sorry confused myself with some changes I had locally. I don't have a better idea, I'll look again on the server. On 24 April 2013 00:10, Steve Ebersole wrote: > Any other thoughts one what to do here? > > Sanne, not sure if you saw my earlier response, but heap size is already set > to 1

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Strong Liu
Sanne, is it possible that you give me ssh access to the ci server? On Apr 25, 2013, at 3:10 PM, Strong Liu wrote: > actually this commit doesn't help ( but I don't think it causes anything > either ), I will rollback this commit > > the idea was : > > from the profiler, I see all CustomRunn

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Strong Liu
actually this commit doesn't help ( but I don't think it causes anything either ), I will rollback this commit the idea was : from the profiler, I see all CustomRunner instances ( one test class each ) live in JVM and not get GCd at all, as well as thousands of ExtendedFrameworkMethod instance

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-24 Thread Steve Ebersole
This seems to be tied to the commits for https://hibernate.atlassian.net/browse/HHH-8127 Strong, these were your commits. Can you give us any insight here? The ci.hibernate.org tests were passing before your work : http://ci.hibernate.org/job/hibernate-orm-master/52/ They started failing afte

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-23 Thread Steve Ebersole
Any other thoughts one what to do here? Sanne, not sure if you saw my earlier response, but heap size is already set to 1024m, not 2048m. The only change I pulled over from that was to add jvmArgs '-XX:MaxPermSize=256m' as well. Do you want me to back that out as well? On Mon 22 Apr 2013 05

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-22 Thread Steve Ebersole
You mean for tests? Right now I see: test { ... maxHeapSize = "1024m" } On Sat 20 Apr 2013 02:20:56 PM CDT, Sanne Grinovero wrote: > Hi Steve, > from the Jenkins console I couldn't figure it out either; I looked on > the server and it seems the system kernel killed a java process > beca

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-20 Thread Sanne Grinovero
Hi Steve, from the Jenkins console I couldn't figure it out either; I looked on the server and it seems the system kernel killed a java process because it needed more memory. The system has plenty of memory available now that no tests are running (about 1700MB), but from system logs it seems it re

[hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-20 Thread Steve Ebersole
Can someone tell me why http://ci.hibernate.org/job/hibernate-orm-master/48/ is showing as failing? I looked in console and test output and see nothing (although it only runs the hibernate-c3p0 tests). ___ hibernate-dev mailing list hibernate-dev@lists