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

Add an adversarial stress tester for the query service #1277

Merged
merged 7 commits into from
Apr 1, 2024

Conversation

jbearer
Copy link
Member

@jbearer jbearer commented Mar 26, 2024

The new nasty-client program runs a loop that generates a random workload for the sequencer query service. The workload is intended to be adversarial and do things that a realistic rollup client wouldn't do. The current workload specifically reproduces some behavior we've seen on Gibraltar, such as opening very old streams and keeping multiple streams open at once.

It should be easy to extend the client with new actions if we want to test additional behaviors.

The new nasty-client program runs a loop that generates a random
workload for the sequencer query service. The workload is intended
to be adversarial and do things that a realistic rollup client
wouldn't do. The current workload specifically reproduces some
behavior we've seen on Gibraltar, such as opening very old streams
and keeping multiple streams open at once.

It should be easy to extend the client with new actions if we want
to test additional behaviors.
Copy link
Contributor

@nomaxg nomaxg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool!

@jbearer jbearer merged commit c6862b7 into main Apr 1, 2024
16 checks passed
@jbearer jbearer deleted the feat/nasty-client branch April 1, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants