You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement an automated integration test suite that runs periodically on the public testnet. This will allow us to continuously monitor the health and performance of the network by running predefined beekeeper checks. The results (metrics, logs, etc.) can then be analyzed for any issues or anomalies.
Tasks
Set up a periodic job (e.g., every few hours) to trigger the integration test suite.
Define the list of beekeeper checks to run against the public testnet.
Configure the job to collect and store metrics and logs from the test runs.
Ensure the collected data is easily accessible and can be monitored via appropriate tools.
Add alerts for any critical failures or anomalies detected during the tests.
Description
We need to implement an automated integration test suite that runs periodically on the public testnet. This will allow us to continuously monitor the health and performance of the network by running predefined beekeeper checks. The results (metrics, logs, etc.) can then be analyzed for any issues or anomalies.
Tasks
Requested by @istae
The text was updated successfully, but these errors were encountered: