Skip to content

Failing unit tests in a clean clone of the repository #28

@seanrobbins

Description

@seanrobbins
  1. What did you do?
  • Took a clean clone of java-tron master on macOS High Sierra
  • ran 'gradle test'
  1. What did you expect to see?
    All unit tests passing

  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions