compose
compose copied to clipboard
update `RunWithStatus(...)` to respect custom writer attached by `WithContextWriter(...)`
What I did
- updated
RunWithStatus(...)to respect custom writer if it is attached to thectxpassed in. - added passing unit tests
- closes #10091
Related issue
- #10091
@ndeloof can u help me to understand about the failing e2e tests?
@ndeloof - can you approve this one more time? I saw the other PR passed the e2e tests, so I wonder if the failed e2e tests here are due to the changes I made. Thanks!
@ndeloof - I ran the e2e tests again, with and without my PR changes, both ran into the 15min timeout.
Could it be irrelevant but intermittent issue? Does it have to block the PR merge?
Thanks!