-
Notifications
You must be signed in to change notification settings - Fork 65
Integration Test Improvements #165
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Co-authored-by: 0xOsiris <djosiris@proton.me>
So this with this last commit I've been able to fix all the flakey tests. I successfully rand 50 iterations of |
use crate::common::TEST_DATA; | ||
|
||
const NAME: &str = "ghcr.io/paradigmxyz/op-reth"; | ||
const TAG: &str = "v1.3.4"; |
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.
const TAG: &str = "v1.3.4"; | |
const TAG: &str = "latest"; |
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.
I think we probably want to intentionally increment the version, no? Otherwise we may have tests failing randomly.
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.
mmm, I guess I'd prefer to just always stay on latest or nightly, and address things as they come up
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.
LGTM, awesome work on this! This looks great
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.
Nice work!
This PR contains the following improvements:
integration
featurecargo nextest