Skip to content

[Antithesis] Make reports easier to read #19901

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

Closed
serathius opened this issue May 9, 2025 · 4 comments
Closed

[Antithesis] Make reports easier to read #19901

serathius opened this issue May 9, 2025 · 4 comments

Comments

@serathius
Copy link
Member

What would you like to be added?

The etcd linearization visualization or report json file data is pretty hard to read due to not very readable JSON.

Image

There is a lot of empty fields like "Value": {Value:"123", "Hash": 0}. The reason for that is that we are using dumping data to JSON which is not very human readable. Also JSON in golang by default will serialize all the fields even if they are empty (See Hash field in the example).

Possible improvements:

Why is this needed?

Make reports easier to read
/cc @nwnt @henrybear327

@joshjms
Copy link
Member

joshjms commented May 13, 2025

Hi Marek, if no one is doing this, can I take this up?

@joshjms
Copy link
Member

joshjms commented May 13, 2025

@serathius
Copy link
Member Author

As described in #19933 (comment) we might want to also introduce a shorter description of the model. Formatted JSON is very vertical making it not very useful for large state.

@serathius
Copy link
Member Author

Think we achieved this. Thanks @joshjms

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants