Skip to content

Commit

Permalink
GitHub Workflows extended with AddressSanitizer configurations (#36)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
percona-ysorokin authored Mar 11, 2024
1 parent e785d82 commit 3e53133
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 11 deletions.
35 changes: 30 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,44 @@ jobs:
label: "relwithdebinfo_gcc13",
run_mtr: true
}
- {
name: "GCC 13 ASan",
build_type: "Debug",
cc: "gcc-13",
cxx: "g++-13",
sanitizer_cmake_flags: "-DWITH_ASAN=ON",
label: "asan_gcc13",
run_mtr: true,
mtr_options: "--sanitize"
}
- {
name: "Clang 17 Debug",
build_type: "Debug",
cc: "clang-17",
cxx: "clang++-17",
libcxx_cmake_flags: "-DWITH_STDLIB_LIBCXX=ON",
label: "debug_clang17"
label: "debug_clang17",
run_clang_tidy: true,
}
- {
name: "Clang 17 RelWithDebInfo",
build_type: "RelWithDebInfo",
cc: "clang-17",
cxx: "clang++-17",
libcxx_cmake_flags: "-DWITH_STDLIB_LIBCXX=ON",
label: "relwithdebinfo_clang17"
label: "relwithdebinfo_clang17",
run_clang_tidy: true,
}
- {
name: "Clang 17 ASan",
build_type: "Debug",
cc: "clang-17",
cxx: "clang++-17",
libcxx_cmake_flags: "-DWITH_STDLIB_LIBCXX=ON",
sanitizer_cmake_flags: "-DWITH_ASAN=ON",
label: "asan_clang17",
run_mtr: true,
mtr_options: "--sanitize"
}

steps:
Expand All @@ -96,6 +119,7 @@ jobs:

- name: Install MySQL client libraries
run: |
sudo apt-get update
sudo apt-get install libmysqlclient-dev
- name: Install MySQL server and MTR
Expand Down Expand Up @@ -155,6 +179,7 @@ jobs:
-DCMAKE_C_COMPILER=${{matrix.config.cc}} \
-DCMAKE_CXX_COMPILER=${{matrix.config.cxx}} \
${{matrix.config.libcxx_cmake_flags}} \
${{matrix.config.sanitizer_cmake_flags}} \
-DBoost_ROOT=${{runner.temp}}/deps/${{format('boost_{0}_{1}_{2}', env.BOOST_MAJOR, env.BOOST_MINOR, env.BOOST_PATCH)}} \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
Expand All @@ -166,11 +191,11 @@ jobs:
run: cmake --build ${{github.workspace}}/../build-${{matrix.config.label}} --config ${{matrix.config.build_type}} --parallel

- name: Info Clang Tidy
if: startsWith(matrix.config.name, 'Clang')
if: matrix.config.run_clang_tidy
run: clang-tidy-17 --version

- name: Clang Tidy
if: startsWith(matrix.config.name, 'Clang')
if: matrix.config.run_clang_tidy
# Run Clang Tidy
run: run-clang-tidy-17 -header-filter=.* -j=${{steps.cpu-cores.outputs.count}} -use-color -p=${{github.workspace}}/../build-${{matrix.config.label}}

Expand All @@ -186,7 +211,7 @@ jobs:
BINSRV=${{github.workspace}}/../build-${{matrix.config.label}}/binlog_server ./mtr \
--client-bindir=/usr/lib/mysql-test/bin --vardir=${{github.workspace}}/../mtrvardir \
--force --max-test-fail=0 --retry=0 --nounit-tests --big-test --repeat=2 --parallel=${{steps.cpu-cores.outputs.count}} \
--suite=binlog_streaming
--suite=binlog_streaming ${{matrix.config.mtr_options}}
- name: CTest
working-directory: ${{github.workspace}}/../build-${{matrix.config.label}}
Expand Down
13 changes: 13 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
)
endif()

option(WITH_ASAN "Enable Address Sanitizer" OFF)
if(WITH_ASAN)
# By default during the build time, on both GCC anf Clang, LeakSanitized is
# enabled by default when AddressSanitizer is enabled. However, in runtime
# it is enabled by default only on Linux platforms. Therefore, on MacOS,
# the executable needs to be run with 'ASAN_OPTIONS=detect_leaks=1'.
# Also AddressSanitizerUseAfterScope is also enabled by default both during
# the build time and in runtime, so there is no need to specify
# '-fsanitize-address-use-after-scope' explicitly or modify 'ASAN_OPTIONS'
target_compile_options(binlog_server_compiler_flags INTERFACE "-fsanitize=address")
target_link_options(binlog_server_compiler_flags INTERFACE "-fsanitize=address")
endif()

find_package(Boost 1.83.0 EXACT REQUIRED)

find_package(MySQL REQUIRED)
Expand Down
4 changes: 2 additions & 2 deletions mtr/binlog_streaming/t/binsrv.test
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if ($have_windows) {
--echo *** Executing the Binlog Server utility to download all binlog data
--echo *** from the server to the <BINSRV_STORAGE_PATH> directory (second
--echo *** binlog is still open / in use).
--exec $BINSRV $binsrv_config_file_path > /dev/null 2>&1
--exec $BINSRV $binsrv_config_file_path > /dev/null

# At this point we have 2 binlog files $first_binlog (already closed/rotedted
# by the server) and $second_binlog (currently open).
Expand Down Expand Up @@ -158,7 +158,7 @@ FLUSH BINARY LOGS;
--echo *** Executing the Binlog Server utility one more time (the second
--echo *** binlog is no longer open / in use). Here we should also continue
--echo *** streaming binlog events from the last saved position.
--exec $BINSRV $binsrv_config_file_path > /dev/null 2>&1
--exec $BINSRV $binsrv_config_file_path > /dev/null

--echo
--echo *** Comparing server and downloaded versions of the first binlog file
Expand Down
9 changes: 5 additions & 4 deletions src/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,11 @@ int main(int argc, char *argv[]) {

if (number_of_cmd_args != binsrv::main_config::flattened_size + 1 &&
number_of_cmd_args != 2) {
std::cerr
<< "usage: " << executable_name
<< " <logger_level> <logger_file> <host> <port> <user> <password>\n"
<< " " << executable_name << " <json_config_file>\n";
std::cerr << "usage: " << executable_name
<< " <logger.level> <logger.file> <connection.host>"
" <connection.port> <connection.user> <connection.password>"
" <storage.type> <storage.path>\n"
<< " " << executable_name << " <json_config_file>\n";
return exit_code;
}
binsrv::basic_logger_ptr logger;
Expand Down

0 comments on commit 3e53133

Please sign in to comment.