Fantom-foundation / Aida

Aida is a block-processing testing infrastructure for EVM-compatible chains.
GNU Lesser General Public License v3.0
4 stars 12 forks source link

Include current disk usage and free space in progress logger #1130

Closed HerbertJordan closed 1 month ago

HerbertJordan commented 2 months ago

Description

This additional information in the progress logger can help identify issues caused by exhausting disk space capacity.

Recent failure on Jenkins might be caused by exceeding the available disk space. However, the available disk space is so far not logged and difficult to assess. With this change, disk utilization and available disk space is automatically logged.

Type of change