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

Turn SDK log capturing off by default for E2E tests #2912

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

drwill-ms
Copy link
Contributor

SDK logs are nice but the tests that run concurrently put logs into each other's console output. As the logs come at a significant cost to running E2E tests in a pipeline and given that the logs aren't exclusive to each test, I'm turning collection off by default.

To turn them on, set an environment variable of COLLECT_SDK_LOGS to true.

@drwill-ms
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@patilsnr patilsnr left a comment

Choose a reason for hiding this comment

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

optimistic sign off

@drwill-ms drwill-ms force-pushed the drwill/sdk-logs-off-by-default branch from 9b365ff to 5f36b98 Compare October 24, 2022 23:15
@drwill-ms drwill-ms force-pushed the drwill/sdk-logs-off-by-default branch from 5f36b98 to 011109f Compare October 24, 2022 23:16
@drwill-ms
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@drwill-ms drwill-ms enabled auto-merge (squash) October 24, 2022 23:20
@drwill-ms drwill-ms merged commit e337dfc into previews/v2 Oct 24, 2022
@drwill-ms drwill-ms deleted the drwill/sdk-logs-off-by-default branch October 24, 2022 23:29
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.

5 participants