Currently, integration test for the Database v2 component take the most amount of time. It's probably because of, when testing withSnapshot builder method, test needs to, create a first database, create a snapshot from it and only then create a new database from that snapshot. Investigate to confirm that and look into what is the best way to speed it up. One idea is to have already prepared snapshot so all needed database for their integration tests can be created at the same time.
Currently, integration test for the
Databasev2 component take the most amount of time. It's probably because of, when testingwithSnapshotbuilder method, test needs to, create a first database, create a snapshot from it and only then create a new database from that snapshot. Investigate to confirm that and look into what is the best way to speed it up. One idea is to have already prepared snapshot so all needed database for their integration tests can be created at the same time.