Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure in running tests for leveldbjni #79

Open
ArchaB opened this issue Oct 12, 2016 · 0 comments
Open

Failure in running tests for leveldbjni #79

ArchaB opened this issue Oct 12, 2016 · 0 comments

Comments

@ArchaB
Copy link

ArchaB commented Oct 12, 2016

I cloned leveldbjni package from https://github.com/ibmsoe/leveldbjni and tried to build it using the following steps (snappy & snappy-devel was installed from yum repository) on a RHEL VM:

 **git clone https://github.com/ibmsoe/leveldbjni
 git clone https://github.com/ibmsoe/leveldb
 export SNAPPY_HOME=/usr/lib/       ( lib64 in rhel )
 export LEVELDB_HOME=`cd leveldb; pwd`
 export LEVELDBJNI_HOME=`cd leveldbjni; pwd`

 cd ${LEVELDB_HOME}
 git apply ../leveldbjni/leveldb.patch
 make libleveldb.a

 cd ${LEVELDBJNI_HOME}
 mvn clean install -P download -Plinux64,all**

Tests failed with the following error.

**-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.fusesource.leveldbjni.test.DBTest
Tests run: 15, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 52.645 sec <<< FAILURE!

Results :

Failed tests:
  testCompactRanges(org.fusesource.leveldbjni.test.DBTest)

Tests run: 15, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] leveldbjni-project ................................. SUCCESS [  0.206 s]
[INFO] leveldbjni ......................................... SUCCESS [  4.413 s]
[INFO] leveldbjni-linux64 ................................. FAILURE [01:03 min]
[INFO] leveldbjni-all ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:08 min
[INFO] Finished at: 2016-10-12T09:49:45+00:00
[INFO] Final Memory: 28M/661M
[INFO] ------------------------------------------------------------------------**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant