fix response clone bug#1565
Conversation
… serve and intercept related resource plugin processing
|
Took a little while with all the testing, but with this change in my branch, it has now been pretty stable again across Linux, Mac, and Windows. If you want to try and extract that out (including my comments) it might be nice to help stabilize mainline for other open PRs, but either way I will be merging #1457 in a couples days as it is pretty much ready, just one little nice to have open item but not a blocker. Would also like to avoid any final merge conflicts on that PR as it has been in the works for a little while. 😮💨 |
|
yeah I saw that change and it confuses me because it shouldn't be necessary. I encountered this issue before and thought I had found a fix. I can't reproduce it locally, so I've been testing in CI. KaiPrince#2 Anyhow if your PR is ready before I end up finding a fix just go ahead with it. If I discover the issue later and I'm able to commit a stable fix I'll make a follow-up PR. This draft PR is just a workbench for me to test in CI. |
This reverts commit b1606b8.
89adcea to
c9abc33
Compare
|
Just a heads up I got my last little stretch item into #1457 so will probably merge by end of week, and builds still seem stable. (also I rebased against mainline so your history got a little messed up since it looks like you re-pointed to that branch) That said, I wouldn't be opposed to continuing this effort if there are some race conditions / inconsistencies happening that we want to keep stabilizing. I know there could be some more consistency applied all around, especially with
Appreciate you looking into this! |
|
Oh man, it's driving me crazy but I'm stumped. I have no explanation for why extracting a local const one line above fixes it in certain cases. I'm going to drop this and move on for now. If I'm hit with inspiration I'll revisit this. |
|
So even with CI being fairly stable, I even ran into this issue running |


Fix the .mp3 tests.
Failing test runs:
https://github.com/KaiPrince/greenwood/actions/runs/17111099878/job/48532445170
#1457 (comment)
Fix: KaiPrince@b133a73