knossos icon indicating copy to clipboard operation
knossos copied to clipboard

Verifies the linearizability of experimentally accessible histories.

Results 7 knossos issues
Sort by recently updated
recently updated
newest added

Hi, I'm using Knossos to verify linearizability on a history generated by a distributed system that is, for now, modelling a register. The checker is reporting that the history is...

Well, I want to test the linearizability of my own distributed file system, which is similar to HDFS. And I have seen there are some useful models already such as...

Hi @aphyr - Thank you for the amazing framework you've supplied us with to test out our databases I have a working repo with Jepsen testing out our Blockchain Go...

I get the following when trying to run the example in the README. I'm on Ubuntu 17.10 with oracle jdk 9. I also tried on OSX previously and got the...

As I understand the idea of `knossos.competition` checker is to run `linear` and `wgl` checkers in parallel. But actually `linear/start-analysis` is blocking calling thread on `knossos.model.memo/memo` function call, which seems...

Hi, Every now and then, the execution of knossos after jepsen tests throws the exception below. I copied the history as well. Am I doing something stupid? Thanks, Balint I'm...

I use the `pthread_self` function for the `:process` id for events. However, these pointers are 64 bits long and so don't fit for some of the uses Clojure does. I...