Skip to content

Commit

Permalink
feat: update ComputePlan statuses (#320)
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes authored Mar 5, 2024
1 parent 7dd113d commit c4fc92b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Compute task status `DOING` is renamed `EXECUTING` ([#371](https://github.com/Substra/substra-tests/pull/371))

## [0.48.0] - 2024-02-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion tests/test_execution_compute_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_compute_plan_simple(
== cp.waiting_executor_slot_count
== cp.waiting_builder_slot_count
== cp.building_count
== cp.doing_count
== cp.executing_count
== cp.canceled_count
== cp.failed_count
== 0
Expand Down

0 comments on commit c4fc92b

Please sign in to comment.