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 currently use the default SQLite base for both modes of operation (single-tenant, multi-tenant). Thus, there is no longer any room for inmem repositories in the production code path.
Expectations
Remove the ability to run kamu-cli with "in memory" configuration (DatabaseConfig::InMemory)
Review the kamu-cli-e2e-inmem and kamu-cli-e2e-sqlite tests for differences and keep only one group, since in general, these tests have become duplicative of each other
The text was updated successfully, but these errors were encountered:
Context
We currently use the default SQLite base for both modes of operation (single-tenant, multi-tenant). Thus, there is no longer any room for inmem repositories in the production code path.
Expectations
kamu-cli
with "in memory" configuration (DatabaseConfig::InMemory
)kamu-cli-e2e-inmem
andkamu-cli-e2e-sqlite
tests for differences and keep only one group, since in general, these tests have become duplicative of each otherThe text was updated successfully, but these errors were encountered: