Skip to content

Commit

Permalink
chore(ci): disable fuzz test (#13694)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Nov 13, 2023
1 parent f4bb817 commit 5081cfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/reuse.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,14 +385,14 @@ jobs:
- uses: ./.github/actions/test_stateful_large_data
timeout-minutes: 60

test_fuzz_standalone:
runs-on: [self-hosted, X64, Linux, 4c8g, "${{ inputs.runner_provider }}"]
needs: [build, check]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test_fuzz_standalone_linux
timeout-minutes: 10
continue-on-error: true
# test_fuzz_standalone:
# runs-on: [self-hosted, X64, Linux, 4c8g, "${{ inputs.runner_provider }}"]
# needs: [build, check]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/test_fuzz_standalone_linux
# timeout-minutes: 10
# continue-on-error: true

test_ee_standalone:
needs: [build, check, license]
Expand Down
3 changes: 0 additions & 3 deletions scripts/setup/dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ Development tools (since -d was provided):
* mysql client
* python3 (boto3, black, yamllint, ...)
* python database drivers (mysql-connector-python, pymysql, sqlalchemy, clickhouse_driver)
* fuzz test dependencies (fuzzingbook)
EOF
fi

Expand Down Expand Up @@ -608,8 +607,6 @@ if [[ "$INSTALL_DEV_TOOLS" == "true" ]]; then
python3 -m pip install --quiet pymysql sqlalchemy clickhouse_driver
# sqllogic dependencies
python3 -m pip install --quiet mysql-connector-python==8.0.30
# fuzz dependencies
python3 -m pip install --quiet fuzzingbook
fi

if [[ "$INSTALL_CODEGEN" == "true" ]]; then
Expand Down

0 comments on commit 5081cfa

Please sign in to comment.