-
Notifications
You must be signed in to change notification settings - Fork 934
Open
Description
What you would like to be added?
Add integration tests for the status server handleTrainJobRuntimeStatus handler.
The tests should check include coverage of:
- the happy path (updating the train job status)
- invalid data is rejected with a useful error message (e.g.
progressPercentagegreater than 100) - updating a non-existing trainjob is rejected with a useful error message
Why is this needed?
Improved test coverage will help us maintain this feature.
Love this feature?
Give it a π We prioritize the features with most π
Reactions are currently unavailable