spekt / junit.testlogger

JUnit test logger for vstest platform (<= v3.x)
MIT License
76 stars 15 forks source link

Plan for Parallel test support #25

Closed Siphonophora closed 1 year ago

Siphonophora commented 4 years ago

Thoughts from #22 and #23

  1. The logger isn't built to support parallel test runs.
  2. Instance members that store test output need to be re-thought, or at least locking needs to be added.
  3. Parallel runs will likely require additional tests against internal members that respond to test events.
codito commented 3 years ago

This can be closed when we move to the core testlogger. It already supports concurrency for message and results store.