pyxet icon indicating copy to clipboard operation
pyxet copied to clipboard

Enable running tests in parallel

Open hoytak opened this issue 8 months ago • 2 comments

The main issue is that git xet clone with a single mdbv1 is not process safe -- two tests trying to read from a remote mdbv1 repo will cause a crash. This fixes that specific issue by merging the mdbv1 tests into a single test that would not be run in parallel.

The result is a significant speedup when running pyxet tests.

hoytak avatar Jun 07 '24 21:06 hoytak