[ 
https://issues.apache.org/jira/browse/DERBY-5176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Knut Anders Hatlen closed DERBY-5176.
-------------------------------------
    Resolution: Cannot Reproduce

I think this failure was only seen once, with an early access build of Java 7. 
Closing as cannot reproduce. Feel free to reopen if it happens again.

> Assert failure in InterruptResilienceTest.testRAFReadWriteMultipleThreads: 
> Column value mismatch @ column '1', row 1, Expected: 30000, Found: 28394
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-5176
>                 URL: https://issues.apache.org/jira/browse/DERBY-5176
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.8.1.2
>         Environment: SunOS 5.10 Generic_127127-11 sun4u sparc 
> SUNW,Sun-Fire-V210
> java version "1.7.0-ea"
> Java(TM) SE Runtime Environment (build 1.7.0-ea-b131)
> Java HotSpot(TM) Server VM (build 21.0-b02, mixed mode)
>            Reporter: Knut Anders Hatlen
>              Labels: derby_triage10_10
>         Attachments: derby.log
>
>
> Seen when testing the 10.8.1.0 release candidate on Solaris 10, SPARC, Java 7:
> http://dbtg.foundry.sun.com/derby/test/10.8.1.0_RC-1/logs/jvm1.7/sparc/suitesAll/report.txt
> There was 1 error:
> 1) 
> testRAFReadWriteMultipleThreads(org.apache.derbyTesting.functionTests.tests.store.InterruptResilienceTest)java.sql.SQLException:
>  The exception 'junit.framework.AssertionFailedError: Column value mismatch @ 
> column '1', row 1:
>     Expected: >30000<
>     Found:    >28394<' was thrown while evaluating an expression.
>       at 
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown 
> Source)
>       at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
>       at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
>       at 
> org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown 
> Source)
>       at 
> org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown 
> Source)
>       at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown 
> Source)
>       at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown 
> Source)
>       at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown 
> Source)
>       at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
>       at org.apache.derby.impl.jdbc.EmbedStatement.executeUpdate(Unknown 
> Source)
>       at 
> org.apache.derbyTesting.functionTests.tests.store.InterruptResilienceTest.testRAFReadWriteMultipleThreads(InterruptResilienceTest.java:532)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at 
> org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:112)
>       at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
>       at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
>       at junit.extensions.TestSetup.run(TestSetup.java:25)
>       at 
> org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
>       at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
>       at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
>       at junit.extensions.TestSetup.run(TestSetup.java:25)
>       at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
>       at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
>       at junit.extensions.TestSetup.run(TestSetup.java:25)
> Caused by: java.sql.SQLException: The exception 
> 'junit.framework.AssertionFailedError: Column value mismatch @ column '1', 
> row 1:
>     Expected: >30000<
>     Found:    >28394<' was thrown while evaluating an expression.
>       at 
> org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>       at 
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown
>  Source)
>       ... 48 more
> Caused by: java.sql.SQLException: Java exception: 'Column value mismatch @ 
> column '1', row 1:
>     Expected: >30000<
>     Found:    >28394<: junit.framework.AssertionFailedError'.
>       at 
> org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>       at 
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown
>  Source)
>       at 
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown 
> Source)
>       at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
>       at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
>       at 
> org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown 
> Source)
>       ... 45 more
> Caused by: junit.framework.AssertionFailedError: Column value mismatch @ 
> column '1', row 1:
>     Expected: >30000<
>     Found:    >28394<
>       at 
> org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1213)
>       at 
> org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1125)
>       at 
> org.apache.derbyTesting.junit.JDBC.assertFullResultSetMinion(JDBC.java:1012)
>       at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:935)
>       at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:892)
>       at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:850)
>       at 
> org.apache.derbyTesting.junit.JDBC.assertSingleValueResultSet(JDBC.java:835)
>       at 
> org.apache.derbyTesting.functionTests.tests.store.InterruptResilienceTest.tstRAFReadWriteMultipleThreads(InterruptResilienceTest.java:278)
>       at 
> org.apache.derby.exe.ac8f3600b1x012fx2553x15e7x0000585af3db0.g0(Unknown 
> Source)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at org.apache.derby.impl.services.reflect.ReflectMethod.invoke(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.execute.CallStatementResultSet.open(Unknown Source)
>       at 
> org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)
>       at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown 
> Source)
>       ... 41 more



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to