Skip to content

Conversation

JKamsker
Copy link
Collaborator

Summary

  • reorganized the CLI into Execution, Infrastructure, and Manifests areas to match repository conventions
  • added deterministic run directory planning and a build coordinator so package/source variants are compiled before execution
  • updated the run command, executor, and docs/tests to respect build failures, clean outputs, and surface diagnostics

Testing

  • dotnet build LiteDB.sln -c Release
  • dotnet test LiteDB.ReproRunner.Tests/LiteDB.ReproRunner.Tests.csproj -c Release

https://chatgpt.com/codex/tasks/task_e_68d98874bc60832a899cc625c00a0f02

@JKamsker JKamsker merged commit 8d1a9b3 into feat/repro-runner Sep 28, 2025
1 of 2 checks passed
JKamsker added a commit that referenced this pull request Oct 1, 2025
* Add issue 2561 repro console app

* Add ReproRunner CLI and migrate Issue 2561 repro (#2659)

* Add repro runner CLI and transaction monitor repro

* Refine repro runner UI with Spectre.Console

* Refactor repro runner CLI to Spectre.Console.Cli

* Update RunCommand to enhance output table with detailed repro status and versioning

* Move rollback repro into ReproRunner (#2661)

* Add shared messaging utilities to ReproRunner (#2662)

* Add shared messaging utilities for repro runner

* move repro run

* Refactor repro runner build and execution pipeline (#2663)

* Refactor repro runner build and execution pipeline

* Document ReproRunner public APIs

* Improve repro run logging display

* Serialize repro run log updates

* Throttle run UI refresh rate

* Update default fps

* Fix Issue_2586_RollbackTransaction repro

* Add suppression for console log output in ReproExecutor

* Enhance table rendering by enabling expansion for better layout in RunCommand

* Enhance RunCommand to track and display build and execution states in real-time

* Add readme to sln

* Enforce repro configuration handshake (#2668)

* Add state-aware repro evaluation and JSON reporting (#2667)

* Implement state-aware repro evaluation and reporting

* Refresh run command table with overall status (#2669)

* Refresh run table columns

* Refactor run command UI for CI

* Align overall repro status with evaluation results (#2671)

* Align overall repro status with evaluation

* Update display logic in the reprorunner run

* Add repro for DiskService disposal failure (#2689)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant