mgivney / easyb

Automatically exported from code.google.com/p/easyb
0 stars 0 forks source link

Listeners are not thread safe #230

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I am trying to adapt easyb to run in a junit3 environment where the test are 
run in a multi-threaded environment via a custom junit3 runner. The current 
listener structure is not reentrant. It appears that easyb is expecting the 
behaviors to run serially. 

What version of the product are you using? On what operating system?

easyb 1.5 running with groovy 1.8.4. Mac OS X 10.6.8

Original issue reported on code.google.com by cur.m.g...@gmail.com on 17 Jan 2012 at 3:24