Ticket #8319 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

Replacing a group isn't working correctly

Reported by: Arturs Bekasovs Owned by: Nick Draper
Priority: major Milestone: Release 3.4
Component: Framework Keywords:
Cc: martyn.gigg@… Blocked By:
Blocking: Tester: Wenduo Zhou

Description

Replacing a group makes the members of the old group to pop out to the ADS. Easy reproducible using the script below:

# Clear ADS
mtd.clear()

# Load _3_ workspaces
ws = Load(Filename='MUSR15190:15192')

# Load _2_ workspaces to the same group
ws = Load(Filename='MUSR15190:15191')

# ADS state:
# * MUSR00015192_1 - shouldn't be here
# * MUSR00015192_2 - shouldn't be here
# * ws
#    - MUSR00015190_1
#    - MUSR00015190_2
#    - MUSR00015191_1
#    - MUSR00015191_2

Change History

comment:1 Changed 7 years ago by Nick Draper

  • Milestone changed from Release 3.1 to Backlog

Moved to backlog at the end of Release 3.1

comment:2 Changed 7 years ago by Nick Draper

  • Status changed from new to assigned

bulk move to assigned at the into of the triage step

comment:3 Changed 6 years ago by Nick Draper

  • Status changed from assigned to verify
  • Owner changed from Anyone to Nick Draper
  • Resolution set to wontfix

Leave this alone for now, we don't automatically delete all members when replacing a group.

comment:4 Changed 6 years ago by Wenduo Zhou

  • Status changed from verify to verifying
  • Tester set to Wenduo Zhou

comment:5 Changed 6 years ago by Wenduo Zhou

  • Status changed from verifying to closed

comment:6 Changed 6 years ago by Nick Draper

  • Milestone changed from Backlog to Release 3.4

moved to r 3.4 as tickets are closed

comment:7 Changed 5 years ago by Nick Draper

  • Resolution changed from wontfix to fixed

Somehow these slipped through without a resolution. Set to Fixed.

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 9164

Note: See TracTickets for help on using tickets.