Opened 7 years ago

Closed 7 years ago

#28386 closed Bug (fixed)

Operations within non-atomic migrations don't honor the operation's `atomic` flag when migrating backwards

Reported by: Evan Grim Owned by: Evan Grim
Component: Migrations Version: 1.11
Severity: Normal Keywords:
Cc: Ludwig Hähne Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

Non-atomic migrations added in #25833 allowed for individual operations to be marked atomic. This works properly in the forward direction but fails when moving backwards.

I'll open a pull request which augments the tests to catch this and applies the necessary changes to make it work.

Change History (3)

comment:1 by Tim Graham, 7 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham, 7 years ago

Patch needs improvement: set

comment:3 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 7937cc1:

Fixed #28386 -- Made operations within non-atomic migrations honor the operation's atomic flag when migrating backwards.

Note: See TracTickets for help on using tickets.
Back to Top