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
[INTEGRATION] Test to ensure that one off queries work
[INTEGRATION] Test to make sure that you can create a subscription and receive inserts, updates, and deletes
[INTEGRATION] Test to see that when you submit a query that violates row limit, you receive an appropriate error and not an exception
[INTEGRATION] Test to change your subscription and ensuring that the new data is applied correctly (all old data is deleted and all new data is inserted)
[UNIT] Test to ensure that after a message is received on the websocket it takes less than X (reasonable time) to deserialize and populate into the client cache table.
Definition of Done