fix: Ensure MessageContext and its children are actually cleared between queries#783
Conversation
|
Hey @marcus-pousette Thanks a lot for this! Looking through PostgreSQL's git log: I believe best would be to use the |
|
@tdrz good find. I did another commit and all the tests seems to pass after rebuild |
There was a problem hiding this comment.
Please move the changeset to the top folder of this repo. You can run the changeset command at the top and remove this local .changeset folder.
@marcus-pousette Almost there! Just this one left.
|
@marcus-pousette Please run a |
|
I maybe got it alright now. I was initially little confused with that we are working with a git submodule and the testing is mainly performed in the parent module. I tried initially to create all the testing in the submodule, and isolate it there but that feels like a bigger task. (setting up the env etc) |
|
hmm maybe bump waitForPort to 15s? |
|
Did a quick PR. #786 |
|
@marcus-pousette My bad, the changeset should have been "patch" instead of "minor" |
|
ok no problem! I did another commit to my PR/Fork branch marcus-pousette@26d432a @tdrz |
|
Thanks so much for this! 🎉 |
Fixes a memory leak
#779