Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.20
Description
Benchmark runner has support for specifying concurrency levels to execute the test with varying level of concurrency. In most cases the test case would be operating on a JCR session. With multi threaded runs we need a way to have jcr session bound to that thread of execution.
To support that AbstractTest should provide a way for client to provide a executionContext object which sub classes can provide. That context would be managed per thread and passed to the runTest method if not null