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
Describe the bug
When setting the FlagNumBlocksValue and FlagBlockSizeValue to different values in app/simulation_test.go. Some operations might sometimes have very high failure rates. Example are:
I think changing the flag values modify the seed used for the simulation and therefore the state of the app will be different. The high failure rates might be related to flaws in our methods to fetch the state (FindChain, FindCampaign) that fails to find values for specific configurations of the state of the app.
We must investigate this
The text was updated successfully, but these errors were encountered:
Describe the bug
When setting the
FlagNumBlocksValue
andFlagBlockSizeValue
to different values inapp/simulation_test.go
. Some operations might sometimes have very high failure rates. Example are:I think changing the flag values modify the seed used for the simulation and therefore the state of the app will be different. The high failure rates might be related to flaws in our methods to fetch the state (
FindChain
,FindCampaign
) that fails to find values for specific configurations of the state of the app.We must investigate this
The text was updated successfully, but these errors were encountered: