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
This is a little tricky to get the tests right for, as it considerably increases the number of database queries in the common case. Some of this is going on in branch 62-assert-empty.
Rather than simply inferring that a partition is empty, we can check it concretely through a simple SELECT statement, like:
If any data comes back, then we have failed an invariant.
The text was updated successfully, but these errors were encountered: