Running tests in parallel?

Andreas Reichel <[email protected]> Mon, 01 Nov 2021 14:36:55 +0700
Newsgroups gmane.comp.jakarta.poi.user
Message-ID <7cb9916030fe76ca900f79c5ab90f894900181d0.camel@manticore-projects.com>
Greetings.

Pardon me to ask: Am I right that most of the Use Cases tests are
executed serially (only)?
Executing the tests seem to take surprisingly long time (8+ minutes?!)
at almost no load on my cpu cores.

If my observation was right: Is that intentional and why would we not
run the tests in parallel?
With my limited understanding, most of the tests create a workbook and
sheets and cells and do something and the assert. I think this could be
done in parallel, unless multiple tests accessed the same workbook?

(I am new to apache projects and I am no developer,  so please go soft
on me.)

Cheers
Andreas