FoundationDB / fdb-joshua

FoundationDB Correctness service
Apache License 2.0
28 stars 25 forks source link

Fix: deleting an ensemble could corrupt joshua's data model #24

Closed sfc-gh-anoyes closed 3 years ago

sfc-gh-anoyes commented 3 years ago

Agents would previously increment 'ended' for ensembles that were deleted, which violated assumptions joshua list --stopped makes about the data model.

Add a test that fails before the fix and passes after the fix