Bug #104876 Description of build thread of MySQL Test Framework is confusing
Submitted: 9 Sep 2021 1:56 Modified: 9 Sep 2021 5:43
Reporter: Yushan ZHANG Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0.26 OS:Any
Assigned to: CPU Architecture:Any

[9 Sep 2021 1:56] Yushan ZHANG
Description:
The description is for MTR_BUILD_THREAD is incorrect:

https://dev.mysql.com/doc/dev/mysql-server/latest/PAGE_MYSQL_TEST_RUN_PL.html
...
MTR_BUILD_THREAD	
If set, defines which port number range is used for the server

This is correct:
...
MTR_PORT_BASE	If set, defines which port number range is used for the server

How to repeat:
N/A

Suggested fix:
Correct the description
[9 Sep 2021 2:02] Yushan ZHANG
I found the following:

The variable MTR_PORT_BASE is a more logical replacement for the original variable MTR_BUILD_THREAD. It gives the actual port number directly (will be rounded down to a multiple of 10). If you use MTR_BUILD_THREAD, the port number is found by multiplying this by 10 and adding 10000.

It seems the description is confusing rather than incorrect.
[9 Sep 2021 5:43] MySQL Verification Team
Hello Yushan ZHANG,

Thank you for the report and feedback.

regards,
Umesh