Skip to content

workspace: rename standalone adjective variables in tests#12552

Merged
dan-starkware merged 1 commit intomain-v0.14.2from
02-12-workspace_rename_standalone_adjective_variables_in_tests
Feb 15, 2026
Merged

workspace: rename standalone adjective variables in tests#12552
dan-starkware merged 1 commit intomain-v0.14.2from
02-12-workspace_rename_standalone_adjective_variables_in_tests

Conversation

@dan-starkware
Copy link
Collaborator

No description provided.

@reviewable-StarkWare
Copy link

This change is Reviewable

@dan-starkware dan-starkware marked this pull request as ready for review February 12, 2026 22:39
Copy link
Collaborator

@dorimedini-starkware dorimedini-starkware left a comment

Choose a reason for hiding this comment

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

@dorimedini-starkware reviewed 7 files and all commit messages, and made 2 comments.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @dan-starkware).


crates/apollo_batcher/src/batcher_test.rs line 396 at r1 (raw file):

    let succeeded = PROPOSAL_SUCCEEDED.parse_numeric_metric::<u64>(metrics);
    let failed_count = PROPOSAL_FAILED.parse_numeric_metric::<u64>(metrics);
    let aborted = PROPOSAL_ABORTED.parse_numeric_metric::<u64>(metrics);

why rename only one of these?

Code quote:

    let started = PROPOSAL_STARTED.parse_numeric_metric::<u64>(metrics);
    let succeeded = PROPOSAL_SUCCEEDED.parse_numeric_metric::<u64>(metrics);
    let failed_count = PROPOSAL_FAILED.parse_numeric_metric::<u64>(metrics);
    let aborted = PROPOSAL_ABORTED.parse_numeric_metric::<u64>(metrics);

crates/apollo_l1_provider/src/test_utils.rs line 372 at r1 (raw file):

        let rejected_txs: Vec<_> = mem::take(&mut content.rejected).unwrap_or_default();
        let committed_txs: Vec<_> = mem::take(&mut content.committed).unwrap_or_default();
        let consumed: Vec<_> = mem::take(&mut content.consumed).unwrap_or_default();

Suggestion:

        let pending_txs: Vec<_> = mem::take(&mut content.uncommitted).unwrap_or_default();
        let rejected_txs: Vec<_> = mem::take(&mut content.rejected).unwrap_or_default();
        let committed_txs: Vec<_> = mem::take(&mut content.committed).unwrap_or_default();
        let consumed_txs: Vec<_> = mem::take(&mut content.consumed).unwrap_or_default();

@dan-starkware dan-starkware force-pushed the 02-12-workspace_rename_standalone_adjective_variables_in_tests branch from 52b5f81 to 2236738 Compare February 14, 2026 07:18
@dan-starkware dan-starkware force-pushed the 02-12-apollo_storage_rename_standalone_adjective_variables branch from 3575db8 to 2b92d57 Compare February 14, 2026 07:18
@dan-starkware dan-starkware force-pushed the 02-12-workspace_rename_standalone_adjective_variables_in_tests branch from 2236738 to 51912d5 Compare February 14, 2026 07:35
Copy link
Collaborator Author

@dan-starkware dan-starkware left a comment

Choose a reason for hiding this comment

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

@dan-starkware made 1 comment, resolved 1 discussion, and dismissed @dorimedini-starkware from 2 discussions.
Reviewable status: 5 of 7 files reviewed, 1 unresolved discussion (waiting on @dorimedini-starkware).


crates/apollo_batcher/src/batcher_test.rs line 396 at r1 (raw file):

Previously, dorimedini-starkware wrote…

why rename only one of these?

Sorry

Copy link
Collaborator

@dorimedini-starkware dorimedini-starkware left a comment

Choose a reason for hiding this comment

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

@dorimedini-starkware reviewed 2 files and all commit messages, and resolved 1 discussion.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dan-starkware).

@dan-starkware dan-starkware changed the base branch from 02-12-apollo_storage_rename_standalone_adjective_variables to graphite-base/12552 February 15, 2026 12:48
@dan-starkware dan-starkware force-pushed the 02-12-workspace_rename_standalone_adjective_variables_in_tests branch from 51912d5 to 7d81aa4 Compare February 15, 2026 12:59
@dan-starkware dan-starkware changed the base branch from graphite-base/12552 to 02-12-apollo_storage_rename_standalone_adjective_variables February 15, 2026 12:59
@dan-starkware dan-starkware changed the base branch from 02-12-apollo_storage_rename_standalone_adjective_variables to graphite-base/12552 February 15, 2026 14:19
@dan-starkware dan-starkware force-pushed the 02-12-workspace_rename_standalone_adjective_variables_in_tests branch from 7d81aa4 to 2114371 Compare February 15, 2026 14:19
@dan-starkware dan-starkware changed the base branch from graphite-base/12552 to main-v0.14.2 February 15, 2026 14:19
@dan-starkware dan-starkware force-pushed the 02-12-workspace_rename_standalone_adjective_variables_in_tests branch from 2114371 to fd03962 Compare February 15, 2026 20:19
@dan-starkware dan-starkware added this pull request to the merge queue Feb 15, 2026
Merged via the queue into main-v0.14.2 with commit ad67408 Feb 15, 2026
25 of 27 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 17, 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.

3 participants