You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Hey! This is really fantastic, thanks for hooking this up!
The storage layer was just merged recently but is not yet released or production ready. We're working through a bunch of known issues right now so this is really great as another source of testing for us! Thank you!
Hi,
I am creating a Jepsen test for TigerBeetle and am using the Java client.
(Jepsen is written in Clojure so it's a good fit.)
The tests can only generate a small number of operations, ~10, before the database crashes:
Most common error is read failure, have also gotten unreachable code.
In a multi replica environment the tests will continue to crash replicas until < quorum remains.
Does not matter the type of operation:
Clients become unresponsive during, after failure.
I have updated the integration tests to loop over account creation/lookup to demonstrate the bug.
The text was updated successfully, but these errors were encountered: