You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried with PostgreSQL 11 as well as MariaDB 11, both seem to never pass this test case. Example logs attached.
I have tried to debug it with psql and to me it looks like it's more an issue with the test infrastructure than with the library itself. Apparently data created in one test case leaks into the next and / or the worker threads do not "see" records created in the main thread.
At this point I'd basically like to know if I am doing something wrong or if this is something that needs to be fixed.
I have tried with PostgreSQL 11 as well as MariaDB 11, both seem to never pass this test case. Example logs attached.
I have tried to debug it with psql and to me it looks like it's more an issue with the test infrastructure than with the library itself. Apparently data created in one test case leaks into the next and / or the worker threads do not "see" records created in the main thread.
At this point I'd basically like to know if I am doing something wrong or if this is something that needs to be fixed.
postgres_11.log
mariadb_11.log
The text was updated successfully, but these errors were encountered: