You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by Vladimir Nišević <vn...@gmail.com> on 2017/03/30 08:17:31 UTC

How to test multithreaded feature

Hi, we have built a mass import feature, starting many threads and each of
them will open it's own transaction and create/update entities in database.

Currently this feature cannot be tested as part of integration or BDD tests
since the IsisSystemForTest runs in a ThreadLocal [1].

Any idea how to tackle this?

Regards,Vladimir



[1] https://isis.apache.org/guides/ugtst.html#5.2.1.-isissystemfortest