mallory
mallory copied to clipboard
Greybox Fuzzing of Distributed Systems (CCS'23)
Dear authors, I recently read the Mallory paper. In the paper, there are 11 bugs for Dqlite. However, I only found four bugs on github, which are: https://github.com/canonical/dqlite/issues/587 https://github.com/canonical/dqlite/issues/585 https://github.com/canonical/dqlite/issues/586...
Hi, I was trying to run the dqlite Jepsen tests [1] with the test.sh script: ```RAFT_BRANCH=v0.15.0 && DQLITE_BRANCH=v1.11.0 ./test.sh run test --workload set --nemesis kill --time-limit 60 --test-count 1 --concurrency...
Hi, I recently is running the provided [jepsen tests for MongoDB](https://github.com/dsfuzz/mallory/tree/main/tests/jepsen/mongodb). When I just ran within the provided Vagrant VM setup. The test for _replica set_ **did not** start properly,...