From bda701f29e95f35e20dd0fb26d17e51c76ddb09a Mon Sep 17 00:00:00 2001 From: Mitsunori Komatsu Date: Wed, 24 Jul 2024 15:15:47 +0900 Subject: [PATCH 1/2] Add --ssh-private-key option to scalardb/README --- scalardb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalardb/README.md b/scalardb/README.md index 83c7f5c..3abbda5 100644 --- a/scalardb/README.md +++ b/scalardb/README.md @@ -21,7 +21,7 @@ The current tests use [Cassandra test tools in Jepsen](https://github.com/scalar # in jepsen-control $ cd ${SCALAR_JEPSEN}/scalardb - $ lein run test --workload transfer --nemesis crash --admin join --time-limit 300 + $ lein run test --workload transfer --nemesis crash --admin join --time-limit 300 --ssh-private-key ~/.ssh/id_rsa ``` - For elle-* tests, `graphviz` package is required in jepsen-control. You can install it with `apt-get install graphviz` From e33db1f9ded3dbbb4f1e5b8ec394749e512e68c1 Mon Sep 17 00:00:00 2001 From: Mitsunori Komatsu Date: Wed, 24 Jul 2024 15:22:55 +0900 Subject: [PATCH 2/2] Remove space between "Scalar" and "DB"/"DL" --- scalardb/README.md | 6 +++--- scalardl/README.md | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scalardb/README.md b/scalardb/README.md index 3abbda5..a7b875d 100644 --- a/scalardb/README.md +++ b/scalardb/README.md @@ -1,6 +1,6 @@ -# Jepsen tests for Scalar DB +# Jepsen tests for ScalarDB -This guide will teach you how to run Jepsen tests for Scalar DB. +This guide will teach you how to run Jepsen tests for ScalarDB. The current tests use [Cassandra test tools in Jepsen](https://github.com/scalar-labs/scalar-jepsen/tree/cassandra). ## How to test @@ -15,7 +15,7 @@ The current tests use [Cassandra test tools in Jepsen](https://github.com/scalar $ lein install ``` -3. Run a test of Scalar DB +3. Run a test of ScalarDB ``` # in jepsen-control diff --git a/scalardl/README.md b/scalardl/README.md index 04eb6c1..6cc918d 100755 --- a/scalardl/README.md +++ b/scalardl/README.md @@ -1,10 +1,10 @@ -# Jepsen tests for Scalar DL +# Jepsen tests for ScalarDL -The Scalar DL Jepsen tests make use of the [Cassandra Jepsen tests](https://github.com/scalar-labs/scalar-jepsen/tree/master/cassandra). +The ScalarDL Jepsen tests make use of the [Cassandra Jepsen tests](https://github.com/scalar-labs/scalar-jepsen/tree/master/cassandra). ## How to run a test -1. Get Scalar DL - - Scalar DL is licensed under commercial license only +1. Get ScalarDL + - ScalarDL is licensed under commercial license only - A test checks `resources/ledger.tar` as default - You can specify the DL archive by `--ledger-tarball` option - A certificate and a private key for a sample is stored in `resources` @@ -22,7 +22,7 @@ The Scalar DL Jepsen tests make use of the [Cassandra Jepsen tests](https://gith $ lein install ``` -4. Run a Scalar DL Jepsen test +4. Run a ScalarDL Jepsen test ``` # in jepsen-control