-
Notifications
You must be signed in to change notification settings - Fork 1
Add @reproduce_failure support #33
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
Open
echoumcp1
wants to merge
18
commits into
main
Choose a base branch
from
echoumcp1/add-repro-blob
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
8791cb1
add printing blob and toggle for printing blob
echoumcp1 5a93963
update flake, format
echoumcp1 74f0ee5
remove std::format for compat
echoumcp1 73f5a7f
Merge branch 'main' into echoumcp1/add-repro-blob
echoumcp1 f13c9b7
release.md
echoumcp1 7585000
update flake
echoumcp1 ec9ecdb
Merge branch 'main' into echoumcp1/add-repro-blob
echoumcp1 c02d969
move failure blob printing to after replay
echoumcp1 0e81056
add header for optional
echoumcp1 7d98991
fix format
echoumcp1 f6c643e
support printing multiple failure blobs
echoumcp1 0f9e588
Merge branch 'main' into echoumcp1/add-repro-blob
echoumcp1 f4b178c
update hegel-core name and add json string assignment operator
echoumcp1 b0b1122
switch to https clone
echoumcp1 c69b42e
update flake temporarily
echoumcp1 cf2e0f1
add prints for flaky and health check fails
echoumcp1 6388880
Merge branch 'main' into echoumcp1/add-repro-blob
echoumcp1 4e0b5f1
lint and remove extra nix files
echoumcp1 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| RELEASE_TYPE: patch | ||
|
|
||
| Add support for @reproduce_failure and print blob. |
This file contains hidden or 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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.
actually i think we should save results and then when we break out of the loop process all the different fields?