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

Interactive streaming results #32

Open
TinoDidriksen opened this issue Mar 14, 2023 · 1 comment
Open

Interactive streaming results #32

TinoDidriksen opened this issue Mar 14, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request wishlist Long-shot feature requests

Comments

@TinoDidriksen
Copy link
Member

It should be possible to stream results to the interface and allow interactions with it while the test is running, instead of having to wait for the full run to be done. May require storing results in SQLite temporarily.

@TinoDidriksen TinoDidriksen added enhancement New feature or request wishlist Long-shot feature requests labels Mar 14, 2023
@TinoDidriksen TinoDidriksen self-assigned this Nov 24, 2023
@TinoDidriksen
Copy link
Member Author

A potential problem with this is that users may make corrections and rebuild during a run, which would mean their changes would affect pipes started in the middle. A workaround is to keep the pipes open and reuse, and open all potential pipes up front.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wishlist Long-shot feature requests
Projects
None yet
Development

No branches or pull requests

1 participant