Module Controller does not work properly in included script
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**Alexei** ([Bug 56630](https://bz.apache.org/bugzilla//show_bug.cgi?id=56630&redirect=false)):
Module Controller does not work when it's used in a script that included with Include Controller.
Steps to reproduce:
1. Create two scripts:
Main script
TestPlan
|--Thread-Group
| |--Debug Sampler1
| |--Include Controller <Second script>
| |--Debug Sampler2
|--View Results Tree
Second script
TestPlan
|--Test Fragment
|--Simple Controller
| |--Debug Sampler3
|--Module Controller <TestPlan > Test Fragment > Simple Controller>
2. Run Main script
3. See Results Tree for results
Actual Results:
Debug Sampler1
Debug Sampler3
Debug Sampler2
Expected Results:
Debug Sampler1
Debug Sampler3
Debug Sampler3
Debug Sampler2
BR,
Alexei
Votes in Bugzilla: 2
Severity: normal
OS: All
Contributor guide
Assessment
This issue has not been assessed yet.