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
The "print debug telemtry info" check is failing from each and every commit in iroha2-dev branch's history. The reason is because of this error: jq: error (at <stdin>:0): null (null) and number (0) cannot be divided
In the ./scripts/analyze_telemetry.sh file, there is a line that divides two values: jq -sr '[.[].duration] | add/length
The text was updated successfully, but these errors were encountered:
The "print debug telemtry info" check is failing from each and every commit in iroha2-dev branch's history. The reason is because of this error:
jq: error (at <stdin>:0): null (null) and number (0) cannot be divided
In the
./scripts/analyze_telemetry.sh
file, there is a line that divides two values:jq -sr '[.[].duration] | add/length
The text was updated successfully, but these errors were encountered: