dain / leveldb

Port of LevelDB to Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Failure

cardine opened this issue · comments

I am getting a build failure. Here is the relevant info:

Test Methods
Passed Scenarios
Passed # skipped # failed Total
Time Included
Groups Excluded
Groups
Command line test 73 73 0 1 73.5 seconds
Class Method # of
Scenarios Time
(Msecs)
Command line test — failed
org.iq80.leveldb.impl.DbImplTest testCantCreateDirectoryReturnMessage 1 1
Command line test — passed
org.iq80.leveldb.util.PureJavaCrc32CTest testProducesDifferentCrcs 1 0
org.iq80.leveldb.impl.LogTest testMultipleLargeRecords 1 4
org.iq80.leveldb.util.PureJavaCrc32CTest testCrc 5 1
org.iq80.leveldb.impl.LogTest testSmallRecord 1 0
testReadWithoutProperClose 1 1
org.iq80.leveldb.impl.DbImplTest testApproximateSizes 1 1463
org.iq80.leveldb.util.VariableLengthQuantityTest testWriteVariableLengthLong 1 0
testWriteVariableLengthInt 1 0
org.iq80.leveldb.impl.DbImplTest testCompactionsGenerateMultipleFiles 1 857
testRecoveryWithEmptyLog 1 31
testSnapshot 1 9
testRecover 1 190
testEmpty 1 9
org.iq80.leveldb.util.PureJavaCrc32CTest testCrc 5 1
org.iq80.leveldb.impl.LogTest testEmptyBlock 1 1
org.iq80.leveldb.impl.DbImplTest testHiddenValuesAreRemoved 1 152
org.iq80.leveldb.util.PureJavaCrc32CTest testCrc 5 1
org.iq80.leveldb.table.FileChannelTableTest testEmptyBlock 1 1
org.iq80.leveldb.table.MMapTableTest testSingleEntrySingleBlock 1 2
org.iq80.leveldb.impl.DbImplTest testSymbolicLinkForFileWithoutParent 1 0
org.iq80.leveldb.table.MMapTableTest testMultipleEntriesWithSingleBlock 1 9
org.iq80.leveldb.impl.DbImplTest testEmptyBatch 1 14
testGetSnapshot 1 169
org.iq80.leveldb.table.BlockTest testMultipleEntriesWithSharedKey 1 1
org.iq80.leveldb.util.PureJavaCrc32CTest testCrc 5 1
org.iq80.leveldb.impl.DbImplTest testGetOrderedByLevels 1 14
testReadWrite 1 16
testEmptyDb 1 10
org.iq80.leveldb.table.MMapTableTest testMultipleEntriesWithMultipleBlock 1 4
org.iq80.leveldb.impl.DbImplTest testMultiPassMultipleEntries 1 20
org.iq80.leveldb.table.FileChannelTableTest testMultipleEntriesWithSingleBlock 1 12
org.iq80.leveldb.impl.DbImplTest testIteratorSingle 1 6
testPutDeleteGet 1 14
testBackgroundCompaction 1 3105
org.iq80.leveldb.table.MMapTableTest testEmptyFile 1 1
org.iq80.leveldb.table.BlockTest testEmptyBlock 1 0
org.iq80.leveldb.table.FileChannelTableTest testSingleEntrySingleBlock 1 2
org.iq80.leveldb.impl.DbImplTest testEmptyIterator 1 7
org.iq80.leveldb.table.BlockTest testMultipleEntriesWithNonSharedKey 1 0
org.iq80.leveldb.impl.DbImplTest testSparseMerge 1 16983
testGetFromImmutableLayer 1 11
testDeletionMarkers2 1 24
org.iq80.leveldb.impl.LogTest testMultipleSmallRecords 1 1
org.iq80.leveldb.table.BlockTest testMultipleEntriesWithNonSharedKeyAndRestartPositions 1 1
org.iq80.leveldb.util.PureJavaCrc32CTest testCrc 5 1
org.iq80.leveldb.util.SliceComparatorTest testSliceComparison 1 1
org.iq80.leveldb.table.BlockTest testSingleEntry 1 0
org.iq80.leveldb.impl.DbImplTest testRecoverDuringMemtableCompaction 1 139
testApproximateSizesMixOfSmallAndLarge 1 281
testMultipleEntries 1 44
org.iq80.leveldb.impl.LogTest testLargeRecord 1 1
org.iq80.leveldb.impl.DbImplTest testGetLevel0Ordering 1 16
org.iq80.leveldb.util.PureJavaCrc32CTest testMask 1 0
org.iq80.leveldb.table.BlockTest testEmptyBuffer 1 0
org.iq80.leveldb.table.FileChannelTableTest testMultipleEntriesWithMultipleBlock 1 6
org.iq80.leveldb.util.PureJavaCrc32CTest testComposes 1 1
org.iq80.leveldb.impl.TestMMapLogWriter testLogRecordBounds 1 2
org.iq80.leveldb.impl.DbImplTest testSymbolicLinkForFileWithParent 1 1
testMinorCompactionsHappen 1 656
testIteratorMultiple 1 10
org.iq80.leveldb.table.MMapTableTest testEmptyBlock 1 1
org.iq80.leveldb.impl.TestFileChannelLogWriter testLogRecordBounds 1 6
org.iq80.leveldb.impl.DbImplTest testRepeatedWritesToSameKey 1 3393
testGetFromVersions 1 13
testDBDirectoryIsFileRetrunMessage 1 1
testIteratorPinsRef 1 101
org.iq80.leveldb.table.FileChannelTableTest testEmptyFile 1 0
org.iq80.leveldb.impl.DbImplTest testGetPicksCorrectFile 1 16
testSingleEntrySingle 1 177
testCompactionsOnBigDataSet 1 44945
testRecoverWithLargeLog 1 23
org.iq80.leveldb.table.BlockTest testMultipleEntriesWithSharedKeyAndRestartPositions 1 3
org.iq80.leveldb.impl.DbImplTest testDeletionMarkers1 1 43
Command line test

