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

Modify Simulator entry point to be flexible as test driver #190

Open
Tracked by #75
georgi-l95 opened this issue Sep 19, 2024 · 0 comments
Open
Tracked by #75

Modify Simulator entry point to be flexible as test driver #190

georgi-l95 opened this issue Sep 19, 2024 · 0 comments
Assignees
Labels
Simulator Issue related to Block Stream Simulator

Comments

@georgi-l95
Copy link
Contributor

georgi-l95 commented Sep 19, 2024

Problem

Currently starting Simulator is only possible using the main method and without easy way to modify configuration or behaviour on the fly. That will create issues and obstacles, if we want to use it as a test driver for our E2E tests.

Solution

We'd need to modify the Simulator entry point, so that not only can be started using the main method, but via object instantiation and calling start method. We'd also want to be able to change configuration and more.

@georgi-l95 georgi-l95 added the Simulator Issue related to Block Stream Simulator label Sep 19, 2024
@georgi-l95 georgi-l95 self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Simulator Issue related to Block Stream Simulator
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant