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
{{ message }}
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
The idea here is to run continuously the swarm-smoke tests towards a given environment (https://swarm-gateways.net/ or a given deployment on Kubernetes), and also pushing the success or failure measurements to InfluxDB/Grafana.
We should probably modify swarm-smoke to not always download concurrently from all nodes a given content upload, but to randomly pick a node and download only from it. Otherwise we are going to have a lot of the content cached on individual nodes, which might hide issues with retrieve requests.
The text was updated successfully, but these errors were encountered:
The idea here is to run continuously the
swarm-smoke
tests towards a given environment (https://swarm-gateways.net/ or a given deployment on Kubernetes), and also pushing thesuccess
orfailure
measurements to InfluxDB/Grafana.So we need:
Modify
swarm-smoke
to pushsuccess/failure
measurements to InfluxDB, as well as times that it took to upload and time that it took for the test to finish. cmd/swarm: add flag for application name (swarm or swarm-private) ethereum/go-ethereum#18189We should probably modify
swarm-smoke
to not always download concurrently from all nodes a given content upload, but to randomly pick a node and download only from it. Otherwise we are going to have a lot of the content cached on individual nodes, which might hide issues with retrieve requests.The text was updated successfully, but these errors were encountered: