-
Notifications
You must be signed in to change notification settings - Fork 92
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
achilles-junit(embedded cassandra) raises 2 exceptions during junit tests run #279
Comments
Any solution to this? |
|
Any workaround of the mentioned issue.? atastax.driver.core.Native:113 - Could not load JNR C Library, native system calls through this library will not be available |
Need to increase wait time for Cassandra server in Achilles source code |
Where to increase this wait time? @kadamvandita |
I have this problem for a long time now. Is this ever going to get solved? |
@ranjankumar03 I finally figured out a workaround (not a solution for the root cause, but a way to stop the exception from appearing in the logs): I answered it in here |
The Sigar-related exception does not prevent Achilles embedded to start correctly... |
@doanduyhai In my case Achilles works just fine, as I am able to perform my tests resorting to its mock services. Still, I was getting that exception in my logs. |
Hi, i have the same exception UnsatisfiedLinkError, any solution? |
Guys, I think your issue is related to the Datastax java driver, some more info here: https://groups.google.com/a/lists.datastax.com/forum/#!topic/java-driver-user/ONpgXJyqTu0 |
Finished tests are marked with green in Intellij. So tests are ok. But the whole test can't finish and tries to reconnect
The first one is related to Sigar native library:
Solution:
I downloaded binary libs from here hyperic-sigar-1.6.4.zip.
Unpacked it to "root/sigar" folder and added system property initialization to the test to avoid this error
Anyway, this is not good, because test Another way is to try to include this library - sigar-native-deps but i can't get rid of the exception above. I think some configuration steps needed
The second one is related to datastax core:
But I found details on official Datastax Driver page. How about to mention that in Wiki? Also it will be cool to move achilles-junit configuration steps in the Wiki as separate page
The text was updated successfully, but these errors were encountered: