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

feat(executor): New static test harness #938

Merged
merged 2 commits into from
Jan 22, 2025
Merged

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented Jan 22, 2025

Overview

Introduces a new static test harness for the stateless L2 block executor, with an easy way to generate new test cases for regressions.

closes #917

@clabby clabby added A-executor Area: kona-executor crate K-feature Kind: feature labels Jan 22, 2025
@clabby clabby self-assigned this Jan 22, 2025
@clabby
Copy link
Collaborator Author

clabby commented Jan 22, 2025

📚 $\text{Stack Overview}$

Pulls submitted in this stack:

This comment was automatically generated by st.

@clabby clabby force-pushed the cl/rm-anyhow-executor branch from cb18ffc to 9478090 Compare January 22, 2025 20:34
@clabby clabby force-pushed the cl/executor-static-tests branch from b487c3b to b4658c6 Compare January 22, 2025 20:34
@clabby clabby marked this pull request as ready for review January 22, 2025 20:38
@clabby clabby requested review from refcell and emhane as code owners January 22, 2025 20:38
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.8%. Comparing base (f4d4e23) to head (02d2d4e).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Base automatically changed from cl/rm-anyhow-executor to main January 22, 2025 20:49
@clabby clabby force-pushed the cl/executor-static-tests branch from b4658c6 to 02d2d4e Compare January 22, 2025 20:50
@clabby clabby enabled auto-merge January 22, 2025 20:50
@clabby clabby added this pull request to the merge queue Jan 22, 2025
Merged via the queue into main with commit a59f643 Jan 22, 2025
16 checks passed
@clabby clabby deleted the cl/executor-static-tests branch January 22, 2025 21:06
@github-actions github-actions bot mentioned this pull request Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-executor Area: kona-executor crate K-feature Kind: feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore(executor): Re-introduce static testdata
2 participants