-
Notifications
You must be signed in to change notification settings - Fork 192
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
postgres problem psycopg2.InterfaceError: connection already closed #2923
Comments
@marco-foscato sorry for the long wait - could you check whether adding You need to keep the fix we added for pgtest with the number of connections (which I'll now update). |
Tired, but it raises the You probably know this already, but without the aiida_db=# SELECT * FROM db_dbnode; id | uuid | node_type | label | description | ctime | mtime | nodeversion | public | dbcomputer_id | user_id | process_type ----+--------------------------------------+------------------------------------------+-------+-------------+-------------------------------+-------------------------------+-------------+--------+---------------+---------+------------------------- 1 | b746dce5-5713-4b5d-a4b4-68653ccfa6e0 | data.code.Code. | diff | | 2019-05-28 10:04:31.518223+02 | 2019-05-28 10:04:31.521425+02 | 1 | f | 1 | 1 | 2 | 2b6849e6-6516-4e91-8aed-7b48e7668ce7 | data.diff.DiffParameters. | | | 2019-05-28 10:04:31.556153+02 | 2019-05-28 10:04:31.748153+02 | 1 | f | | 1 | 3 | a8714fac-d8a1-4042-b6b6-02a4667ee368 | data.singlefile.SinglefileData. | | | 2019-05-28 10:04:31.556416+02 | 2019-05-28 10:04:31.758851+02 | 1 | f | | 1 | 4 | b3df5b14-166a-4bf0-9070-9e9415f797b0 | data.singlefile.SinglefileData. | | | 2019-05-28 10:04:31.557821+02 | 2019-05-28 10:04:31.769294+02 | 1 | f | | 1 | 6 | 2a422a6b-1edd-4164-b130-d678edda72f4 | data.remote.RemoteData. | | | 2019-05-28 10:04:34.421252+02 | 2019-05-28 10:04:34.458573+02 | 1 | f | 1 | 1 | 5 | 3867082f-f9ae-4175-adc6-3ede4ab17998 | process.calculation.calcjob.CalcJobNode. | | | 2019-05-28 10:04:31.638074+02 | 2019-05-28 10:04:36.871604+02 | 21 | f | 1 | 1 | aiida.calculations:diff |
@marco-foscato Very sorry for keeping this issue open for so long - unfortunately, we cannot easily test it from our side. |
Closing due to inactivity. Feel free to reopen if the problem persists and needs to be addressed. |
On MacOS
aiida_core 1.0.0.b3
postgres 11.2 installed via Homebrew
python 3.7.3
Error from pytest on aiida-diff after the number of connection (see jamesnunn/pgtest#14):
The text was updated successfully, but these errors were encountered: