We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00145a commit d4b6c5bCopy full SHA for d4b6c5b
tests/ci/install_check.py
@@ -99,9 +99,11 @@ def prepare_test_scripts():
99
100
101
def test_install_deb(image: DockerImage) -> TestResults:
102
+ # FIXME: Same issue with Type=notify as rpm tests
103
tests = {
104
"Install server deb": r"""#!/bin/bash -ex
105
apt-get install /packages/clickhouse-{server,client,common}*deb
106
+echo CLICKHOUSE_WATCHDOG_ENABLE=0 > /etc/default/clickhouse-server
107
bash -ex /packages/server_test.sh""",
108
"Run server init.d": r"""#!/bin/bash -ex
109
0 commit comments