Commit 285606a
authored
Removes eager creation of Outcome from SANO (#10153)
## What changed?
Removes eager creation of the outcome for standalone nexus operations.
## Why?
The eager creation leaves an Outcome around without a variant. This
means if the SANO fails, in some circumstances, we'll look up the empty
outcome for our result. This does correctly return LastAttemptFailure,
but it also trips a softassert.
## How did you test it?
- [x] built
- [ ] run locally and tested manually
- [x] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)1 parent c2df331 commit 285606a
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| |||
0 commit comments