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

Simulation framework #371

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

sekulicd
Copy link
Collaborator

@sekulicd sekulicd commented Nov 7, 2024

This introduces a simulation framework designed to test the server by simulating multiple clients performing various actions over several rounds. The framework reads simulation configurations from YAML files, validates them against a predefined schema, and executes the simulation accordingly.
This contains code for local and remote(AWS) simulation, check README.

Few issues were fixed while testing (af492a7, 28116d0) @louisinger take a look.
Also there is separate PR for handling panic recovery in go routines started before server startup.

Note that AWS setup doesnt work always for many users (100) as there is rate limit for creating many ECS tasks in parallel (for bigger setup AWS support needs to be contacted to increase rate limit).
This should be enhanced with Signet support.
Prev PR was closed cause it had logs of commits and resolving conflicts while rebasing was complicated.

@tiero @altafan @louisinger please review.

@sekulicd sekulicd force-pushed the SimulationFramework branch from 4618b8c to fa2449f Compare November 9, 2024 10:03
@sekulicd
Copy link
Collaborator Author

sekulicd commented Nov 9, 2024

@tiero @altafan this now has support for signed, considering it contains two bug fixes i think it should be merged to master asap.

@tiero
Copy link
Member

tiero commented Nov 11, 2024

two bug fixes

worth cherry-picking them in a dedicated PR, so we dont hold them for the simulation to be reviewed?

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