Skip to content

Commit

Permalink
Add "Isolation level violation testing and debugging in MariaDB"
Browse files Browse the repository at this point in the history
  • Loading branch information
asatarin committed Nov 24, 2024
1 parent abf1e88 commit 3960c1e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,11 @@ Some notable Jepsen analyses:
* [Jepsen: RethinkDB 2.1.5](https://aphyr.com/posts/329-jepsen-rethinkdb-2-1-5)
* [Radix DLT 1.0-beta.35.1](https://jepsen.io/analyses/radix-dlt-1.0-beta.35.1)
* [Dgraph 1.1.1](https://jepsen.io/analyses/dgraph-1.1.1)
* [MySQL 8.0.34](https://jepsen.io/analyses/mysql-8.0.34)
* [Redpanda 21.10.1](https://jepsen.io/analyses/redpanda-21.10.1)

Jepsen is used by [CockroachDB](#cockroachlabs-cockroachdb), [VoltDB](#voltdb), [Cassandra](#cassandra),
[ScyllaDB](#scylladb), [YDB](#ydb) and others.
[ScyllaDB](#scylladb), [YDB](#ydb), [MariaDB](#mariadb) and others.

### Formal Methods

Expand Down Expand Up @@ -829,6 +831,10 @@ See also [deterministic simulation](#deterministic-simulation) section.
ClickHouse database
and how to contribute more tests

### MariaDB

* [Isolation level violation testing and debugging in MariaDB](https://mariadb.com/resources/blog/isolation-level-violation-testing-and-debugging-in-mariadb/)

## Tools

* [Hermitage: Testing transaction isolation levels](https://github.com/ept/hermitage)
Expand Down

0 comments on commit 3960c1e

Please sign in to comment.