-
Notifications
You must be signed in to change notification settings - Fork 359
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
test: enables local tracing in e2e benchmark tests #3514
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
ecc18ea
adds tracing
staheri14 60de468
adds tracing config options
staheri14 c973daa
adds blobPerSequence param
staheri14 93d5a4e
adds tracing config fields to the Manifest
staheri14 248687e
enables local tracing in E2EThroughput tests
staheri14 01b9203
updates config based the choice of local tracing
staheri14 92cec9f
refactors the code
staheri14 9507488
removes remoteHomeDirectory field and getter
staheri14 7b8ad0a
includes missing blobPerSequence
staheri14 685ee9d
allows specifying path to save the table when pulling round state table
staheri14 43fb5ac
checks if local tracing works
staheri14 7d628d5
defines pushing traced data in benchmark tests
staheri14 33fa9cd
downloads traces if specified so
staheri14 8831859
removes unused comments
staheri14 566e283
deletes MakeTracePushConfig as it is not used
staheri14 1772eb4
resolves linter issues
staheri14 2df5bf3
addresses first round of comments
staheri14 3b6fbd0
Merge remote-tracking branch 'origin/main' into sanaz/add-tracing-con…
staheri14 102272e
fixes linter complaint
staheri14 6e46c3e
Merge remote-tracking branch 'origin/main' into sanaz/add-tracing-con…
staheri14 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
[To reviewers] If you wish to push traced data to a s3 bucket, set
PushTrace
totrue
.