Skip to content

Conversation

@domenukk
Copy link
Member

Description

This fixes a todo and disables flakey testcases that somehow got into the corpus.

Checklist

  • I have run ./scripts/precommit.sh and addressed all comments

@domenukk domenukk requested a review from tokatoka November 28, 2025 01:28
log::info!("Disabling crashing/timeouting testcase {id} during calibration");
let insert_result = state
.current_testcase_mut()?
.try_add_metadata(DisabledInCalibrationStageMetadata);
Copy link
Member

Choose a reason for hiding this comment

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

what is this metadata used for?

Copy link
Member Author

Choose a reason for hiding this comment

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

Documentation why the testcase is disabled

Copy link
Member

Choose a reason for hiding this comment

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

but this metadata is never used

Copy link
Member Author

Choose a reason for hiding this comment

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

It's used below?
Also it'll be on disk so the end user can see what's up

Copy link
Member Author

Choose a reason for hiding this comment

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

Handling the Err(err) case implicitly uses the metadata

@domenukk domenukk merged commit b629597 into main Dec 6, 2025
114 checks passed
@domenukk domenukk deleted the calibration_fix branch December 6, 2025 00:27
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