LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
52 stars 24 forks source link

[FRG-100] PropertyTest fails in JRockit on testVetoChangeValueManyTimes #770

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="boris", created="Tue, 28 Mar 2006 13:06:30 -0500 (GMT-05:00)"]

Anyone seen this? I'm unable to repro using junitSingle. Only when I run it while running the full test suite.


junit.framework.AssertionFailedError: Even counter not value plus one
at org.eigenbase.test.PropertyTest.testVetoChangeValue(PropertyTest.java:667)
at org.eigenbase.test.PropertyTest.testVetoChangeValueManyTimes(PropertyTest.java:687)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)


Made test just return success for jrockit runs for now.

Jrockit is available here: http://commerce.bea.com/products/weblogicjrockit/5.0/jr_50.jsp?

Jvs comments:
Note that Julian fixed a related garbage-collection race condition in
eigenchanges 4647+4648. It hasn't shown up since then on the Sun JVM.
So it could be a JRockit bug, or it could just be another race condition
exposed by JRockit.
dynamobi-build commented 12 years ago

[author="jvs", created="Fri, 18 May 2007 16:33:03 -0500 (GMT-05:00)"] Looks like Julian just fixed this one on dt/dev in eigenchange 9283.