feat(cli): add scalable voting load tests with k6 and Chromium - #3155
Closed
edulix wants to merge 13 commits into
Closed
feat(cli): add scalable voting load tests with k6 and Chromium#3155edulix wants to merge 13 commits into
edulix wants to merge 13 commits into
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
Contributor
Author
|
The complete voting flow, CLI, load tests and documentation are included in #3152 (release/10.0). The corresponding main PR is #3149. Review and validation are tracked in https://github.com/sequentech/meta/issues/12767. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Voting load tests now have one public interface:
step-cli load init,check,prepare,run,report, andimage. A documented YAML workload selects k6 or Chromium, finite voter ownership, concurrency, executor, timeouts, resources and p50/p99/throughput goals. The installed CLI bundles its internal runtime and fixture; operators do not need a checkout or a Chromium recording for k6.packages/voting-load, remove duplicate online runners, and move native encryption into step-cli. Add Rustdoc, configuration validation, generated command/reference documentation, and focused unit tests.Validation through the public CLI on this machine:
Read-only PostgreSQL audits matched accepted receipts for the voting runs. Report screenshot capture, 29 Python tests, 10 Rust tests, Rustdoc, scoped TypeScript/ESLint/Prettier, REUSE and the Docusaurus build pass. One pre-existing Rust integration test remains ignored; live CLI workloads above provide the environment validation. Docusaurus retains unrelated existing link warnings.
Kubernetes orchestration and failure-time collection have unit coverage, but no live cluster run was performed. One million backend casts have not been tested; the finite range and single-hash preparation paths have unit coverage. These local smoke measurements are not deployment-capacity claims.
Application S3/status path: #3149. Parent issue: https://github.com/sequentech/meta/issues/12767. This PR remains stacked on the E2E release base.