Uh oh!
There was an error while loading. Please reload this page.
Initial SslStream stress app work - #123
Conversation
eiriktsarpalis
commented
Nov 19, 2019
NB I can't request reviews from https://github.com/orgs/dotnet/teams/ncl yet, so I'm adding some of you manually. cc @maryamariyan |
davidsh
commented
Nov 19, 2019
Does this PR incorporate the existing feedback/changes from the corefx repo PR which was already reviewed? |
davidsh
commented
Nov 19, 2019
/azp run corefx-outerloop |
|
No pipelines are associated with this pull request. |
davidsh
commented
Nov 19, 2019
/azp list |
davidsh
commented
Nov 19, 2019
/azp runtime-libraries outerloop |
|
Command 'runtime-libraries' is not supported by Azure Pipelines. Supported commands
See additional documentation. |
davidsh
commented
Nov 19, 2019
/azp run runtime-libraries outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
eiriktsarpalis
commented
Nov 19, 2019
Mostly yes, with the only outstanding issue being this one. I've been thinking about this, and my conclusion is that I'd prefer it if we didn't reference other test code, at least not until we're not validating the stress projects in CI. Moving forward I would like to consolidate the stress projects into a single solution which are built as part of CI. @stephentoub thoughts? |
eiriktsarpalis
commented
Nov 20, 2019
/azp run runtime-libraries outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jkotas
commented
Nov 23, 2019
FYI: We are discouraging creating PR branches in the dotnet/runtime repo. Could you please create the branch in your fork next time? |
eiriktsarpalis
commented
Nov 25, 2019
@jkotas The branches have been pushed to the main repo deliberately, as it's the only way I can debug the stress pipelines with the changes. I will make sure they are cleaned up as soon as the PRs are merged. |
eiriktsarpalis
commented
Nov 25, 2019
/azp list |
eiriktsarpalis
commented
Nov 26, 2019
/azp list |
eiriktsarpalis
commented
Nov 26, 2019
/azp run runtime-libraries stress-http-windows |
|
Azure Pipelines successfully started running 1 pipeline(s). |
eiriktsarpalis
commented
Nov 26, 2019
Closing and re-creating as the publication of the repo has caused issues in my personal fork. |
eiriktsarpalis
commented
Nov 26, 2019
Replaced by #290 |
Merge from dotnet/runtime
Adds the changes initially created for the corefx repo in dotnet/corefx#42560