mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #48803 from vitlibar/allow-integration-tests-without-spark
Allow running integration tests without spark
This commit is contained in:
commit
000a63d61c
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user