Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up"Deadlock detected" CI errors on upsert tests #828
Comments
killercup
added
help wanted
postgres
labels
Mar 24, 2017
This comment has been minimized.
|
Going to make a lot of coffee and try to solve this tonight |
This comment has been minimized.
|
Ok, after 2 hours battling with my windows VM to install launch link postgresql...
Those are the two queries creating the deadlock The easy fix is to run tests with RUST_TEST_THREADS=1 |
Eijebong
referenced this issue
Apr 25, 2017
Merged
implement network address (only cidr and inet) #749
This comment has been minimized.
|
This has been fixed by 523ffb3 |
Eijebong
closed this
Jul 10, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
killercup commentedMar 24, 2017
I've seen some CI run fail recently with
For example those:
upsert_with_sql_literal_for_targetupsert_with_no_changes_executes_do_nothingTwo may not be a big enough sampling size, but it seems related to upserts.