You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2020/09/01 16:09:06 UTC

[GitHub] [jmeter] vdaburon commented on pull request #558: Bug 64142 - Use gray icons for disabled elements in the tree

vdaburon commented on pull request #558:
URL: https://github.com/apache/jmeter/pull/558#issuecomment-684966811


   Hi,
   A script is not a simple tree from Thread Group but a graph when you use a Module Controler.
   ![2020-09-01-Disable_tree_screen1](https://user-images.githubusercontent.com/1881617/91875878-5dadea00-ec7c-11ea-8104-f8aa087471e2.png)
   In the Thread Group 1, somes samplers are enabled (001 and 015) and somes are disabled (006, 008 and 014), you could see with the gray color or not.
   The Thread Group 2 with module controler use a module controler that go to the Thread Group 1 > Recording Controller.
   
   When i disable the "Thread Group 1" all the children samplers **look disabled (gray),** i can't see witch samplers are "really" enabled or disabled.
   
   The Module Controler from Thead Group2 with module controler will call samplers children of Recording Controller but now i can't see witch samplers will be really call because all samplers look disabled.
   
   ![2020-09-01-Disable_tree_screen2](https://user-images.githubusercontent.com/1881617/91876948-9f8b6000-ec7d-11ea-8ef6-42499b91e603.png)
   
   You need to enable samplers that will be call from the Module Controler path
   
   Or add a jmeter.property to disabled this feature.
   
   Regards.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org