Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test coverage - Expand C# SDK test suite #113

Open
6 tasks
cloutiertyler opened this issue Jul 29, 2024 · 1 comment
Open
6 tasks

Test coverage - Expand C# SDK test suite #113

cloutiertyler opened this issue Jul 29, 2024 · 1 comment
Assignees

Comments

@cloutiertyler
Copy link
Collaborator

cloutiertyler commented Jul 29, 2024

Definition of Done

  • [UNIT] Test to ensure that one off queries work
  • [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.
@cloutiertyler
Copy link
Collaborator Author

For integration tests that require testing against SpacetimeDB this repo should assume that SpacetimeDB is running on a standard host and port on the current machine (e.g. localhost:3000)

@cloutiertyler cloutiertyler assigned RReverser and unassigned jdetter Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants