-
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
Update the NetworkConnectivityTests
to use sdk-test-proxy
#1003
Comments
➤ Automation for Jira commented: The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3345 |
This was referenced Feb 14, 2023
lawrence-forooghian
added a commit
that referenced
this issue
Feb 16, 2023
TODO which of the workflows are we meant to be running the server on? TODO can we decrease the 1m 35s this takes to start? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 16, 2023
TODO can we decrease the 1m 35s this takes to start? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 16, 2023
TODO can we decrease the 1m 35s this takes to start? TODO can we reduce the risk of one test case or test run contaminating another? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 16, 2023
TODO can we decrease the 1m 35s this takes to start? TODO can we reduce the risk of one test case or test run contaminating another? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 16, 2023
TODO can we decrease the 1m 35s this takes to start? TODO can we reduce the risk of one test case or test run contaminating another? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 16, 2023
TODO can we decrease the 1m 35s this takes to start? TODO can we reduce the risk of one test case or test run contaminating another? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 16, 2023
TODO can we decrease the 1m 55s this takes to start? TODO can we reduce the risk of one test case or test run contaminating another? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 20, 2023
TODO can we decrease the 1m 55s this takes to start? TODO can we reduce the risk of one test case or test run contaminating another? TODO don't run if we’re not going to run NetworkConnectivityTests? or do the version limitations not apply any more? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 20, 2023
TODO can we decrease the 1m 55s this takes to start? TODO can we reduce the risk of one test case or test run contaminating another? TODO don't run if we’re not going to run NetworkConnectivityTests? or do the version limitations not apply any more? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 20, 2023
TODO can we decrease the 1m 55s this takes to start? TODO can we reduce the risk of one test case or test run contaminating another? TODO don't run if we’re not going to run NetworkConnectivityTests? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 20, 2023
TODO can we decrease the 1m 55s this takes to start? TODO can we reduce the risk of one test case or test run contaminating another? TODO don't run if we’re not going to run NetworkConnectivityTests? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 20, 2023
TODO can we decrease the 1m 55s this takes to start? TODO can we reduce the risk of one test case or test run contaminating another? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 20, 2023
TODO can we decrease the 1m 55s this takes to start? Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 20, 2023
This replaces the in-process proxy with an external proxy that runs on the machine that hosts the Android emulator. We’re doing this so that the proxy code can be reused for the Swift Asset Tracking SDKs. Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 20, 2023
This replaces the in-process proxy with an external proxy that runs on the machine that hosts the Android emulator. We’re doing this so that the proxy code can be reused for the Swift Asset Tracking SDKs. Resolves #1003.
lawrence-forooghian
added a commit
that referenced
this issue
Feb 20, 2023
This replaces the in-process proxy with an external proxy that runs on the machine that hosts the Android emulator. We’re doing this so that the proxy code can be reused for the Swift Asset Tracking SDKs. Resolves #1003.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I’ve created a standalone server in https://github.com/ably/sdk-test-proxy which contains all of the fault proxy code that’s currently being used by AAT Android’s
NetworkConnectivityTests
. I want to remove the proxy code from AAT Android and update it to instead use this standalone server.First of all I want to address these outstanding issues for the proxy:
README
sdk-test-proxy#2Branch
use-external-proxy-for-NetworkConnectivityTests
in this repo has been updated to use the external server. All of theNetworkConnectivityTests
are passing on this branch.The remaining work to do is the following:
The text was updated successfully, but these errors were encountered: