Skip to content

chore(starknet_l1_provider): move flow test into unit test #5288

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

giladchase
Copy link
Contributor

Looks like our test runner doesn't support running integration tests
that depend on the crate with testing feature, so we can only use
integration tests that don't need testing on the same crate :(

This is almost all a MOVE with only one required change: the
bootstrap_e2e has gone stale and is broken, so i added an ignore.
The reason is that it wasn't run in the CI since required-features
doesn't add features, it just doesn't run the test if the feature isn't
there :/

Will fix the test in an upcoming PR.

@reviewable-StarkWare
Copy link

This change is Reviewable

Copy link
Collaborator

@elintul elintul left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @giladchase)

@giladchase giladchase force-pushed the gilad/03-26-chore_starknet_l1_provider_move_flow_test_into_unit_test branch from ad2d735 to 2bb9170 Compare March 26, 2025 11:47
Copy link
Collaborator

@elintul elintul left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @giladchase)

@giladchase giladchase force-pushed the gilad/03-26-chore_starknet_l1_provider_move_flow_test_into_unit_test branch from 2bb9170 to 3522af7 Compare March 26, 2025 11:54
Copy link
Collaborator

@elintul elintul left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @giladchase)

Copy link

graphite-app bot commented Mar 26, 2025

Merge activity

  • Mar 26, 8:09 AM EDT: Graphite disabled "merge when ready" on this PR due to: a merge conflict with the target branch; resolve the conflict and try again..

Copy link
Collaborator

@elintul elintul left a comment

Choose a reason for hiding this comment

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

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @giladchase)

Looks like our test runner doesn't support running integration tests
that depend on the crate with `testing` feature, so we can only use
integration tests that don't need `testing` on the same crate :(

This is almost all a MOVE with only one required change: the
bootstrap_e2e has gone stale and is broken, so i added an `ignore`.
The reason is that it wasn't run in the CI since required-features
doesn't add features, it just doesn't run the test if the feature isn't
there :/

Will fix the test in an upcoming PR.
@giladchase giladchase force-pushed the gilad/03-26-chore_starknet_l1_provider_move_flow_test_into_unit_test branch from 3522af7 to f674281 Compare March 26, 2025 12:50
Copy link
Collaborator

@elintul elintul left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r4, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @giladchase)

@giladchase giladchase added this pull request to the merge queue Mar 26, 2025
Merged via the queue into main with commit 6a7b620 Mar 26, 2025
9 checks passed
idan-starkware pushed a commit that referenced this pull request Mar 26, 2025
Looks like our test runner doesn't support running integration tests
that depend on the crate with `testing` feature, so we can only use
integration tests that don't need `testing` on the same crate :(

This is almost all a MOVE with only one required change: the
bootstrap_e2e has gone stale and is broken, so i added an `ignore`.
The reason is that it wasn't run in the CI since required-features
doesn't add features, it just doesn't run the test if the feature isn't
there :/

Will fix the test in an upcoming PR.

Co-authored-by: Gilad Chase <gilad@starkware.com>
@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants