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

[Access] Implement integration test for new websockets #6641

Open
Tracked by #6163
Guitarheroua opened this issue Nov 12, 2024 · 0 comments · May be fixed by #6907
Open
Tracked by #6163

[Access] Implement integration test for new websockets #6641

Guitarheroua opened this issue Nov 12, 2024 · 0 comments · May be fixed by #6907
Assignees
Labels

Comments

@Guitarheroua
Copy link
Contributor

Guitarheroua commented Nov 12, 2024

To test the functionality of the new WebSockets from the client's perspective, it is necessary to write tests that verify the following behaviours:

  1. Happy path for creating and subscribing to any topic.
    The test should include checks for a successful subscription response and receiving the expected results from the subscription.

  2. Error case for subscription when the client attempts to subscribe with incorrect data.

  3. Happy path for unsubscribing from a topic.

  4. Error case for the unsubscribing when the client provides an incorrect subscription ID.

  5. Retrieving a list of all subscriptions.

  6. Checking the tracking of client inactivity and connection loss.

@Guitarheroua Guitarheroua changed the title [Access] Implement integration test for new websocket handler [Access] Implement integration test for new websockets Nov 22, 2024
@Guitarheroua Guitarheroua self-assigned this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants