mongodb icon indicating copy to clipboard operation
mongodb copied to clipboard

MongoDB Jepsen tests

Results 6 mongodb issues
Sort by recently updated
recently updated
newest added

I am running a Jepsen test from Jepsen-io/mongodb and using [jepsen "0.3.1-SNAPSHOT"], I am seeing this error below. Can anyone help? Thanks `lein run test-all -w list-append -n n1 -n...

I'm trying to run the tests, but not sure if there is an example ~/nodes file I can use to run them locally. ``` java.io.FileNotFoundException: /Users/username/nodes (No such file or...

Also, make some changes for setting the tests up on docker. Add instructions for running docker based tests.

I notice you mentioned that in your test report for [MongoDB 3.6.4](https://jepsen.io/analyses/mongodb-3-6-4) > We implemented a new kind of Jepsen test to check causal consistency, adapted from Bouajjani, Enea, Guerraoui,...

Here are some issues I faced while getting this MongoDB jepsen suite running locally with docker. Information about the code that I am using Jepsen : `commit a2bcad59f0df5bd39cea1e61d9b64376c479df9c (HEAD ->...

I tried to test MongoDB by Jepsen in docker-compose which introduced in [tutorial](https://github.com/jepsen-io/jepsen/blob/master/docker/README.md) I can run etcdemo successfully. But I failed in this case > OpenJDK 64-Bit Server VM warning:...