-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
- What did you do?
- Took a clean clone of java-tron master on macOS High Sierra
- ran 'gradle test'
-
What did you expect to see?
All unit tests passing -
What did you see instead?
2 failing tests and 3 skipped (but build reported as successful in spite of the failing tests)
Failed tests:
org.tron.core.BlockchainTest > testAddBlockToChain FAILED
java.lang.RuntimeException at BlockchainTest.java:142
Caused by: org.fusesource.leveldbjni.internal.NativeDB$DBException at BlockchainTest.java:142
org.tron.core.BlockchainTest > testFindTransaction FAILED
java.lang.RuntimeException at BlockchainTest.java:87
Caused by: org.fusesource.leveldbjni.internal.NativeDB$DBException at BlockchainTest.java:87
Skipped tests:
org.tron.datasource.leveldb.LevelDbDataSourceTest > testGet SKIPPED
org.tron.datasource.leveldb.LevelDbDataSourceTest > testPut SKIPPED
org.tron.datasource.leveldb.LevelDbDataSourceTest > testRest SKIPPED