Skip to content

Conversation

0xForerunner
Copy link
Collaborator

This PR contains the following improvements:

  • Removes local dependencies in favour of proper integration binaries and docker containers.
  • Improves the reliability of some integration tests.
  • Changes the integration test directory structure to be more standard.
  • Removes the integration feature
  • Parallelizes tests in CI with cargo nextest

Copy link

vercel bot commented Apr 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rollup-boost ⬜️ Ignored (Inspect) Visit Preview Apr 4, 2025 7:06pm

Co-authored-by: 0xOsiris <djosiris@proton.me>
@0xForerunner
Copy link
Collaborator Author

So this with this last commit I've been able to fix all the flakey tests. I successfully rand 50 iterations of cargo nextest run without any failures. Should be ready to merge.

use crate::common::TEST_DATA;

const NAME: &str = "ghcr.io/paradigmxyz/op-reth";
const TAG: &str = "v1.3.4";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const TAG: &str = "v1.3.4";
const TAG: &str = "latest";

Copy link
Collaborator Author

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.

Copy link
Collaborator

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

Copy link
Collaborator

@0xOsiris 0xOsiris left a 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

Copy link
Collaborator

@0xKitsune 0xKitsune left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

@0xForerunner 0xForerunner merged commit 5286e01 into main Apr 7, 2025
5 checks passed
@0xKitsune 0xKitsune mentioned this pull request Apr 28, 2025
@ferranbt ferranbt deleted the forerunner/test-containers branch May 19, 2025 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants