Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Workflows extended with AddressSanitizer configurations #36

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

percona-ysorokin
Copy link
Collaborator

Added new 'WITH_ASAN' CMake option that when enabled adds '-fsanitize=address' to both compiler and linker options.

Removed 'cerr' redirection to '/dev/nul' from the '$BINSRV' invocations from the 'binlog_streaming.binsrv' MTR test case for better ASan error visibility.

Fixed incorrect 'binlog_server' help message - added missing storage parameters.

Added two new configurations to the GitHub Workflows matrix:

  • 'GCC 13 ASan'
  • 'CLang 17 ASan' MTR will be run with '--sanitize' option in these configurations.

@percona-ysorokin percona-ysorokin force-pushed the github_workflows_asan branch 4 times, most recently from e71ff04 to 3c9e6bf Compare March 11, 2024 23:08
Added new 'WITH_ASAN' CMake option that when enabled adds '-fsanitize=address'
to both compiler and linker options.

Removed 'cerr' redirection to '/dev/nul' from the '$BINSRV' invocations from the
'binlog_streaming.binsrv' MTR test case for better ASan error visibility.

Fixed incorrect 'binlog_server' help message - added missing storage parameters.

Added two new configurations to the GitHub Workflows matrix:
* 'GCC 13 ASan'
* 'CLang 17 ASan'
MTR will be run with '--sanitize' option in these configurations.
@percona-ysorokin percona-ysorokin merged commit 3e53133 into main Mar 11, 2024
7 checks passed
@percona-ysorokin percona-ysorokin deleted the github_workflows_asan branch March 11, 2024 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant