Skip to content

fuzztest-rust | Add support for execution ID - #2194

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
cl/966759054
Open

fuzztest-rust | Add support for execution ID#2194
copybara-service[bot] wants to merge 1 commit into
mainfrom
cl/966759054

Conversation

@copybara-service

Copy link
Copy Markdown
Contributor

fuzztest-rust | Add support for execution ID

Add support for the execution ID flag and environment variable in Rust FuzzTest.
This enables CI workflows (such as fuzzing and coverage replay) to resume interrupted runs.

  • Add execution_id to FuzzTestOptions with requires = "corpus_db", mapping from --execution-id and FUZZTEST_EXECUTION_ID.
  • Propagate execution_id to FuzzOptions and ReplayCorpusOptions execution modes.
  • Forward --fuzztest_execution_id to the Centipede controller in CentipedeArgs during fuzzing and corpus replay modes.

Add support for the execution ID flag and environment variable in Rust FuzzTest.
This enables CI workflows (such as fuzzing and coverage replay) to resume interrupted runs.

- Add execution_id to FuzzTestOptions with requires = "corpus_db", mapping from --execution-id and FUZZTEST_EXECUTION_ID.
- Propagate execution_id to FuzzOptions and ReplayCorpusOptions execution modes.
- Forward --fuzztest_execution_id to the Centipede controller in CentipedeArgs during fuzzing and corpus replay modes.

PiperOrigin-RevId: 966759054
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.

1 participant