Rhishikesh

Results 13 issues of Rhishikesh

Hi, I am trying to use the STM system to run simultaneous transactions from multiple threads. Unfortunately it seems either my usage is incorrect, or my understanding of the API...

## Setup Basic jepsen test as designed in the tutorial running on docker on macOS (i.e Docker desktop) ## Expectation `lein run test` should execute the single-test ## Observation Tests...

In case of a metric defined like this ```clojure (instrument/instrument {:name "ws-disconnect" :unit "times" :instrument-type :counter :description "The number of times the ws disconnects"}) ``` We get the metrics entries...

Currently, this Websockets plugin does not support permessage-deflate functionality. If such a header is passed while establishing the connection, the connection gets a close after some time. The native libraries...

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

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

Avoid creating sets in the recur. This seems to save around 3 seconds for a graph with about 8k nodes.