forked from paradigmxyz/reth
-
Notifications
You must be signed in to change notification settings - Fork 10
chore: enable code coverage for e2e #485
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
605613f
Impl ValueWithSubKey for VersionedValue
emhane 707d022
Revert changes to runners
emhane 7999191
Merge branch 'emhane/revert-ci-runners' into emhane/fix-missing-subke…
emhane cb80fe9
Merge branch 'unstable' into emhane/fix-missing-subkey-impl
dhyaniarun1993 f3e5a9b
chore: add prune e2e back
dhyaniarun1993 c73704c
chore: sysgo integration
dhyaniarun1993 fc1c8bd
fix code
dhyaniarun1993 986c6f9
Merge remote-tracking branch 'origin/emhane/fix-missing-subkey-impl' …
dhyaniarun1993 a076494
Merge branch 'arun/chore/add-prune-e2e' into arun/chore/sysgo-integra…
dhyaniarun1993 b365ba9
arun/chore/add-prune-e2e Merged
dhyaniarun1993 95b0c0f
fixes
dhyaniarun1993 1fdd712
added missing changes
dhyaniarun1993 b2565e3
arun/chore/add-prune-e2e Merged
dhyaniarun1993 c76554c
update go version
dhyaniarun1993 8c7d628
Update crates/optimism/tests/proofs/prune/prune_test.go
dhyaniarun1993 87f01b9
Apply suggestions from code review
dhyaniarun1993 421ee8a
unzip artifact before sysgo test
dhyaniarun1993 5e6ced8
arun/chore/add-prune-e2e Merged
dhyaniarun1993 f56c993
unstable merged + conflict resolved
dhyaniarun1993 6e8937d
chore: enable code coverage for e2e
dhyaniarun1993 c9ad73a
install-action@cargo-llvm-cov added
dhyaniarun1993 46e601d
fix build
dhyaniarun1993 af420e4
unstable merged
dhyaniarun1993 843c0b6
update build
dhyaniarun1993 19be4b6
revert build changes
dhyaniarun1993 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
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
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -17,7 +17,7 @@ all: build-docker run | |||||||||||
| # Build op-reth | ||||||||||||
| build: | ||||||||||||
| @echo "Building op-reth binary..." | ||||||||||||
| cd ../../../ && make build-op | ||||||||||||
| cd ../../../ && cargo build --bin op-reth --manifest-path crates/optimism/bin/Cargo.toml | ||||||||||||
|
|
||||||||||||
| # Build the op-reth Docker image | ||||||||||||
| build-docker: | ||||||||||||
|
|
@@ -81,7 +81,7 @@ test-e2e-sysgo: unzip-contract-artifacts build-contracts | |||||||||||
| export DISABLE_OP_E2E_LEGACY=true; \ | ||||||||||||
| export DEVSTACK_ORCHESTRATOR=sysgo; \ | ||||||||||||
| export OP_RETH_ENABLE_PROOF_HISTORY=true; \ | ||||||||||||
| export OP_RETH_EXEC_PATH="${SOURCE_DIR}/../../../target/release/op-reth"; \ | ||||||||||||
| export OP_RETH_EXEC_PATH="${SOURCE_DIR}/../../../target/debug/op-reth"; \ | ||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. checkout the hive test profile Lines 304 to 308 in f7603f7
|
||||||||||||
| export OP_DEVSTACK_PROOF_SEQUENCER_EL=$(OP_DEVSTACK_PROOF_SEQUENCER_EL); \ | ||||||||||||
| export OP_DEVSTACK_PROOF_VALIDATOR_EL=$(OP_DEVSTACK_PROOF_VALIDATOR_EL); \ | ||||||||||||
| go test -count=1 -timeout 40m -v ./$(GO_PKG_NAME) | ||||||||||||
|
|
||||||||||||
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.
Uh oh!
There was an error while loading. Please reload this page.