atos1990 / orika

Automatically exported from code.google.com/p/orika
0 stars 0 forks source link

orika-core tests fail on Java 7 #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run mvn test with Java 7

build of core fails with the following:

Results :

Failed tests:   
testControl[eclipseJdt](ma.glasnost.orika.test.perf.ClassLoaderLeakageTestCase)
  testClassLoaderLeak[eclipseJdt](ma.glasnost.orika.test.perf.ClassLoaderLeakageTestCase)
  testDefineTypesSimultaneously[eclipseJdt](ma.glasnost.orika.test.perf.MultiThreadedTestCase): Expected: <null> but was: java.lang.Object@49c237ca
  testControl(ma.glasnost.orika.test.perf.ClassLoaderLeakageTestCase)
  testClassLoaderLeak(ma.glasnost.orika.test.perf.ClassLoaderLeakageTestCase)
  testDefineTypesSimultaneously(ma.glasnost.orika.test.perf.MultiThreadedTestCase): Expected: <null> but was: java.lang.Object@27d5067a

Tests run: 597, Failures: 6, Errors: 0, Skipped: 13

What is the expected output? What do you see instead?

All tests to pass

What version of the product are you using? On what operating system?

This is on 1.3.6-SNAPSHOT (as of today)

Please provide any additional information below.

Original issue reported on code.google.com by shriram....@gmail.com on 7 Nov 2012 at 11:35

GoogleCodeExporter commented 9 years ago
Build passes on CI server, on Jdk: oraclejdk7
http://travis-ci.org/elaatifi/orika/builds/3095524

Original comment by elaat...@gmail.com on 7 Nov 2012 at 11:45

GoogleCodeExporter commented 9 years ago
Can you please make new checkout, clean install to verify if you still have an 
issue

Original comment by elaat...@gmail.com on 7 Nov 2012 at 11:47

GoogleCodeExporter commented 9 years ago
Hello, that still fails. I have attached a log of my steps and the output. 

HTH,

Shri

Original comment by shriram....@gmail.com on 8 Nov 2012 at 11:55

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting the issue, actually build passes under jdk1.5.0_22 and 
jdk1.7.0_09
on Travis CI and Jenkins (Cloudbees),

The only test failing is ClassLoaderLeakageTestCase we will try to fix the 
issue before release.

I was not able to reproduce the issue, I will try again later. Any way you can 
use our daily snpashots here 
https://repository-orika.forge.cloudbees.com/snapshot (SNPASHOTs repository)

Original comment by elaat...@gmail.com on 8 Nov 2012 at 1:34

GoogleCodeExporter commented 9 years ago

Original comment by elaat...@gmail.com on 8 Mar 2013 at 8:59