Skip to content

Test run does not update the eventbus on completion #450

@FollowSteph

Description

@FollowSteph

In RescaleExecutionProgressUpdater.update() we get a list of finishedPolicies from the database and use that later to determine what progresses to update in RunUpdateServiceImpl.updateRun(). Unfortunately we then use that list of finishedPolicies to determine which Progress to run certain code in RunUpdateServiceImpl.updateRun() and only that code fires an eventbus event. The end result is that when the Run/Policy is completed we do not fire an event up the eventbus.

Short version: The progresses do not include the completed policy and as a result the code in the last code screenshot that loops through the progresses is not called, and hence no event is fired up the eventbus to tell the UI that the policy has been completed.


image


image


image

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions