-
Notifications
You must be signed in to change notification settings - Fork 227
Support Test Proxy logging error output into a different log file #9460
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
Conversation
|
The following pipelines have been queued for testing: |
scbedd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Before we merge this across the repos I/we gotta double check to ensure that we don't have conditional yaml in each pipeline that expects the original output of a single log file.
I don't protest the intent at all.
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#9460 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: alzimmermsft <[email protected]>
Updates the Test Proxy scripts to support outputting error logs into
test-proxy-error.log. This should also standardize behaviors between Windows and Linux/macOs whereStart-Processdoesn't appear to include error output when-RedirectStandardErrorisn't supplied whereas&>fornohupwill redirect all output to the given location.With this there will be two files that need to be managed for Test Proxy, so
publish-proxy-logs.ymlis updated appropriately to grabtest-proxy-error.logas well.