Closed alexcastano closed 1 year ago
Is standard_error a process on both versions?
I think so, it is the :user
process.
In OTP 26, it seems there is more than one "user" process, so the search found more than 1 result. The other test failed because the initial function seems to be changed in this new version too.
I fixed a couple of tests for OTP26. There are more elegant ways, but it works. Finding a process that doesn't change between OTP versions would be better. If you know another process that is not ":user", I can give it a try.
I updated the deps because the phoenix pubsub version was retired, and I had a problem with ecto and OTP26, so I went ahead and I updated all the deps. It seems to work perfectly, but I can undo the changes if you prefer.