org.iq80.leveldb.impl.DbImplTest:testCantCreateDirectoryReturnMessage

Expected exception java.lang.IllegalArgumentException but got org.testng.TestException: The exception was thrown with the wrong message: expected "Database directory '/foo/bar/doowop/idontexist'.*" but got "Database '\foo\bar\doowop\idontexist' exists and the error if exists option is enabled"

org.testng.internal.Invoker.handleInvocationResults(Invoker.java:1416)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1184)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.runWorkers(TestRunner.java:1147)
at org.testng.TestRunner.privateRun(TestRunner.java:749)
at org.testng.TestRunner.run(TestRunner.java:600)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274)
at org.testng.SuiteRunner.run(SuiteRunner.java:223)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039)
at org.testng.TestNG.runSuitesLocally(TestNG.java:964)
at org.testng.TestNG.run(TestNG.java:900)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:70)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:149)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:95)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:114)
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:601)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
1 lines not shown
Caused by The exception was thrown with the wrong message: expected "Database directory '/foo/bar/doowop/idontexist'.*" but got "Database '\foo\bar\doowop\idontexist' exists and the error if exists option is enabled"

org.testng.internal.Invoker.handleInvocationResults(Invoker.java:1409)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:722)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:846)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1170)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.runWorkers(TestRunner.java:1147)
at org.testng.TestRunner.privateRun(TestRunner.java:749)
at org.testng.TestRunner.run(TestRunner.java:600)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274)
at org.testng.SuiteRunner.run(SuiteRunner.java:223)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039)
at org.testng.TestNG.runSuitesLocally(TestNG.java:964)
at org.testng.TestNG.run(TestNG.java:900)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:70)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:149)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:95)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:114)
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:601)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
1 lines not shown
Caused by Database '\foo\bar\doowop\idontexist' exists and the error if exists option is enabled

