-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
release/v1.0: Increase max trace logs per span in Alpha. #3886
release/v1.0: Increase max trace logs per span in Alpha. #3886
Conversation
Bump up the number of logs per span to capture all the events from Server.Query which can create a lot of logs.
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.
✅ A review job has been created and sent to the PullRequest network.
Check the status or cancel PullRequest code review here.
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.
Code mirrors what the review title/description says and is a good middle point before you can add the other load testing script.
Reviewed with ❤️ by PullRequest
These are already pulled into release/v1.0. Revert "test-bulk-schema: Fix test for non-interactive shell session." This reverts commit 69a68db. Revert "Remove missing 21million test from release/v1.0." This reverts commit beb6b8a. Revert "Reduce required memory." This reverts commit cdb2ee9. Revert "Lower memory requirement for load test." This reverts commit 93afd9f.
I moved the test changes to a separate PR (#3888) to clarify this PR to only this single change. |
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.
Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @pullrequest[bot])
Cherrypick of #3679 to release/v1.0.
Bump up the number of logs per span to capture more of the events
from Server.Query which can create a lot of trace logs.
This change is