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
An issue occured where all tests passed using sqlite but failed on production.
Friend.is_friend == 1 in one query passed for sqlite but failed for postgres due to boolean field constraint.
To prevent such issues. Production and Test environ should be as similar as possible
The text was updated successfully, but these errors were encountered:
An issue occured where all tests passed using sqlite but failed on production.
Friend.is_friend == 1 in one query passed for sqlite but failed for postgres due to boolean field constraint.
To prevent such issues. Production and Test environ should be as similar as possible
The text was updated successfully, but these errors were encountered: