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

Zero values are currently mishandled in the push workflow #1908

Closed
appetrosyan opened this issue Feb 14, 2022 · 1 comment
Closed

Zero values are currently mishandled in the push workflow #1908

appetrosyan opened this issue Feb 14, 2022 · 1 comment
Labels
iroha2-dev The re-implementation of a BFT hyperledger in RUST

Comments

@appetrosyan
Copy link
Contributor

appetrosyan commented Feb 14, 2022

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

@appetrosyan
Copy link
Contributor Author

Closed via #1906

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iroha2-dev The re-implementation of a BFT hyperledger in RUST
Projects
None yet
Development

No branches or pull requests

1 participant