Skip to content

pcholakov/jepsen-restate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jepsen tests for Restate

Build the services distribution first:

cd services && npm run bundle

Start test with:

lein run test --time-limit 60 --concurrency 10 --rate 10 --workload register-vo --node n1

Local test development

For rapid iteration on test workloads, disabling SSH will skip the node setup actions. Start Restate and deploy any necessary services, then:

lein run test --node localhost --no-ssh true --time-limit 10 --rate 10 --concurrency 10 --workload register-vo 

About

Jepsen tests for Restate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published