Skip to content

Instantly share code, notes, and snippets.

@espeed
Created September 13, 2011 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save espeed/1213236 to your computer and use it in GitHub Desktop.
Save espeed/1213236 to your computer and use it in GitHub Desktop.
Neo4j Ordered Writes Branch Build Error
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.765 sec
Running org.neo4j.kernel.impl.index.TestIndexCommand
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
Running org.neo4j.kernel.impl.transaction.TestJtaCompliance
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.79 sec
Running org.neo4j.kernel.impl.traversal.TreeGraphTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.7 sec
Running org.neo4j.kernel.impl.core.TestJumpingIdGenerator
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.neo4j.kernel.impl.core.TestShortStringProperties
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.794 sec
Running org.neo4j.kernel.impl.traversal.TestTraversal
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 sec
Running org.neo4j.kernel.impl.transaction.TestXaFramework
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.966 sec
Running org.neo4j.kernel.impl.nioneo.store.TestOsSpecificLocks
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.neo4j.kernel.impl.nioneo.store.TestIdGenerator
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.509 sec
Running org.neo4j.kernel.impl.traversal.DepthPitfallGraphTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.792 sec
Running org.neo4j.kernel.impl.transaction.TestRWLock
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.757 sec
Running org.neo4j.kernel.impl.nioneo.store.TestUpgradeStore
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.217 sec
Running org.neo4j.kernel.impl.traversal.TestMultiPruneEvaluators
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.598 sec
Running org.neo4j.kernel.impl.core.TestRelationship
Sep 12, 2011 9:30:47 PM org.neo4j.kernel.impl.transaction.TxManager commit
SEVERE: Commit failed
org.neo4j.kernel.impl.nioneo.store.InvalidRecordException: Node record NodeRecord[17,false,33,-1] still has relationships
at org.neo4j.kernel.impl.nioneo.xa.WriteTransaction.doPrepare(WriteTransaction.java:170)
at org.neo4j.kernel.impl.transaction.xaframework.XaTransaction.prepare(XaTransaction.java:298)
at org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager.commit(XaResourceManager.java:410)
at org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl.commit(XaResourceHelpImpl.java:64)
at org.neo4j.kernel.impl.transaction.TransactionImpl.doCommit(TransactionImpl.java:516)
at org.neo4j.kernel.impl.transaction.TxManager.commit(TxManager.java:625)
at org.neo4j.kernel.impl.transaction.TxManager.commit(TxManager.java:588)
at org.neo4j.kernel.impl.transaction.TransactionImpl.commit(TransactionImpl.java:107)
at org.neo4j.kernel.TopLevelTransaction.finish(TopLevelTransaction.java:85)
at org.neo4j.kernel.impl.core.TestRelationship.testDeleteWithRelationship(TestRelationship.java:336)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:103)
at org.apache.maven.surefire.Surefire.run(Surefire.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.176 sec
Running org.neo4j.kernel.impl.core.TestPropertyTypes
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.885 sec
Running org.neo4j.kernel.impl.cache.TestLruCache
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running org.neo4j.kernel.impl.core.TestLockReleaser
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.218 sec
Running org.neo4j.kernel.impl.core.TestBigJumpingStore
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.858 sec
Running org.neo4j.kernel.impl.nioneo.store.TestNeoStore
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 107.778 sec
Running org.neo4j.kernel.impl.core.TestBigStore
TestBigStore#create4BPlusStuff: This test requires a heap of size 400, this heap has only 279
TestBigStore#create8BPlusStuff: This test requires a heap of size 1000, this heap has only 279
TestBigStore#createAndVerify32BitGraph: This test requires a heap of size 400, this heap has only 279
TestBigStore#createAndVerify33BitGraph: This test requires a heap of size 1000, this heap has only 279
TestBigStore#createAndVerify34BitGraph: This test requires a heap of size 1600, this heap has only 279
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.468 sec
Running org.neo4j.kernel.impl.core.TestNeo4jApiExceptions
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.931 sec
Running org.neo4j.kernel.impl.transaction.TestTxLog
Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec <<< FAILURE!
Running org.neo4j.test.TargetDirectoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.neo4j.kernel.impl.core.TestNode
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.724 sec
Running org.neo4j.kernel.impl.traversal.DepthOneTraversalTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.684 sec
Running org.neo4j.kernel.impl.util.TestBufferedFileChannel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.933 sec
Results :
Failed tests:
testBrokenDone(org.neo4j.kernel.impl.nioneo.store.TestXa)
testTxLog(org.neo4j.kernel.impl.transaction.TestTxLog)
testTruncateTxLog(org.neo4j.kernel.impl.transaction.TestTxLog)
Tests run: 359, Failures: 3, Errors: 0, Skipped: 3
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to /home/james/projects/neo4j/community/kernel/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 32 seconds
[INFO] Finished at: Mon Sep 12 21:34:12 CDT 2011
[INFO] Final Memory: 62M/502M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment