Details
Description
Encountered again while trying to fix MDEV-35126 (linked as related, no causal relationship). Originally discovered under MDEV-33616.
The strerror_s function will, on Linux and for unknown error codes, display 'Unknown error <codenum>' and our tests are written with this assumption. However, on macOS, sterror_s returns 'Unknown error: <codenum>' in the same case, which breaks tests.
Attachments
Issue Links
- relates to
-
MDEV-33616 Tests Failing on macOS, organized by failure kind
- Stalled
-
MDEV-35126 Wrong results from st_isvalid or st_validate function, while using multipolygon
- Stalled