mariadb/mysql-test/lib/My
Mohanad 1f5d2b2010 MDEV-33671: Remove hardcoded open-files-limit in safe_process.cc
The fixed limit of 1024 open files was preventing proper concurrency
testing in MTR. This commit removes the hardcoded value and adds a new
option to control the limit when running tests: --open-files-limit=X.

The default is still 1024, but it can now be changed when needed,
making it easier to test scenarios that require different number of
open file descriptors at the same time e.g: partition_notwin.test

Documentation is added to mtr's help file as well.

Signed-off-by: Vicențiu Ciorbaru <vicentiu@mariadb.org>
2025-04-15 18:07:43 +03:00
..
File Make install.db read only in mtr 2023-05-23 09:16:36 +03:00
SafeProcess MDEV-33671: Remove hardcoded open-files-limit in safe_process.cc 2025-04-15 18:07:43 +03:00
Config.pm Merge 10.1 into 10.2 2019-07-09 13:22:22 +03:00
ConfigFactory.pm Give a readable error in mtr if resolve_at_variable fails 2021-05-19 22:54:11 +02:00
CoreDump.pm MDEV-30475 Windows, mtr - Remove outdated instructions on how to install post-mortem debugger 2023-01-26 12:32:15 +01:00
Debugger.pm Merge branch '10.5' into 10.6 2024-04-11 13:58:22 +02:00
Find.pm MDEV-19129: Xcode compatibility update: mysql-test-run.pl: rename $opt_vs_config to $multiconfig to use with other cmake multiconfig generators 2021-10-21 16:48:00 +03:00
Handles.pm MDEV-20421: big_innodb_log reliably fails on buildbot Windows 2019-09-06 12:05:20 +03:00
Options.pm mtr failed to detect when a combination is forced 2022-01-14 22:16:39 +01:00
Platform.pm mtr on FreeBSD detects core count for --parallel=auto 2024-05-16 10:07:03 +10:00
SafeProcess.pm MDEV-33671: Remove hardcoded open-files-limit in safe_process.cc 2025-04-15 18:07:43 +03:00
Suite.pm mysql-test: allow suite.pm add its suite to the default list. 2013-11-27 21:58:36 +01:00
SysInfo.pm mtr: handle the case of existing but unreadable /proc/cpuinfo 2023-06-02 17:51:40 +02:00
Tee.pm MDEV-22176 Add JUnit support to MTR to generate XML test result 2020-04-07 09:27:51 +00:00
Test.pm MDEV-30836 MTR misc improvements 2023-09-05 17:17:44 +10:00