Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5, 10.0, 10.1
-
None
-
Windows, git
Description
After building MariaDB on Windows, trying to run pool_of_threads test gives me
main.pool_of_threads [ skipped ] Test requires: 'have_pool_of_threads'
Checked in debugger, pool-of-threads is used. Changed line endings in have_pool_of_threads.require from CRLF to LF, gave me a new one
main.pool_of_threads [ skipped ] Test requires: 'not_staging'
after fixing not_staging.require, the test finally run
Some other tests are skipped, with "requires : have_log_bin"
Somehow it works on buildbot, would be nice to be able to run all tests on any other Windows box, too. Suspect git/EOL issue.