Operations within non-atomic migrations don't honor the operation's `atomic` flag when migrating backwards
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.
Triage Stage: |
Unreviewed → Accepted
|
Patch needs improvement: |
set
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
In 7937cc1: