Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps & fix otp26 tests #425

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Update deps & fix otp26 tests #425

merged 2 commits into from
Sep 21, 2023

Conversation

alexcastano
Copy link
Member

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.

@alexcastano alexcastano self-assigned this Sep 21, 2023
Copy link
Member

@josevalim josevalim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is standard_error a process on both versions?

@alexcastano
Copy link
Member Author

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.

@alexcastano alexcastano merged commit 2149ff1 into main Sep 21, 2023
3 checks passed
@alexcastano alexcastano deleted the ac-update_deps_otp26 branch September 21, 2023 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants