Skip to content

Conversation

@ArniStarkware
Copy link
Contributor

No description provided.

@reviewable-StarkWare
Copy link

This change is Reviewable

Copy link
Collaborator

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware left a comment

Choose a reason for hiding this comment

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

@Itay-Tsabary-Starkware made 1 comment.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @ArniStarkware, @meship-starkware, and @TzahiTaub).


crates/apollo_integration_tests/tests/common/mod.rs line 4 at r1 (raw file):

// This means that any peace of code in this module that is not used by *all* test modules will be
// identified as unused code by clippy (for one of the crates).
#![allow(dead_code)]

Why do we have a tests/common/mod.rs module here?
Are these utilities used by all/some of the integration tests? We can simply move them to src/utils then, the entire purpose of this crate is testing, so we don't need to go the extra mile of separating testing utils into a hacky tests/src-code-stuff hierarchy.

@ArniStarkware could you add a todo for that?

Code quote:

// Each test module is compiled as a separate crate, and all can declare the common module.
// This means that any peace of code in this module that is not used by *all* test modules will be
// identified as unused code by clippy (for one of the crates).
#![allow(dead_code)]

@ArniStarkware ArniStarkware changed the base branch from arni/integration_tests/rename_reverted_l1_handler_tx_flow_test to graphite-base/11502 January 8, 2026 08:35
@ArniStarkware ArniStarkware force-pushed the arni/integration_tests/clean_old_todos branch from ee26577 to d69d8d3 Compare January 8, 2026 08:36
Copy link
Contributor Author

@ArniStarkware ArniStarkware left a comment

Choose a reason for hiding this comment

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

@ArniStarkware made 1 comment.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @Itay-Tsabary-Starkware, @meship-starkware, and @TzahiTaub).


crates/apollo_integration_tests/tests/common/mod.rs line 4 at r1 (raw file):

Previously, Itay-Tsabary-Starkware wrote…

Why do we have a tests/common/mod.rs module here?
Are these utilities used by all/some of the integration tests? We can simply move them to src/utils then, the entire purpose of this crate is testing, so we don't need to go the extra mile of separating testing utils into a hacky tests/src-code-stuff hierarchy.

@ArniStarkware could you add a todo for that?

Done.

@ArniStarkware ArniStarkware changed the base branch from graphite-base/11502 to main-v0.14.1-committer January 8, 2026 08:36
Copy link
Collaborator

@meship-starkware meship-starkware left a comment

Choose a reason for hiding this comment

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

@meship-starkware made 1 comment.
Reviewable status: 0 of 2 files reviewed, 2 unresolved discussions (waiting on @ArniStarkware, @Itay-Tsabary-Starkware, and @TzahiTaub).


crates/apollo_integration_tests/tests/end_to_end_flow_test.rs line 18 at r2 (raw file):

mod common;

// TODO(Meshi): Fail the test if no class have migrated.

Would the test fail if the migration fails? I am not sure if this is done.

Code quote:

// TODO(Meshi): Fail the test if no class have migrated.

Copy link
Contributor Author

@ArniStarkware ArniStarkware left a comment

Choose a reason for hiding this comment

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

@ArniStarkware made 1 comment.
Reviewable status: 0 of 2 files reviewed, 2 unresolved discussions (waiting on @Itay-Tsabary-Starkware, @meship-starkware, and @TzahiTaub).


crates/apollo_integration_tests/tests/end_to_end_flow_test.rs line 18 at r2 (raw file):

Previously, meship-starkware (Meshi Peled) wrote…

Would the test fail if the migration fails? I am not sure if this is done.

I will bring this TODO back and move this todo in this PR: 11504

Copy link
Collaborator

@meship-starkware meship-starkware left a comment

Choose a reason for hiding this comment

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

@meship-starkware resolved 1 discussion.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @Itay-Tsabary-Starkware and @TzahiTaub).

Copy link
Collaborator

@meship-starkware meship-starkware left a comment

Choose a reason for hiding this comment

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

@meship-starkware reviewed 2 files and all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Itay-Tsabary-Starkware and @TzahiTaub).

Copy link
Collaborator

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware left a comment

Choose a reason for hiding this comment

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

:lgtm:

@Itay-Tsabary-Starkware reviewed 2 files and all commit messages, made 1 comment, and resolved 1 discussion.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @TzahiTaub).

@ArniStarkware ArniStarkware force-pushed the arni/integration_tests/clean_old_todos branch from d69d8d3 to 7e99845 Compare January 12, 2026 08:05
Copy link
Contributor Author

@ArniStarkware ArniStarkware left a comment

Choose a reason for hiding this comment

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

@ArniStarkware reviewed 1 file and all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @TzahiTaub).

@ArniStarkware ArniStarkware force-pushed the arni/integration_tests/clean_old_todos branch 3 times, most recently from d8f486b to 500ffab Compare January 12, 2026 13:26
@ArniStarkware ArniStarkware force-pushed the arni/integration_tests/clean_old_todos branch from 500ffab to 5ed453a Compare January 12, 2026 15:16
@ArniStarkware ArniStarkware added this pull request to the merge queue Jan 12, 2026
Merged via the queue into main-v0.14.1-committer with commit 75fcebd Jan 12, 2026
20 of 22 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2026
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.

5 participants