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
Currently, "generate soroban load" is randomly failing in CI. The reason has to do with maxSorobanFail. We can't preflight transactions, so there's some set of tx's that will fail due to insufficient resources. We use maxSorobanFail value to allow some failed transactions due to this issue. However, it looks like this value is too low, as this test has been randomly failing in CI on PRs unrelated to soroban load.
The text was updated successfully, but these errors were encountered:
Currently, "generate soroban load" is randomly failing in CI. The reason has to do with
maxSorobanFail
. We can't preflight transactions, so there's some set of tx's that will fail due to insufficient resources. We usemaxSorobanFail
value to allow some failed transactions due to this issue. However, it looks like this value is too low, as this test has been randomly failing in CI on PRs unrelated to soroban load.The text was updated successfully, but these errors were encountered: