Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures the parallel test execution limit for the Automated Test Framework, allowing the ATF engine to optimize performance based on the specified value or default calculation. |
| What area does it affect? |
Automated Test Framework |
| What does the default mean? |
The default value is "0", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when planning to adjust test execution settings or if experiencing performance issues during test runs. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.scheduler.max_parallelism |
| Sys ID |
82fbf4a343001210bc26a9bb1cb8f244 |
| Type |
integer |
| Application |
Global |
| Default value |
0 |
| Description |
Please do not update without consulting the Automated Test Framework team first.
Controls how many tests can run in parallel when using the ATFScheduler test scheduling algorithm. If 0 or less, the ATF engine will automatically calculate a safe value for this. Setting this too high can cause worker thread contention, which may lead to adverse effects for ATF and the instance itself |
| Updated |
2024-08-21 19:06:09 |
Related properties