Skip to content

Commit

Permalink
Refactor[BMQ]: remove not used bmqsys_executil
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <emalygin@bloomberg.net>
  • Loading branch information
678098 committed Oct 23, 2024
1 parent 7d0ecf3 commit 0f614e2
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 630 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Run C++ Unit Tests
run: |
cd ${{ github.workspace }}/build/blazingmq
ctest -E bmqsys_executil.t --output-on-failure
ctest --output-on-failure
unit_tests_python:
name: UT [python]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers/build_sanitizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,5 @@ mkscript "${SANITIZER_ENV} \${@}" "${DIR_BUILD_BMQ}/run-env.sh"

# 'run-unittests.sh' runs all instrumented unit-tests.
CMD="cd $(realpath "${DIR_BUILD_BMQ}") && "
CMD+="./run-env.sh ctest -E bmqsys_executil.t --output-on-failure"
CMD+="./run-env.sh ctest --output-on-failure"
mkscript "${CMD}" "${DIR_BUILD_BMQ}/run-unittests.sh"
159 changes: 0 additions & 159 deletions src/groups/bmq/bmqsys/bmqsys_executil.cpp

This file was deleted.

87 changes: 0 additions & 87 deletions src/groups/bmq/bmqsys/bmqsys_executil.h

This file was deleted.

Loading

0 comments on commit 0f614e2

Please sign in to comment.