Merge pull request #48803 from vitlibar/allow-integration-tests-without-spark

Allow running integration tests without spark
This commit is contained in:
Kseniia Sumarokova 2023-04-16 11:54:21 +02:00 committed by GitHub
commit 000a63d61c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -378,7 +378,6 @@ class ClickHouseCluster:
self.env_variables["ASAN_OPTIONS"] = "use_sigaltstack=0"
self.env_variables["CLICKHOUSE_WATCHDOG_ENABLE"] = "0"
self.env_variables["CLICKHOUSE_NATS_TLS_SECURE"] = "0"
self.env_variables["SPARK_PATH"] = os.environ.get("SPARK_HOME")
self.up_called = False
custom_dockerd_host = custom_dockerd_host or os.environ.get(