codex-storage / cs-codex-dist-tests

Distributed System Tests for Nim-Codex
3 stars 3 forks source link

Add new fields to the `_STATUS.log` and add `run_STATUS.log` #38

Open veaceslavdoina opened 1 year ago

veaceslavdoina commented 1 year ago

Intro

We already finished initial implementation of the _STATUS.log and it works as expected. We can see in Grafana table all information about run tests status and same logs in Kibana

Screenshot Screenshot 2023-07-21 at 12 37 11 Screenshot 2023-07-24 at 11 08 16

But from the Grafana table above it is not clear if tests run was finished and how long it take.

Also, it will be good to have information about all used components version in the logs to not search that in Dist-Tests source code.

Proposal

veaceslavdoina commented 1 year ago

First part was implemented during #39.