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

Fixing the timeouts. #1909

Merged
merged 4 commits into from
Feb 1, 2019
Merged

Fixing the timeouts. #1909

merged 4 commits into from
Feb 1, 2019

Conversation

singhsarab
Copy link
Contributor

@singhsarab singhsarab commented Feb 1, 2019

  1. Made DesignModeClient timeout to connect to translation layer process configurable.
  2. Removed redundant timeouts
  3. ConnectionTimeout in VsTestConsoleWrapperAsync.

1. Made DesignModeClient timeout to connect to translation layer process configurable.
2. Removed redundant timeouts
3. ConnectionTimeout in VsTestConsoleWrapperAsync.
@singhsarab singhsarab merged commit b7b6283 into microsoft:master Feb 1, 2019
@@ -96,17 +95,27 @@ public void ConnectToClientAndProcessRequests(int port, ITestRequestManager test
EqtTrace.Info("Trying to connect to server on port : {0}", port);
this.communicationManager.SetupClientAsync(new IPEndPoint(IPAddress.Loopback, port));

var connectionTimeout = EnvironmentHelper.GetConnectionTimeout();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we change environemnt helper function to return a timespan?

singhsarab added a commit to singhsarab/vstest that referenced this pull request Mar 5, 2019
* Fixing the timeouts.
1. Made DesignModeClient timeout to connect to translation layer process configurable.
2. Removed redundant timeouts
3. ConnectionTimeout in VsTestConsoleWrapperAsync.

* Fixed the Acceptance tests related to Framework 3.5 changes
singhsarab added a commit that referenced this pull request Mar 5, 2019
* Translation Layer connection timeout (#1843)

* Adding the missing assemblyInfo files and updating the copyrights (#1859)

* Stop trying to connect if the test host exits unexpectedly  (#1853)

* Running NETFramework 3.5 in compat mode (#1906)

* Fixing the timeouts. (#1909)

* Fixing the connection timeout (#1910)

* TestPlatform.PR (#1837)
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

Successfully merging this pull request may close these issues.

3 participants