Skip to content

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

Merged
copybara-service[bot] merged 1 commit into
mainfrom
cl/966759054
Aug 19, 2026
Merged

fuzztest-rust | Add support for execution ID#2194
copybara-service[bot] merged 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.

@copybara-service
copybara-service Bot force-pushed the cl/966759054 branch 9 times, most recently from 81925de to ea1e7ed Compare August 19, 2026 22:40
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: 967456187
@copybara-service
copybara-service Bot merged commit feee935 into main Aug 19, 2026
1 check passed
@copybara-service
copybara-service Bot deleted the cl/966759054 branch August 19, 2026 23:01
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