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
As discussed here we lack coverage for detecting if we are implicitly relying on side effects in assertions due to the fact that we don't run external cluster tests w/ assertions disabled. We have found issues in the past in production related specifically to side effects in assertion statements.
We should add a periodic build for catching things like this which simply runs our external cluster tests against a cluster configured as it would be in production, w/o -ea.
The text was updated successfully, but these errors were encountered:
As discussed here we lack coverage for detecting if we are implicitly relying on side effects in assertions due to the fact that we don't run external cluster tests w/ assertions disabled. We have found issues in the past in production related specifically to side effects in assertion statements.
We should add a periodic build for catching things like this which simply runs our external cluster tests against a cluster configured as it would be in production, w/o
-ea
.The text was updated successfully, but these errors were encountered: