Dotmim.Sync icon indicating copy to clipboard operation
Dotmim.Sync copied to clipboard

Speed up tests

Open symbiogenesis opened this issue 3 months ago • 1 comments

Lots of tests have identical setup and could make use of shared context in order to speed things up.

Relatedly, we could look at improving parallelism, such as making more separation between classes when there are different test setups. Tests within classes run sequentially, but the different classes are run in parallel.

There are other possibilities, but this seems to be the safest and lowest hanging fruit.

symbiogenesis avatar Apr 10 '24 15:04 symbiogenesis