Ticket #3084 (closed: worksforme)
Behavior of Workspace Groups when Replaced / Deleted
Reported by: | Michael Whitty | Owned by: | Nick Draper |
---|---|---|---|
Priority: | major | Milestone: | Release 3.3 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Dan Nixon |
Description (last modified by Nick Draper) (diff)
Setup:
LoadRaw('\\ndw615\DATA\TSC10464.raw','TSC10464', LoadLogFiles=False) ChopData('TSC10464', 'TSC10464-chp', 20000, 5)
Above creates a workspace group.
Calling mtd.deleteWorkspace() or pressing the "Delete" button on the dock for the WS group deletes all it's members.
If the WSgroup is replaced, however, it's members are not deleted but remain in the ADS, though invisible to the MantidPlot dock. The same is true when DeleteWorkspace() algorithm is used.
This is unpredictable behaviour for our users.
Change History
comment:2 Changed 9 years ago by Nick Draper
- Owner set to Anyone
- Status changed from new to assigned
comment:3 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 30 to Iteration 31
Bulk move of tickets to iteration 31 at the iteration 30 code freeze
comment:4 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 32 to Iteration 33
Moved to iteration 33 at iteration 32 code freeze
comment:5 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.1 to Release 2.2
Moved at end of release 2.1
comment:6 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.2 to Release 2.3
Moved at the end of release 2.2
comment:7 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.3 to Release 2.4
Moved to milestone 2.4
comment:8 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.4 to Release 2.5
Moved at the code freeze for release 2.4
comment:10 Changed 7 years ago by Nick Draper
- Owner changed from Anyone to Roman Tolchenov
To consider with group ws work
comment:13 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.6 to Backlog
Moved to backlog at the code freeze for R2.6
comment:14 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:15 Changed 6 years ago by Nick Draper
- Status changed from assigned to verify
- Owner changed from Roman Tolchenov to Nick Draper
- Resolution set to worksforme
- Description modified (diff)
ws groups were reimplemented since this ticket was raised and that has soved this issue.
updated script:
TSC10464 = LoadRaw('TSC10464.raw') TSC10464chp=ChopData(TSC10464, 20000, 5)
comment:18 Changed 6 years ago by Karl Palmen
- Status changed from verify to verifying
- Tester set to Karl Palmen
comment:19 Changed 6 years ago by Karl Palmen
- Status changed from verifying to verify
- Tester Karl Palmen deleted
I realise I don't understand the ticket. I don't understand 'replaced' or really how to test the behaviour described. So I return to testing pool.
comment:20 Changed 6 years ago by Dan Nixon
- Status changed from verify to verifying
- Tester set to Dan Nixon
comment:21 Changed 6 years ago by Dan Nixon
- Status changed from verifying to closed
Replacing a workspace group works as expected for me.
comment:22 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3931
"New" tickets moved at the code freeze of iteration 29