[ 
https://issues.apache.org/jira/browse/LENS-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14394154#comment-14394154
 ] 

Himanshu Gahlaut commented on LENS-461:
---------------------------------------

Since LensServices class is singleton, it appears to be a big bottle neck in 
running unit test cases in parallel. It will be helpful if every unit test case 
which requires running in isolation in parallel is able to create an instance 
of LensServices with only required initialization and services for itself.

> Review usage of static singletons
> ---------------------------------
>
>                 Key: LENS-461
>                 URL: https://issues.apache.org/jira/browse/LENS-461
>             Project: Apache Lens
>          Issue Type: Sub-task
>            Reporter: Jaideep Dhok
>
> We have added several static singleton variables. These make it tough to 
> write tests which can be run in isolation. The scope of this task is to 
> identify and possibly fix statics.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to