mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Adding ldap regression tests.
This commit is contained in:
parent
917b56c094
commit
e5a3002b75
@ -12,8 +12,10 @@ from helpers.argparser import argparser
|
||||
def regression(self, local, clickhouse_binary_path):
|
||||
"""ClickHouse regression.
|
||||
"""
|
||||
Feature(test=load("example.regression", "regression"))(
|
||||
local=local, clickhouse_binary_path=clickhouse_binary_path)
|
||||
args = {"local": local, "clickhouse_binary_path": clickhouse_binary_path}
|
||||
|
||||
Feature(test=load("example.regression", "regression"))(**args)
|
||||
Feature(test=load("ldap.regression", "regression"))(**args)
|
||||
|
||||
if main():
|
||||
regression()
|
||||
|
Loading…
Reference in New Issue
Block a user