Skip to content

Commit

Permalink
add server setting test multi auth methods feature
Browse files Browse the repository at this point in the history
  • Loading branch information
alsugiliazova committed Aug 23, 2024
1 parent 5cebddd commit 2c29d40
Show file tree
Hide file tree
Showing 8 changed files with 555 additions and 285 deletions.
15 changes: 7 additions & 8 deletions rbac/tests/privileges/multiple_auth_methods/feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ def feature(self, node="clickhouse1"):
parallel=True,
executor=pool,
)
Feature(
run=load(
"rbac.tests.privileges.multiple_auth_methods.system_table",
"feature",
),
parallel=True,
executor=pool,
)
Feature(
run=load(
"rbac.tests.privileges.multiple_auth_methods.syntax",
Expand Down Expand Up @@ -98,3 +90,10 @@ def feature(self, node="clickhouse1"):
)
finally:
join()

Feature(
run=load(
"rbac.tests.privileges.multiple_auth_methods.server_setting.feature",
"feature",
),
)

This file was deleted.

Loading

0 comments on commit 2c29d40

Please sign in to comment.