EspressoSystems / HotShot

http://hotshot.docs.espressosys.com/
101 stars 25 forks source link

[Testing] - Fix `num_failed_views` check in the overall safety test task #3334

Open ss-es opened 2 weeks ago

ss-es commented 2 weeks ago

What is this task and why do we need to work on it?

The num_failed_views calculation seems flakier than it should be, and so we cannot insist on failing exactly num_failed_views in the integration tests. This should be investigated and fixed.

What work will need to be done to complete this task?

No response

Are there any other details to include?

No response

What are the acceptance criteria to close this issue?

A check that we fail exactly num_failed_views is added, and the tests continue to pass consistently in CI.

Branch work will be merged to (if not the default branch)

No response