-
- Downloads
Replace anaphoric `with-source-and-dest-dbs` with hygienic alternative (#38175)
Closes https://github.com/metabase/metabase/issues/36103 ### Description This change introduces a new `with-dbs` macro which is hygienic and supports an arbitrary number of databases. For now I am leaving the old `with-source-and-dest-dbs` macro, so we can deal with the noise of upgrading the tests in a later PR. I upgrade a single test so that the usage is clear.
Showing
- .clj-kondo/config.edn 1 addition, 0 deletions.clj-kondo/config.edn
- enterprise/backend/test/metabase_enterprise/serialization/cmd_test.clj 6 additions, 6 deletions...ckend/test/metabase_enterprise/serialization/cmd_test.clj
- enterprise/backend/test/metabase_enterprise/serialization/test_util.clj 29 additions, 36 deletions...kend/test/metabase_enterprise/serialization/test_util.clj
- enterprise/backend/test/metabase_enterprise/serialization/v2/e2e_test.clj 24 additions, 24 deletions...nd/test/metabase_enterprise/serialization/v2/e2e_test.clj
- enterprise/backend/test/metabase_enterprise/serialization/v2/load_test.clj 42 additions, 42 deletions...d/test/metabase_enterprise/serialization/v2/load_test.clj
Loading
Please register or sign in to comment