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

Create stress tests for TaskManager and coroutines #421

Open
jr0me opened this issue Dec 12, 2024 · 0 comments
Open

Create stress tests for TaskManager and coroutines #421

jr0me opened this issue Dec 12, 2024 · 0 comments
Labels

Comments

@jr0me
Copy link
Member

jr0me commented Dec 12, 2024

Description

We identified segfaults and exceptions when processing an unusually high volume of events, far beyond typical operational scenarios. While these cases may be improbable, we want to ensure the system is robust under extreme conditions.

This task involves designing and implementing stress tests to simulate scenarios with:

Excessive numbers of events to uncover potential crashes or unexpected exceptions.
Repeated starting and shutting down of the agent to verify stability and correct behavior.
The goal is to bring any hidden issues to light and improve the overall resilience of the system. By running these tests regularly, we can prevent such errors from reoccurring in the future.

@jr0me jr0me changed the title Create stress tests for TaskManager Create stress tests for TaskManager and coroutines Dec 12, 2024
@vikman90 vikman90 added type/enhancement Enhancement issue and removed type/test Test issue labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants