-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement a client for sdk-test-proxy
#537
Comments
➤ Automation for Jira commented: The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3346 |
This was referenced Feb 14, 2023
lawrence-forooghian
added a commit
that referenced
this issue
Feb 21, 2023
TODO instructions on how to run Resolves #537.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 21, 2023
TODO instructions on how to run Resolves #537.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 21, 2023
The code and comments are more or less copied from the Android codebase at commit 7f05c3c. I’ve changed the class name from FaultProxyClient to SDKTestProxyClient, as it’s more in line with the name of the proxy repo. We also add a test to check that the local proxy is running and that the client is working. This means we now need to run the proxy in CI, so we do that. Resolves #537.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 21, 2023
The code and comments are more or less copied from the Android codebase at commit 7f05c3c. I’ve changed the class name from FaultProxyClient to SDKTestProxyClient, as it’s more in line with the name of the proxy repo. We also add a test to check that the local proxy is running and that the client is working. This means we now need to run the proxy in CI, so we do that. Resolves #537.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 21, 2023
The code and comments are more or less copied from the Android codebase at commit 7f05c3c. I’ve changed the class name from FaultProxyClient to SDKTestProxyClient, as it’s more in line with the name of the proxy repo. We also add a test to check that the local proxy is running and that the client is working. This means we now need to run the proxy in CI, so we do that. Resolves #537.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 22, 2023
The code and comments are more or less copied from the Android codebase at commit 7f05c3c. I’ve changed the class name from FaultProxyClient to SDKTestProxyClient, as it’s more in line with the name of the proxy repo. We also add a test to check that the local proxy is running and that the client is working. This means we now need to run the proxy in CI, so we do that. Resolves #537.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is needed for #535.
Implement a client that exposes the same interface to https://github.com/ably/sdk-test-proxy as that which we implement in ably/ably-asset-tracking-android#1003.
The text was updated successfully, but these errors were encountered: