Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break out tests and add command line runner #5

Conversation

aphyr
Copy link

@aphyr aphyr commented Oct 21, 2017

No description provided.

You can now run

`lein run serve`

in the jepsen directory to launch a web server for browsing test
results, constructing zipfiles with analyses, graphs, and logs, and so
on.

Running tests no longer requires a test selector and leiningen test in
`jepsen/tests`; instead you add a small map to `workloads` in cli.clj,
telling Jepsen what the name of that workload is and how to run it. Then
run

`lein run test --workload register`

to run, for instance, the register test. You can also configure the
nemesis, concurrency, and runtime for any test:

`lein run test --workload g2 --concurrency 5n --time-limit 120`

The makefile test targets have been updated to invoke Jepsen tests using
this style, instead of the old `lein test` command.
@aphyr
Copy link
Author

aphyr commented Oct 21, 2017

Okay, here's the last of it!

@markhannum
Copy link
Owner

Kyle you rock - thank you so much for your help

@markhannum markhannum merged commit adbb28a into markhannum:port_linearizable_tests_to_testsuite Oct 23, 2017
markhannum pushed a commit that referenced this pull request Jan 21, 2022
commit dfbaae7572b76e48eab50819aafb13b0cef8a98b (HEAD)
Author: drh <drh@noemail.net>
Date:   Tue Sep 29 17:29:11 2020 +0000

    Improved comments on the new OP_SeekScan opcode.

Signed-off-by: Nirbhay Choubey <nchoubey@bloomberg.net>
markhannum pushed a commit that referenced this pull request Feb 9, 2022
commit dfbaae7572b76e48eab50819aafb13b0cef8a98b (HEAD)
Author: drh <drh@noemail.net>
Date:   Tue Sep 29 17:29:11 2020 +0000

    Improved comments on the new OP_SeekScan opcode.

Signed-off-by: Nirbhay Choubey <nchoubey@bloomberg.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants