Commit fd4408c
authored
T-021: Add multi-execution support to exec command (#125)
* T-021: Add multi-execution support to exec command
- Add --all, --indexes, --until-success, --summary flags to exec command
- Implement JSONL streaming output with run records and summary
- Add comprehensive command selection logic with precedence handling
- Support index ranges (e.g., '0,2-3') and validation
- Maintain backward compatibility with single command execution
- Add 19 comprehensive unit tests covering all new functionality
- Update README.md with detailed multi-execution documentation
- Implement proper error handling and validation for all new features
Resolves #111
* Fix CI issues: mypy command, JSON output, and exit codes
- Fix mypy command in CI workflow to specify autorepro tests paths
- Fix JSON output parsing in exec CLI tests for multi-execution format
- Fix exit code mismatch: return 2 for out-of-range index errors
- Update unit tests to expect correct exit codes
- Prevent duplicate JSONL records in multi-execution mode
- Add noqa comment for PLR0912 complexity warning
Resolves CI test failures for T-0211 parent 13c4266 commit fd4408c
6 files changed
Lines changed: 933 additions & 24 deletions
File tree
- .github/workflows
- autorepro
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
294 | 357 | | |
295 | 358 | | |
296 | 359 | | |
| |||
0 commit comments