com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
at org.iq80.leveldb.impl.DbImpl.(DbImpl.java:175)
at org.iq80.leveldb.impl.DbImplTest$DbStringWrapper.(DbImplTest.java:963)
at org.iq80.leveldb.impl.DbImplTest$DbStringWrapper.(DbImplTest.java:952)
at org.iq80.leveldb.impl.DbImplTest.testCantCreateDirectoryReturnMessage(DbImplTest.java:800)
36 lines not shown
back to summary

org.iq80.leveldb.util.PureJavaCrc32CTest:testProducesDifferentCrcs

back to summary

org.iq80.leveldb.impl.LogTest:testMultipleLargeRecords

back to summary

org.iq80.leveldb.util.PureJavaCrc32CTest:testCrc

Parameter #1 Parameter #2
1188919630 [B@40ef965e
-1970194774 [B@756535fa
1655221059 [B@47baec4c
289397596 [B@317916a0
-644466090 [B@4bc7bc0
back to summary

org.iq80.leveldb.impl.LogTest:testSmallRecord

back to summary

org.iq80.leveldb.impl.LogTest:testReadWithoutProperClose

back to summary

org.iq80.leveldb.impl.DbImplTest:testApproximateSizes

back to summary

org.iq80.leveldb.util.VariableLengthQuantityTest:testWriteVariableLengthLong

back to summary

org.iq80.leveldb.util.VariableLengthQuantityTest:testWriteVariableLengthInt

back to summary

org.iq80.leveldb.impl.DbImplTest:testCompactionsGenerateMultipleFiles

back to summary

org.iq80.leveldb.impl.DbImplTest:testRecoveryWithEmptyLog

back to summary

org.iq80.leveldb.impl.DbImplTest:testSnapshot

back to summary

org.iq80.leveldb.impl.DbImplTest:testRecover

back to summary

org.iq80.leveldb.impl.DbImplTest:testEmpty

back to summary

org.iq80.leveldb.util.PureJavaCrc32CTest:testCrc

Parameter #1 Parameter #2
1188919630 [B@40ef965e
-1970194774 [B@756535fa
1655221059 [B@47baec4c
289397596 [B@317916a0
-644466090 [B@4bc7bc0
back to summary

org.iq80.leveldb.impl.LogTest:testEmptyBlock

back to summary

org.iq80.leveldb.impl.DbImplTest:testHiddenValuesAreRemoved

back to summary

org.iq80.leveldb.util.PureJavaCrc32CTest:testCrc

Parameter #1 Parameter #2
1188919630 [B@40ef965e
-1970194774 [B@756535fa
1655221059 [B@47baec4c
289397596 [B@317916a0
-644466090 [B@4bc7bc0
back to summary

org.iq80.leveldb.table.FileChannelTableTest:testEmptyBlock

back to summary

org.iq80.leveldb.table.MMapTableTest:testSingleEntrySingleBlock

back to summary

org.iq80.leveldb.impl.DbImplTest:testSymbolicLinkForFileWithoutParent

back to summary

org.iq80.leveldb.table.MMapTableTest:testMultipleEntriesWithSingleBlock

back to summary

org.iq80.leveldb.impl.DbImplTest:testEmptyBatch

back to summary

org.iq80.leveldb.impl.DbImplTest:testGetSnapshot

back to summary

org.iq80.leveldb.table.BlockTest:testMultipleEntriesWithSharedKey

back to summary

org.iq80.leveldb.util.PureJavaCrc32CTest:testCrc

Parameter #1 Parameter #2
1188919630 [B@40ef965e
-1970194774 [B@756535fa
1655221059 [B@47baec4c
289397596 [B@317916a0
-644466090 [B@4bc7bc0
back to summary

org.iq80.leveldb.impl.DbImplTest:testGetOrderedByLevels

back to summary

org.iq80.leveldb.impl.DbImplTest:testReadWrite

back to summary

org.iq80.leveldb.impl.DbImplTest:testEmptyDb

back to summary

org.iq80.leveldb.table.MMapTableTest:testMultipleEntriesWithMultipleBlock

back to summary

org.iq80.leveldb.impl.DbImplTest:testMultiPassMultipleEntries

back to summary

org.iq80.leveldb.table.FileChannelTableTest:testMultipleEntriesWithSingleBlock

back to summary

org.iq80.leveldb.impl.DbImplTest:testIteratorSingle

back to summary

org.iq80.leveldb.impl.DbImplTest:testPutDeleteGet

back to summary

org.iq80.leveldb.impl.DbImplTest:testBackgroundCompaction

back to summary

org.iq80.leveldb.table.MMapTableTest:testEmptyFile

File is corrupt: size must be at least 48 bytes

com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
at org.iq80.leveldb.table.Table.(Table.java:50)
at org.iq80.leveldb.table.MMapTable.(MMapTable.java:44)
at org.iq80.leveldb.table.MMapTableTest.createTable(MMapTableTest.java:29)
at org.iq80.leveldb.table.TableTest.testEmptyFile(TableTest.java:54)
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:601)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:76)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:673)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:846)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1170)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.runWorkers(TestRunner.java:1147)
at org.testng.TestRunner.privateRun(TestRunner.java:749)
at org.testng.TestRunner.run(TestRunner.java:600)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274)
at org.testng.SuiteRunner.run(SuiteRunner.java:223)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039)
at org.testng.TestNG.runSuitesLocally(TestNG.java:964)
at org.testng.TestNG.run(TestNG.java:900)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:70)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:149)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:95)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:114)
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:601)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
1 lines not shown
back to summary

org.iq80.leveldb.table.BlockTest:testEmptyBlock

back to summary

org.iq80.leveldb.table.FileChannelTableTest:testSingleEntrySingleBlock

back to summary

org.iq80.leveldb.impl.DbImplTest:testEmptyIterator

back to summary

org.iq80.leveldb.table.BlockTest:testMultipleEntriesWithNonSharedKey

back to summary

org.iq80.leveldb.impl.DbImplTest:testSparseMerge

back to summary

org.iq80.leveldb.impl.DbImplTest:testGetFromImmutableLayer

back to summary

org.iq80.leveldb.impl.DbImplTest:testDeletionMarkers2

back to summary

org.iq80.leveldb.impl.LogTest:testMultipleSmallRecords

back to summary

org.iq80.leveldb.table.BlockTest:testMultipleEntriesWithNonSharedKeyAndRestartPositions

back to summary

org.iq80.leveldb.util.PureJavaCrc32CTest:testCrc

Parameter #1 Parameter #2
1188919630 [B@40ef965e
-1970194774 [B@756535fa
1655221059 [B@47baec4c
289397596 [B@317916a0
-644466090 [B@4bc7bc0
back to summary

org.iq80.leveldb.util.SliceComparatorTest:testSliceComparison

back to summary

org.iq80.leveldb.table.BlockTest:testSingleEntry

back to summary

org.iq80.leveldb.impl.DbImplTest:testRecoverDuringMemtableCompaction

back to summary

org.iq80.leveldb.impl.DbImplTest:testApproximateSizesMixOfSmallAndLarge

back to summary

org.iq80.leveldb.impl.DbImplTest:testMultipleEntries

back to summary

org.iq80.leveldb.impl.LogTest:testLargeRecord

back to summary

org.iq80.leveldb.impl.DbImplTest:testGetLevel0Ordering

back to summary

org.iq80.leveldb.util.PureJavaCrc32CTest:testMask

back to summary

org.iq80.leveldb.table.BlockTest:testEmptyBuffer

Block is corrupt: size must be at least 4 block

com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
at org.iq80.leveldb.table.Block.(Block.java:74)
at org.iq80.leveldb.table.BlockTest.testEmptyBuffer(BlockTest.java:37)
36 lines not shown
back to summary

org.iq80.leveldb.table.FileChannelTableTest:testMultipleEntriesWithMultipleBlock

back to summary

org.iq80.leveldb.util.PureJavaCrc32CTest:testComposes

back to summary

org.iq80.leveldb.impl.TestMMapLogWriter:testLogRecordBounds

back to summary

org.iq80.leveldb.impl.DbImplTest:testSymbolicLinkForFileWithParent

back to summary

org.iq80.leveldb.impl.DbImplTest:testMinorCompactionsHappen

back to summary

org.iq80.leveldb.impl.DbImplTest:testIteratorMultiple

back to summary

org.iq80.leveldb.table.MMapTableTest:testEmptyBlock

back to summary

org.iq80.leveldb.impl.TestFileChannelLogWriter:testLogRecordBounds

back to summary

org.iq80.leveldb.impl.DbImplTest:testRepeatedWritesToSameKey

back to summary

org.iq80.leveldb.impl.DbImplTest:testGetFromVersions

back to summary

org.iq80.leveldb.impl.DbImplTest:testDBDirectoryIsFileRetrunMessage

Database directory 'C:\Users\Alex\AppData\Local\Temp\leveldb-1362273429457-0\imafile' is not a directory

com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
at org.iq80.leveldb.impl.DbImpl.(DbImpl.java:162)
at org.iq80.leveldb.impl.DbImplTest$DbStringWrapper.(DbImplTest.java:963)
at org.iq80.leveldb.impl.DbImplTest$DbStringWrapper.(DbImplTest.java:952)
at org.iq80.leveldb.impl.DbImplTest.testDBDirectoryIsFileRetrunMessage(DbImplTest.java:809)
36 lines not shown
back to summary

org.iq80.leveldb.impl.DbImplTest:testIteratorPinsRef

back to summary

org.iq80.leveldb.table.FileChannelTableTest:testEmptyFile

File is corrupt: size must be at least 48 bytes

com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
at org.iq80.leveldb.table.Table.(Table.java:50)
at org.iq80.leveldb.table.FileChannelTable.(FileChannelTable.java:34)
at org.iq80.leveldb.table.FileChannelTableTest.createTable(FileChannelTableTest.java:29)
at org.iq80.leveldb.table.TableTest.testEmptyFile(TableTest.java:54)
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:601)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:76)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:673)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:846)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1170)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.runWorkers(TestRunner.java:1147)
at org.testng.TestRunner.privateRun(TestRunner.java:749)
at org.testng.TestRunner.run(TestRunner.java:600)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274)
at org.testng.SuiteRunner.run(SuiteRunner.java:223)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039)
at org.testng.TestNG.runSuitesLocally(TestNG.java:964)
at org.testng.TestNG.run(TestNG.java:900)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:70)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:149)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:95)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:114)
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:601)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
1 lines not shown
back to summary

org.iq80.leveldb.impl.DbImplTest:testGetPicksCorrectFile

back to summary

org.iq80.leveldb.impl.DbImplTest:testSingleEntrySingle

back to summary

org.iq80.leveldb.impl.DbImplTest:testCompactionsOnBigDataSet

back to summary

org.iq80.leveldb.impl.DbImplTest:testRecoverWithLargeLog

back to summary

org.iq80.leveldb.table.BlockTest:testMultipleEntriesWithSharedKeyAndRestartPositions

back to summary

org.iq80.leveldb.impl.DbImplTest:testDeletionMarkers1


More Relevant Info:
Product Version: NetBeans IDE 7.0.1 (Build 201107282000)
Java: 1.7.0_02; Java HotSpot(TM) 64-Bit Server VM 22.0-b10
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

Looks like this is simply a issue with checking for an exact match for a file name in an error message between windows and unix. I changed the pattern to allow any character in the place of the slashes. The fix is checked into trunk. If the fix doesn't work, reopen the issue with more details.