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
We should check which of those tests are missing for SQLite (such as def test_as_sql linked above that is, due to the mark, only ever run for PSQL), which ones should actually work for both, and which ones truly require PSQL (e.g., PSQL-backend specific ones, of course), to achieve testing feature parity between the different SQL backends.
Currently, there are various tests that are marked with
requires_psql
, e.g., here:aiida-core/tests/orm/test_querybuilder.py
Lines 727 to 732 in 779cc29
We should check which of those tests are missing for SQLite (such as
def test_as_sql
linked above that is, due to the mark, only ever run for PSQL), which ones should actually work for both, and which ones truly require PSQL (e.g., PSQL-backend specific ones, of course), to achieve testing feature parity between the different SQL backends.Pinging @danielhollas and @rabbull.
The text was updated successfully, but these errors were encountered: