TESTAR_dev icon indicating copy to clipboard operation
TESTAR_dev copied to clipboard

[Validate] Thread-safe implementations

Open ferpasri opened this issue 11 months ago • 0 comments

Context

In #412 , we described an issue regarding how a TESTAR multi-thread implementation combined with the implementation of a synchronized method was provoking the web driver module to hang when starting a new sequence.

The #415 contained a solution that removed the synchronized updateHandlesList implementation with a multi-thread safe CopyOnWriteArrayList solution.

TESTAR developers and OU students tested this solution. However, this multi-thread implementation in TESTAR requires further investigation and validation. Also, identifying and validating other TESTAR features that use this approach.

ferpasri avatar Jan 28 '25 09:01 ferpasri