Ticket #8007 (assigned)

Opened 7 years ago

Last modified 5 years ago

Problems with WorkspaceGroup handling in live data algorithms

Reported by: Russell Taylor Owned by:
Priority: major Milestone: Backlog
Component: Framework Keywords: LiveData
Cc: Blocked By:
Blocking: Tester:

Description

For example, having the following script as the Processing Step:

out1 = CloneWorkspace(input)
out2 = CloneWorkspace(input)
GroupWorkspaces('out1,out2',OutputWorkspace=output)

along with no post-processing gives the following error on the second time around:

Error in execution of algorithm MonitorLiveData:
Enter a name for the Input/InOut workspace

If I add a post-processing algorithm (e.g. ScaleX), I see the following error in the log (though it doesn't stop things):

MonitorLiveData started
Error storing output workspace in AnalysisDataService
Error in execution of algorithm StartLiveData:
WorkspaceProperty doesn't point to a workspace
Loading live data chunk 0 at 21:01:11

These were found while testing #7019, but were pre-existing problems.

Change History

comment:1 Changed 7 years ago by Nick Draper

  • Status changed from new to assigned

Bulk move to assigned at the introduction of the triage step

comment:2 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8852

Note: See TracTickets for help on using tickets.