-
Notifications
You must be signed in to change notification settings - Fork 14
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
null value in column "data" of relation "changes" violates not-null constraint #121
Comments
Good day to you, too, @krainboltgreene Carbonite's trigger procedures shouldn't be setting the |
Absolutely I can get you those details. |
So I have no idea what we did differently, maybe it was updating elixir, erlang, ecto, and/or postgres, but now it completely works in tests. |
Unfortunately it's happening again, so let me try and get you as much information as possible:
Interestingly there is a change happening in this transaction. Here's the log of SQL:
|
That doesn't tell me much, unfortunately. I guess the most noticeable line in the logs is this one: 16:25:32.323 [debug] %Postgrex.Query{...} uses unknown oid(s) 1982332forcing us to reload type information from the database. This is expected behaviour whenever you migrate your database. I think I'd try debugging this first. Are you testing migrations by any chance? Again, it would be superb if you could try to isolate the error in a MWE, ideally something like this: #112 (comment) |
While running the application the library works, but in tests it fails with this error even when we turn on
capture: :ignore
.The text was updated successfully, but these errors were encountered: