set tests with independant tests together

This commit is contained in:
Alex Auvolat
2023-04-19 16:16:34 +02:00
parent 0bb1577ae1
commit 55eb4e87c4
2 changed files with 42 additions and 20 deletions
+7
View File
@@ -24,6 +24,13 @@ Run tests (this one should fail):
lein run test --nodes-file nodes.vagrant --time-limit 64 --concurrency 50 --rate 50 --workload reg
```
These ones are working:
```
lein run test --nodes-file nodes.vagrant --time-limit 64 --rate 50 --concurrency 50 --workload set1
lein run test --nodes-file nodes.vagrant --time-limit 64 --rate 50 --concurrency 50 --workload set2
```
## License
Copyright © 2023 Alex Auvolat