Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
None
-
None
Description
Several tests in the core that attempt to test multi-threaded things run a loop of creating, then starting a test thread, for multiple threads. Unfortunately, the time to create and start a thread is usually much much longer than the time to do the testing. Switch to using MultiThreadUtils approach.
Attachments
Issue Links
- is duplicated by
-
UIMA-4382 better multi-thread testing
- Resolved