elixir-ecto / db_connection

Database connection behaviour
http://hexdocs.pm/db_connection/DBConnection.html
306 stars 113 forks source link

Different login failure error is printed in console [windows, otp 20, elixir 1.9] [linux, otp 23, elixir 1.11] #230

Closed mjaric closed 3 years ago

mjaric commented 3 years ago

This is more question than an issue, I'm working on TDS deriver and noticed that same code behaves differently when OTP/elixir versions are not the same

Below is image, same test cases:

win-nix-dissference

Is this something related to db_connection or erlang?

mjaric commented 3 years ago

For note, this is test cases that is logged above

josevalim commented 3 years ago

There are so many changes in environment that it is hard to know. I would try making the parameters as close as possible, including OS, and see how it changes things. You should be able to run Elixir v1.9 with OTP 23 (even if not officially supported).

mjaric commented 3 years ago

I'm using asdf, so it shouldn't be that hard. I'll let you know when I narrow down when this occurs

mjaric commented 3 years ago

Ah, this is totally my fault! It is test environment setup. Funny thing is that only this test case was affected.

Sorry for noise!

Thanks!