diff --git a/.github/actions/create_workflow_report/action.yml b/.github/actions/create_workflow_report/action.yml index 7ede97fbaed1..0bf2933550f9 100644 --- a/.github/actions/create_workflow_report/action.yml +++ b/.github/actions/create_workflow_report/action.yml @@ -16,7 +16,10 @@ runs: FINAL: ${{ inputs.final }} shell: bash run: | - pip install clickhouse-driver==0.2.8 numpy==1.26.4 pandas==2.0.3 jinja2==3.1.5 + # Newer runners have these deps preinstalled; only install on Ubuntu 22. + if [[ -f /etc/os-release ]] && . /etc/os-release && [[ "$VERSION_ID" == "22.04" ]]; then + pip install clickhouse-driver==0.2.8 numpy==1.26.4 pandas==2.0.3 jinja2==3.1.5 + fi CMD="python3 .github/actions/create_workflow_report/create_workflow_report.py" ARGS="--actions-run-url $ACTIONS_RUN_URL --known-fails --cves --pr-number $PR_NUMBER" diff --git a/.github/actions/create_workflow_report/create_workflow_report.py b/.github/actions/create_workflow_report/create_workflow_report.py index 60bef94b76a7..b3ea51fe5130 100755 --- a/.github/actions/create_workflow_report/create_workflow_report.py +++ b/.github/actions/create_workflow_report/create_workflow_report.py @@ -762,10 +762,9 @@ def get_new_fails_this_pr( def _workflow_config_s3_url(pr_number: int, commit_sha: str, ref_name: str) -> str: if pr_number == 0: - # REF uploads use a double slash before config_workflow in the S3 key. return ( f"https://{S3_BUCKET}.s3.amazonaws.com/REFs/{ref_name}/{commit_sha}/" - "/config_workflow/workflow_config_masterci.json" + "config_workflow/workflow_config_masterci.json" ) return ( f"https://{S3_BUCKET}.s3.amazonaws.com/PRs/{pr_number}/{commit_sha}/" diff --git a/.github/actions/create_workflow_report/workflow_report_hook.sh b/.github/actions/create_workflow_report/workflow_report_hook.sh index 06edf8867fb8..bbadfdf41f63 100755 --- a/.github/actions/create_workflow_report/workflow_report_hook.sh +++ b/.github/actions/create_workflow_report/workflow_report_hook.sh @@ -1,6 +1,9 @@ #!/bin/bash # This script is for generating preview reports when invoked as a post-hook from a praktika job -pip install clickhouse-driver==0.2.8 numpy==1.26.4 pandas==2.0.3 jinja2==3.1.5 +# Newer runners have these deps preinstalled; only install on Ubuntu 22. +if [[ -f /etc/os-release ]] && . /etc/os-release && [[ "$VERSION_ID" == "22.04" ]]; then + pip install clickhouse-driver==0.2.8 numpy==1.26.4 pandas==2.0.3 jinja2==3.1.5 +fi ARGS="--mark-preview --known-fails --cves --actions-run-url $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID --pr-number $PR_NUMBER" CMD="python3 .github/actions/create_workflow_report/create_workflow_report.py" $CMD $ARGS diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 94c61cb6e696..4ac46c2929c3 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -1637,7 +1637,7 @@ jobs: PYTHONUNBUFFERED=1 python3 -m praktika run 'Compatibility check (arm_release)' --workflow "MasterCI" --ci --timestamp stateless_tests_amd_asan_ubsan_distributed_plan_parallel_1_2: - runs-on: [self-hosted, altinity-on-demand, altinity-builder, 16c] + runs-on: [self-hosted, altinity-on-demand, altinity-func-tester, 16c] needs: [build_amd_asan_ubsan, config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest] if: ${{ !cancelled() && !contains(needs.*.outputs.pipeline_status, 'failure') && !contains(needs.*.outputs.pipeline_status, 'undefined') && !contains(fromJson(needs.config_workflow.outputs.data).workflow_config.cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhbWRfYXNhbl91YnNhbiwgZGlzdHJpYnV0ZWQgcGxhbiwgcGFyYWxsZWwsIDEvMik=') }} name: "Stateless tests (amd_asan_ubsan, distributed plan, parallel, 1/2)" @@ -1688,7 +1688,7 @@ jobs: PYTHONUNBUFFERED=1 python3 -m praktika run 'Stateless tests (amd_asan_ubsan, distributed plan, parallel, 1/2)' --workflow "MasterCI" --ci --timestamp stateless_tests_amd_asan_ubsan_distributed_plan_parallel_2_2: - runs-on: [self-hosted, altinity-on-demand, altinity-builder, 16c] + runs-on: [self-hosted, altinity-on-demand, altinity-func-tester, 16c] needs: [build_amd_asan_ubsan, config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest] if: ${{ !cancelled() && !contains(needs.*.outputs.pipeline_status, 'failure') && !contains(needs.*.outputs.pipeline_status, 'undefined') && !contains(fromJson(needs.config_workflow.outputs.data).workflow_config.cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhbWRfYXNhbl91YnNhbiwgZGlzdHJpYnV0ZWQgcGxhbiwgcGFyYWxsZWwsIDIvMik=') }} name: "Stateless tests (amd_asan_ubsan, distributed plan, parallel, 2/2)" @@ -1841,7 +1841,7 @@ jobs: PYTHONUNBUFFERED=1 python3 -m praktika run 'Stateless tests (amd_asan_ubsan, db disk, distributed plan, sequential, 2/2)' --workflow "MasterCI" --ci --timestamp stateless_tests_amd_debug_parallel: - runs-on: [self-hosted, altinity-on-demand, altinity-builder, 16c] + runs-on: [self-hosted, altinity-on-demand, altinity-func-tester, 16c] needs: [build_amd_debug, config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest] if: ${{ !cancelled() && !contains(needs.*.outputs.pipeline_status, 'failure') && !contains(needs.*.outputs.pipeline_status, 'undefined') && !contains(fromJson(needs.config_workflow.outputs.data).workflow_config.cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhbWRfZGVidWcsIHBhcmFsbGVsKQ==') }} name: "Stateless tests (amd_debug, parallel)" diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2b77e85439e8..07f1a6856aa6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1230,7 +1230,7 @@ jobs: PYTHONUNBUFFERED=1 python3 -m praktika run 'AST fuzzer (amd_debug, targeted, old_compatibility)' --workflow "PR" --ci --timestamp stateless_tests_amd_asan_ubsan_distributed_plan_parallel_1_2: - runs-on: [self-hosted, altinity-on-demand, altinity-builder, 16c] + runs-on: [self-hosted, altinity-on-demand, altinity-func-tester, 16c] needs: [build_amd_asan_ubsan, ci_tests, config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest, fast_test] if: ${{ !cancelled() && !contains(needs.*.outputs.pipeline_status, 'failure') && !contains(needs.*.outputs.pipeline_status, 'undefined') && !contains(fromJson(needs.config_workflow.outputs.data).workflow_config.cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhbWRfYXNhbl91YnNhbiwgZGlzdHJpYnV0ZWQgcGxhbiwgcGFyYWxsZWwsIDEvMik=') }} name: "Stateless tests (amd_asan_ubsan, distributed plan, parallel, 1/2)" @@ -1279,7 +1279,7 @@ jobs: PYTHONUNBUFFERED=1 python3 -m praktika run 'Stateless tests (amd_asan_ubsan, distributed plan, parallel, 1/2)' --workflow "PR" --ci --timestamp stateless_tests_amd_asan_ubsan_distributed_plan_parallel_2_2: - runs-on: [self-hosted, altinity-on-demand, altinity-builder, 16c] + runs-on: [self-hosted, altinity-on-demand, altinity-func-tester, 16c] needs: [build_amd_asan_ubsan, ci_tests, config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest, fast_test] if: ${{ !cancelled() && !contains(needs.*.outputs.pipeline_status, 'failure') && !contains(needs.*.outputs.pipeline_status, 'undefined') && !contains(fromJson(needs.config_workflow.outputs.data).workflow_config.cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhbWRfYXNhbl91YnNhbiwgZGlzdHJpYnV0ZWQgcGxhbiwgcGFyYWxsZWwsIDIvMik=') }} name: "Stateless tests (amd_asan_ubsan, distributed plan, parallel, 2/2)" @@ -1426,7 +1426,7 @@ jobs: PYTHONUNBUFFERED=1 python3 -m praktika run 'Stateless tests (amd_asan_ubsan, db disk, distributed plan, sequential, 2/2)' --workflow "PR" --ci --timestamp stateless_tests_amd_debug_parallel: - runs-on: [self-hosted, altinity-on-demand, altinity-builder, 16c] + runs-on: [self-hosted, altinity-on-demand, altinity-func-tester, 16c] needs: [build_amd_debug, ci_tests, config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest, fast_test] if: ${{ !cancelled() && !contains(needs.*.outputs.pipeline_status, 'failure') && !contains(needs.*.outputs.pipeline_status, 'undefined') && !contains(fromJson(needs.config_workflow.outputs.data).workflow_config.cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhbWRfZGVidWcsIHBhcmFsbGVsKQ==') }} name: "Stateless tests (amd_debug, parallel)" diff --git a/.github/workflows/pull_request_community.yml b/.github/workflows/pull_request_community.yml index c576bd5afaba..6f81498b69bd 100644 --- a/.github/workflows/pull_request_community.yml +++ b/.github/workflows/pull_request_community.yml @@ -922,7 +922,7 @@ jobs: PYTHONUNBUFFERED=1 python3 -m praktika run 'Quick functional tests' --workflow "Community PR" --ci --timestamp stateless_tests_amd_asan_ubsan_distributed_plan_parallel_1_2: - runs-on: [self-hosted, altinity-on-demand, altinity-builder, 16c] + runs-on: [self-hosted, altinity-on-demand, altinity-func-tester, 16c] needs: [build_amd_asan_ubsan, build_amd_debug, build_arm_binary, config_workflow, fast_test, stateless_tests_amd_debug_parallel, stateless_tests_arm_binary_parallel] if: ${{ !cancelled() && !contains(needs.*.outputs.pipeline_status, 'failure') && !contains(needs.*.outputs.pipeline_status, 'undefined') && !contains(fromJson(needs.config_workflow.outputs.data).workflow_config.cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhbWRfYXNhbl91YnNhbiwgZGlzdHJpYnV0ZWQgcGxhbiwgcGFyYWxsZWwsIDEvMik=') }} name: "Stateless tests (amd_asan_ubsan, distributed plan, parallel, 1/2)" @@ -970,7 +970,7 @@ jobs: PYTHONUNBUFFERED=1 python3 -m praktika run 'Stateless tests (amd_asan_ubsan, distributed plan, parallel, 1/2)' --workflow "Community PR" --ci --timestamp stateless_tests_amd_asan_ubsan_distributed_plan_parallel_2_2: - runs-on: [self-hosted, altinity-on-demand, altinity-builder, 16c] + runs-on: [self-hosted, altinity-on-demand, altinity-func-tester, 16c] needs: [build_amd_asan_ubsan, build_amd_debug, build_arm_binary, config_workflow, fast_test, stateless_tests_amd_debug_parallel, stateless_tests_arm_binary_parallel] if: ${{ !cancelled() && !contains(needs.*.outputs.pipeline_status, 'failure') && !contains(needs.*.outputs.pipeline_status, 'undefined') && !contains(fromJson(needs.config_workflow.outputs.data).workflow_config.cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhbWRfYXNhbl91YnNhbiwgZGlzdHJpYnV0ZWQgcGxhbiwgcGFyYWxsZWwsIDIvMik=') }} name: "Stateless tests (amd_asan_ubsan, distributed plan, parallel, 2/2)" @@ -1114,7 +1114,7 @@ jobs: PYTHONUNBUFFERED=1 python3 -m praktika run 'Stateless tests (amd_asan_ubsan, db disk, distributed plan, sequential, 2/2)' --workflow "Community PR" --ci --timestamp stateless_tests_amd_debug_parallel: - runs-on: [self-hosted, altinity-on-demand, altinity-builder, 16c] + runs-on: [self-hosted, altinity-on-demand, altinity-func-tester, 16c] needs: [build_amd_debug, config_workflow, fast_test] if: ${{ !cancelled() && !contains(needs.*.outputs.pipeline_status, 'failure') && !contains(needs.*.outputs.pipeline_status, 'undefined') && !contains(fromJson(needs.config_workflow.outputs.data).workflow_config.cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhbWRfZGVidWcsIHBhcmFsbGVsKQ==') }} name: "Stateless tests (amd_debug, parallel)" diff --git a/ci/defs/defs.py b/ci/defs/defs.py index 9ccc7656f840..5c0e76e14a68 100644 --- a/ci/defs/defs.py +++ b/ci/defs/defs.py @@ -29,7 +29,7 @@ class RunnerLabels: ARM_LARGE_STORAGE = ["self-hosted", "altinity-on-demand", "altinity-func-tester-aarch64"] AMD_MEDIUM = ["self-hosted", "altinity-on-demand", "altinity-func-tester", "16c"] ARM_MEDIUM = ["self-hosted", "altinity-on-demand", "altinity-func-tester-aarch64", "16c"] - AMD_MEDIUM_CPU = ["self-hosted", "altinity-on-demand", "altinity-builder", "16c"] + AMD_MEDIUM_CPU = ["self-hosted", "altinity-on-demand", "altinity-func-tester", "16c"] ARM_MEDIUM_CPU = [ "self-hosted", "altinity-on-demand", diff --git a/ci/jobs/functional_tests.py b/ci/jobs/functional_tests.py index fcde1575154b..e4aaa09c4348 100644 --- a/ci/jobs/functional_tests.py +++ b/ci/jobs/functional_tests.py @@ -162,7 +162,6 @@ def run_tests( "parallel": "--no-sequential", "sequential": "--no-parallel", "amd_tsan": " --timeout 1200", # NOTE (strtgbb): tsan is slow, increase the timeout to avoid timeout errors - "amd_debug": " --timeout 900", # NOTE (strtgbb): debug + parallel contention: TPC-DS and other heavy tests hit the default 600s budget "flaky check": "--flaky-check", "targeted": "--flaky-check --no-self-parallel", } @@ -324,6 +323,9 @@ def main(): elif "msan" in args.options: # MSan is slow nproc = int(Utils.cpu_count() * 0.4) + elif "debug" in args.options and nproc < 32: + # leave more room for clickhouse-server on medium runners. + nproc = int(Utils.cpu_count() * 0.4) elif is_azure_storage: # azure FT runs only under ASan; concurrent heavy queries overrun the # shared server memory cap, so the OvercommitTracker kills queries across diff --git a/tests/config/users.d/limits.yaml b/tests/config/users.d/limits.yaml index 0f70a332cb03..95d198d89403 100644 --- a/tests/config/users.d/limits.yaml +++ b/tests/config/users.d/limits.yaml @@ -23,7 +23,7 @@ profiles: max_execution_speed: 100G max_execution_speed_bytes: 10T timeout_before_checking_execution_speed: 300 - max_estimated_execution_time: 600 + max_estimated_execution_time: 900 max_columns_to_read: 20K max_temporary_columns: 20K max_temporary_non_const_columns: 20K diff --git a/tests/queries/0_stateless/00093_prewhere_array_join.sql b/tests/queries/0_stateless/00093_prewhere_array_join.sql index 466219c1abba..6aeb3cec7f96 100644 --- a/tests/queries/0_stateless/00093_prewhere_array_join.sql +++ b/tests/queries/0_stateless/00093_prewhere_array_join.sql @@ -1,4 +1,4 @@ --- Tags: stateful +-- Tags: stateful, no-random-settings SELECT arrayJoin([SearchEngineID]) AS search_engine, URL FROM test.hits WHERE SearchEngineID != 0 AND search_engine != 0 FORMAT Null; SELECT diff --git a/tests/queries/0_stateless/04033_tpc_ds_q01.sh b/tests/queries/0_stateless/04033_tpc_ds_q01.sh index d1d2ed00fff5..a094a463e456 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q01.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q01.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q02.sh b/tests/queries/0_stateless/04033_tpc_ds_q02.sh index c94a6bb6958a..74fdf473ea8f 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q02.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q02.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q03.sh b/tests/queries/0_stateless/04033_tpc_ds_q03.sh index 945a47a425f3..9c4a043271f3 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q03.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q03.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q04.sh b/tests/queries/0_stateless/04033_tpc_ds_q04.sh index 4801ac438420..85eadda3fcbc 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q04.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q04.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q05.sh b/tests/queries/0_stateless/04033_tpc_ds_q05.sh index 4512e6ad5aa6..d9b104b2ce58 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q05.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q05.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q06.sh b/tests/queries/0_stateless/04033_tpc_ds_q06.sh index 7f61d7bb88fa..456d4e42e337 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q06.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q06.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q07.sh b/tests/queries/0_stateless/04033_tpc_ds_q07.sh index 00433bfb88cd..0bf34b216275 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q07.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q07.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q08.sh b/tests/queries/0_stateless/04033_tpc_ds_q08.sh index a75d9ec34d35..7e5b40f5cf4c 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q08.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q08.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q09.sh b/tests/queries/0_stateless/04033_tpc_ds_q09.sh index 3e02e23eb0be..893e628cfd95 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q09.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q09.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q10.sh b/tests/queries/0_stateless/04033_tpc_ds_q10.sh index d483da297624..41922d1f1f93 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q10.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q10.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q11.sh b/tests/queries/0_stateless/04033_tpc_ds_q11.sh index 8ddd470b13cc..548040922b84 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q11.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q11.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q12.sh b/tests/queries/0_stateless/04033_tpc_ds_q12.sh index ee1745bf0ac4..02e0faa34cc8 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q12.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q12.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q13.sh b/tests/queries/0_stateless/04033_tpc_ds_q13.sh index 501c22dfea77..4595925ac056 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q13.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q13.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q14.sh b/tests/queries/0_stateless/04033_tpc_ds_q14.sh index cbe2ed6d2f3a..8755205a4b21 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q14.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q14.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q15.sh b/tests/queries/0_stateless/04033_tpc_ds_q15.sh index fafd3d801e40..3c25cb8ace57 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q15.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q15.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q16.sh b/tests/queries/0_stateless/04033_tpc_ds_q16.sh index 64e3926a8d06..bc73f1cb8bb5 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q16.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q16.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q17.sh b/tests/queries/0_stateless/04033_tpc_ds_q17.sh index 29f776116639..84f94d8e4cb2 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q17.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q17.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. # Known issue: `stddev_samp` returns nan instead of NULL on single value (https://github.com/ClickHouse/ClickHouse/issues/94683). # Once the issue is fixed, update the .reference file. diff --git a/tests/queries/0_stateless/04033_tpc_ds_q18.sh b/tests/queries/0_stateless/04033_tpc_ds_q18.sh index 92a6438a3cf9..f1b43202967c 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q18.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q18.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q19.sh b/tests/queries/0_stateless/04033_tpc_ds_q19.sh index e8d9e749a411..3428b1af69ec 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q19.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q19.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q20.sh b/tests/queries/0_stateless/04033_tpc_ds_q20.sh index 27113f036114..776a60606697 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q20.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q20.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q21.sh b/tests/queries/0_stateless/04033_tpc_ds_q21.sh index a17f5e8ccf1d..9d32b87bf919 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q21.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q21.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q22.sh b/tests/queries/0_stateless/04033_tpc_ds_q22.sh index 71655fd55e94..ad8226cf25f4 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q22.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q22.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q23.sh b/tests/queries/0_stateless/04033_tpc_ds_q23.sh index f2d0729f4c2b..b29295d7fcdb 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q23.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q23.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q24.sh b/tests/queries/0_stateless/04033_tpc_ds_q24.sh index 47d0e4c501af..7561508d32b6 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q24.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q24.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q25.sh b/tests/queries/0_stateless/04033_tpc_ds_q25.sh index c2148b8cb74f..e3eec38b69aa 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q25.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q25.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q26.sh b/tests/queries/0_stateless/04033_tpc_ds_q26.sh index 69b899976835..2b89d6b18bb6 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q26.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q26.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q27.sh b/tests/queries/0_stateless/04033_tpc_ds_q27.sh index 8f0d0dcd205a..363af9177908 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q27.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q27.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q28.sh b/tests/queries/0_stateless/04033_tpc_ds_q28.sh index 1a5007c3a0d1..0b65b29f9bf3 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q28.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q28.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q29.sh b/tests/queries/0_stateless/04033_tpc_ds_q29.sh index ae3b4d8a81f7..8a537a0bf924 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q29.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q29.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q30.sh b/tests/queries/0_stateless/04033_tpc_ds_q30.sh index 70256d286f64..801343800b40 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q30.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q30.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q31.sh b/tests/queries/0_stateless/04033_tpc_ds_q31.sh index 5cfbd2719d82..0a0b29732e7e 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q31.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q31.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q32.sh b/tests/queries/0_stateless/04033_tpc_ds_q32.sh index e54473afcbd1..1eec53050043 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q32.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q32.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q33.sh b/tests/queries/0_stateless/04033_tpc_ds_q33.sh index 105557370844..7e49a20daab3 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q33.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q33.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q34.sh b/tests/queries/0_stateless/04033_tpc_ds_q34.sh index 3b9980799f1f..d2cedcc5143a 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q34.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q34.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q35.sh b/tests/queries/0_stateless/04033_tpc_ds_q35.sh index 59a864f74b5e..037d8fc942ea 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q35.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q35.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. # Known issue: Memory Limit Exceeded with reasonable amount of memory. Enable the test once the issue is resolved or memory is optimised. echo "SKIP" diff --git a/tests/queries/0_stateless/04033_tpc_ds_q36.sh b/tests/queries/0_stateless/04033_tpc_ds_q36.sh index 198c79e24d41..7e9b0998d2f5 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q36.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q36.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q37.sh b/tests/queries/0_stateless/04033_tpc_ds_q37.sh index fa88123dc692..21544aa311a8 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q37.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q37.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q38.sh b/tests/queries/0_stateless/04033_tpc_ds_q38.sh index 7a970c1f6130..b13041e7d9bf 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q38.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q38.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q39.sh b/tests/queries/0_stateless/04033_tpc_ds_q39.sh index f56b83d40bb1..5ccf1f3ec4d5 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q39.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q39.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q40.sh b/tests/queries/0_stateless/04033_tpc_ds_q40.sh index f74de6a03c2c..dffe9565b1ba 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q40.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q40.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q41.sh b/tests/queries/0_stateless/04033_tpc_ds_q41.sh index c86189ac971e..435c3f20766a 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q41.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q41.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q42.sh b/tests/queries/0_stateless/04033_tpc_ds_q42.sh index 338b0f9b315e..da66c5c4d4a0 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q42.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q42.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q43.sh b/tests/queries/0_stateless/04033_tpc_ds_q43.sh index 504c9c0514fe..0bb3dd4e9c04 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q43.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q43.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q44.sh b/tests/queries/0_stateless/04033_tpc_ds_q44.sh index cf4d72e00fdb..7a6c11e83848 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q44.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q44.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q45.sh b/tests/queries/0_stateless/04033_tpc_ds_q45.sh index 8243bbcec849..aa2c9b8a83dd 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q45.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q45.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q46.sh b/tests/queries/0_stateless/04033_tpc_ds_q46.sh index da3ca3bd6c06..f7c0c660575d 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q46.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q46.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q47.sh b/tests/queries/0_stateless/04033_tpc_ds_q47.sh index 5750c4340672..459d93b138c6 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q47.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q47.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. # Known issue: the original query doesn't work, uses alternative formulation (https://github.com/ClickHouse/ClickHouse/issues/94858). # Once the issue is fixed, switch to the original query from tests/benchmarks/tpc-ds/README.md. diff --git a/tests/queries/0_stateless/04033_tpc_ds_q48.sh b/tests/queries/0_stateless/04033_tpc_ds_q48.sh index 1a31fd67cb4b..bd242ecb880c 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q48.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q48.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q49.sh b/tests/queries/0_stateless/04033_tpc_ds_q49.sh index 798108de2a24..881757541b12 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q49.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q49.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q50.sh b/tests/queries/0_stateless/04033_tpc_ds_q50.sh index e51ec084ed15..a821da5e4f21 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q50.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q50.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q51.sh b/tests/queries/0_stateless/04033_tpc_ds_q51.sh index 4eee97af3f5e..fe3aa005a8c1 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q51.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q51.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q52.sh b/tests/queries/0_stateless/04033_tpc_ds_q52.sh index 3bac8b34379f..4c6d42fc9275 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q52.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q52.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q53.sh b/tests/queries/0_stateless/04033_tpc_ds_q53.sh index 3226a931df78..1c9f9c63ff05 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q53.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q53.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q54.sh b/tests/queries/0_stateless/04033_tpc_ds_q54.sh index 379e5ca437d9..5d919976c6a4 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q54.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q54.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q55.sh b/tests/queries/0_stateless/04033_tpc_ds_q55.sh index c43ce62bb739..c8710177ea98 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q55.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q55.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q56.sh b/tests/queries/0_stateless/04033_tpc_ds_q56.sh index 3594b98a42fd..cc7245b4525e 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q56.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q56.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q57.sh b/tests/queries/0_stateless/04033_tpc_ds_q57.sh index c14c737d2301..7f77ec88308a 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q57.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q57.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. # Known issue: the original query doesn't work, uses alternative formulation (https://github.com/ClickHouse/ClickHouse/issues/94858). # Once the issue is fixed, switch to the original query from tests/benchmarks/tpc-ds/README.md. diff --git a/tests/queries/0_stateless/04033_tpc_ds_q58.sh b/tests/queries/0_stateless/04033_tpc_ds_q58.sh index 23b877653270..7373a939b7fd 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q58.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q58.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. # Known issue: the original query doesn't work, uses alternative formulation (https://github.com/ClickHouse/ClickHouse/issues/94976). # Once the issue is fixed, switch to the original query from tests/benchmarks/tpc-ds/README.md. diff --git a/tests/queries/0_stateless/04033_tpc_ds_q59.sh b/tests/queries/0_stateless/04033_tpc_ds_q59.sh index 2bd3b5dfcfb1..3ed77a0403e7 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q59.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q59.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q60.sh b/tests/queries/0_stateless/04033_tpc_ds_q60.sh index e3fefae8f8bd..cb08283b72ad 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q60.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q60.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q61.sh b/tests/queries/0_stateless/04033_tpc_ds_q61.sh index 14876358e56b..719b4f512796 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q61.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q61.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q62.sh b/tests/queries/0_stateless/04033_tpc_ds_q62.sh index fe45683594a0..d95547ad35ba 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q62.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q62.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q63.sh b/tests/queries/0_stateless/04033_tpc_ds_q63.sh index 6eeb5c8fa245..16c86f290f3a 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q63.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q63.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q64.sh b/tests/queries/0_stateless/04033_tpc_ds_q64.sh index ec18fcd1358e..039bedbee0ca 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q64.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q64.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q65.sh b/tests/queries/0_stateless/04033_tpc_ds_q65.sh index 0df9628a351f..705bdd5ad134 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q65.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q65.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q66.sh b/tests/queries/0_stateless/04033_tpc_ds_q66.sh index e6c3d55c40e1..73b59225306e 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q66.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q66.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q67.sh b/tests/queries/0_stateless/04033_tpc_ds_q67.sh index 8290dac2bb66..ec323f2ec54b 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q67.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q67.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q68.sh b/tests/queries/0_stateless/04033_tpc_ds_q68.sh index fdfb77f8e68a..f887cc07b728 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q68.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q68.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q69.sh b/tests/queries/0_stateless/04033_tpc_ds_q69.sh index 6f0e575b182a..df11486c2c4c 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q69.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q69.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q70.sh b/tests/queries/0_stateless/04033_tpc_ds_q70.sh index 8d16311110ca..7ee063ecf3e3 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q70.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q70.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q71.sh b/tests/queries/0_stateless/04033_tpc_ds_q71.sh index e4ae49f4d6ce..064b255f6042 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q71.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q71.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q72.sh b/tests/queries/0_stateless/04033_tpc_ds_q72.sh index 26f9b320561a..0865f2a1c64f 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q72.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q72.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q73.sh b/tests/queries/0_stateless/04033_tpc_ds_q73.sh index ce99e65e5e71..9afbb4b7e50c 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q73.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q73.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q74.sh b/tests/queries/0_stateless/04033_tpc_ds_q74.sh index 4471aa6380b0..a76a50fe2e3a 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q74.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q74.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q75.sh b/tests/queries/0_stateless/04033_tpc_ds_q75.sh index 2220095feb8a..94fb1a93db55 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q75.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q75.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. # Known issue: the original query doesn't work, uses alternative formulation (https://github.com/ClickHouse/ClickHouse/issues/106707). # Once the issue is fixed, switch to the original query from tests/benchmarks/tpc-ds/README.md. diff --git a/tests/queries/0_stateless/04033_tpc_ds_q76.sh b/tests/queries/0_stateless/04033_tpc_ds_q76.sh index ad54c997ad2c..042946290df7 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q76.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q76.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q77.sh b/tests/queries/0_stateless/04033_tpc_ds_q77.sh index ef0cb2a8bcef..ad58111df440 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q77.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q77.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q78.sh b/tests/queries/0_stateless/04033_tpc_ds_q78.sh index 6ae163133941..4b436adec419 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q78.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q78.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q79.sh b/tests/queries/0_stateless/04033_tpc_ds_q79.sh index add2029a978a..09a7e7827e1b 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q79.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q79.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q80.sh b/tests/queries/0_stateless/04033_tpc_ds_q80.sh index 2943e17f01b0..bfa78a9302aa 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q80.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q80.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q81.sh b/tests/queries/0_stateless/04033_tpc_ds_q81.sh index be623bcdda26..e659bdad0875 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q81.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q81.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q82.sh b/tests/queries/0_stateless/04033_tpc_ds_q82.sh index 1f0baa8acae0..a53903abcd8e 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q82.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q82.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q83.sh b/tests/queries/0_stateless/04033_tpc_ds_q83.sh index b820db6f8714..35bfb62c65cd 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q83.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q83.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q84.sh b/tests/queries/0_stateless/04033_tpc_ds_q84.sh index 4cd76ed37784..560592913297 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q84.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q84.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q85.sh b/tests/queries/0_stateless/04033_tpc_ds_q85.sh index 9df9455a6d62..70ca7d9f441d 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q85.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q85.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q86.sh b/tests/queries/0_stateless/04033_tpc_ds_q86.sh index 4d6b17eedc99..7070a533ba11 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q86.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q86.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q87.sh b/tests/queries/0_stateless/04033_tpc_ds_q87.sh index 9b9bd2aacc49..16454015c9dc 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q87.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q87.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q88.sh b/tests/queries/0_stateless/04033_tpc_ds_q88.sh index 41200a449b3d..27000c0f0b3a 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q88.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q88.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q89.sh b/tests/queries/0_stateless/04033_tpc_ds_q89.sh index bed9b93d2bcb..f6ffacb9246f 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q89.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q89.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q90.sh b/tests/queries/0_stateless/04033_tpc_ds_q90.sh index a7787b9e104c..ffc28887d626 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q90.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q90.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q91.sh b/tests/queries/0_stateless/04033_tpc_ds_q91.sh index 985d4c0cc628..0523d7d79e47 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q91.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q91.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q92.sh b/tests/queries/0_stateless/04033_tpc_ds_q92.sh index ede647e0cf28..4344b7555edc 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q92.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q92.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q93.sh b/tests/queries/0_stateless/04033_tpc_ds_q93.sh index 427af7f49478..149f8035582e 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q93.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q93.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q94.sh b/tests/queries/0_stateless/04033_tpc_ds_q94.sh index 54d4e5958164..29a9c176315d 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q94.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q94.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q95.sh b/tests/queries/0_stateless/04033_tpc_ds_q95.sh index cfede37fae10..aa9a91c2afe5 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q95.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q95.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q96.sh b/tests/queries/0_stateless/04033_tpc_ds_q96.sh index bd3395c672bf..6f4368f346b0 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q96.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q96.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q97.sh b/tests/queries/0_stateless/04033_tpc_ds_q97.sh index f953c84de6f2..1de93ff77813 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q97.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q97.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q98.sh b/tests/queries/0_stateless/04033_tpc_ds_q98.sh index 625fd91b2dab..46e6c12a1056 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q98.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q98.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh diff --git a/tests/queries/0_stateless/04033_tpc_ds_q99.sh b/tests/queries/0_stateless/04033_tpc_ds_q99.sh index a52d25ea431d..3ca1cf0c23ff 100755 --- a/tests/queries/0_stateless/04033_tpc_ds_q99.sh +++ b/tests/queries/0_stateless/04033_tpc_ds_q99.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check +# Tags: no-fasttest, no-random-settings, no-replicated-database, no-flaky-check, no-parallel # no-fasttest: TPC-DS tables use web disk (S3) which is not available in fasttest. # no-random-settings: random session_timezone, query_plan_join_swap_table, etc. change query results. # no-replicated-database: the `tpcds` database is not created in DatabaseReplicated mode. # no-flaky-check: TPC-DS queries are too expensive for thread fuzzer. +# no-parallel: heavy queries contend on the shared server under parallel FT jobs. CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh