Document status - Confidential


Ldap Test Run Report

DateFeb 10, 2023 19:54
Duration48m 36s
Framework TestFlows 1.9.221228.1171522

Artifacts

Test artifacts can be found at https://gitlab.com/altinity-qa/clickhouse/cicd/release/-/jobs/3752850420/artifacts/browse

Attributes

projectaltinity-qa/clickhouse/cicd/release
project.id22089296
user.nameAndrey Zvonov
user.emailzvonov.andrey@gmail.com
version22.8.13.21
repositoryhttps://github.com/Altinity/ClickHouse.git
job.id3752850420
job.urlhttps://gitlab.com/altinity-qa/clickhouse/cicd/release/-/jobs/3752850420
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_path/usr/bin/clickhouse

Tags

altinity-docker-runner

Summary

98.4%OK
1.6%Known

Statistics

Units OK Fail Error XFail XError
Modules
1
1
Suites
302
302
Features
301
301
Scenarios
362
352
8
2
Examples
625
610
15
Steps
79599
79518
77
4

Known Fails

Test NameResultMessage
/ldap/role mapping/mapping/add new role not presentXError 5m 15s
https://github.com/ClickHouse/ClickHouse/issues/41380
ExpectTimeoutError
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 223, in read
    d = self.queue.get(timeout=timeleft)
  File "/usr/lib/python3.8/queue.py", line 178, in get
    raise Empty
_queue.Empty

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 187, in expect
    data = self.read(timeout=min(timeleft, 0.1), raise_exception=True)
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 235, in read
    raise TimeoutError(timeout)
testflows.uexpect.uexpect.TimeoutError: Timeout 0.034s

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/regression.py", line 88, in regression
    Feature(run=load("ldap.role_mapping.tests.mapping", "feature"))
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/tests/mapping.py", line 1895, in feature
    scenario(ldap_server="openldap1", ldap_user=users[0])
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/tests/mapping.py", line 829, in add_new_role_not_present
    r = self.context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py", line 638, in query
    r = self.cluster.bash(self.name)(command, *args, **kwargs)
testflows.uexpect.uexpect.ExpectTimeoutError: Timeout 300.000s for '(bash# )\|(\n)'
/ldap/authentication/connection protocols/tls cipher suiteXFail 15s 662ms
can't get it to work
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/authentication/regression.py", line 74, in regression
    Feature(run=load("ldap.authentication.tests.connections", "feature"))
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/authentication/tests/connections.py", line 311, in feature
    scenario()
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/authentication/tests/connections.py", line 242, in tls_cipher_suite
    login(servers, *users)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/authentication/tests/common.py", line 432, in login
    current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 516. DB::Exception: Received from localhost:9000. DB::Exception: user4: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/ldap/authentication/connection protocols/tls require cert default demandXFail 16s 15ms
can't be tested with self-signed certificates
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/authentication/regression.py", line 74, in regression
    Feature(run=load("ldap.authentication.tests.connections", "feature"))
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/authentication/tests/connections.py", line 311, in feature
    scenario()
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/authentication/tests/connections.py", line 199, in tls_require_cert_default_demand
    login(servers, *users)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/authentication/tests/common.py", line 432, in login
    current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 516. DB::Exception: Received from localhost:9000. DB::Exception: user2: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/ldap/role mapping/mapping/map role when ldap user belongs to large number of groupsXFail 19s 312ms
https://github.com/ClickHouse/ClickHouse/issues/42276
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/regression.py", line 88, in regression
    Feature(run=load("ldap.role_mapping.tests.mapping", "feature"))
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/tests/mapping.py", line 1895, in feature
    scenario(ldap_server="openldap1", ldap_user=users[0])
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/tests/mapping.py", line 317, in map_role_when_ldap_user_belongs_to_large_number_of_groups
    map_role(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/tests/mapping.py", line 233, in map_role
    r = self.context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 516. DB::Exception: Received from localhost:9000. DB::Exception: user1: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/ldap/external user directory/connection protocols/tls cipher suiteXFail 17s 295ms
can't get it to work
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/external_user_directory/regression.py", line 95, in regression
    Feature(run=load("ldap.external_user_directory.tests.connections", "feature"))
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/external_user_directory/tests/connections.py", line 323, in feature
    scenario()
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/external_user_directory/tests/connections.py", line 266, in tls_cipher_suite
    login(servers, "openldap4", *users)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/external_user_directory/tests/common.py", line 269, in login
    current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 516. DB::Exception: Received from localhost:9000. DB::Exception: user4: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/ldap/external user directory/connection protocols/tls require cert default demandXFail 17s 569ms
can't be tested with self-signed certificates
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/external_user_directory/regression.py", line 95, in regression
    Feature(run=load("ldap.external_user_directory.tests.connections", "feature"))
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/external_user_directory/tests/connections.py", line 323, in feature
    scenario()
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/external_user_directory/tests/connections.py", line 219, in tls_require_cert_default_demand
    login(servers, "openldap2", *users)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/external_user_directory/tests/common.py", line 269, in login
    current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 516. DB::Exception: Received from localhost:9000. DB::Exception: user2: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/ldap/role mapping/mapping/roles removed and added in parallelXFail 1ms
known bug
known bug that needs to be investigated
/ldap/role mapping/user dn detection/mapping/add new role not presentXError 5m 16s
https://github.com/ClickHouse/ClickHouse/issues/41380
ExpectTimeoutError
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 223, in read
    d = self.queue.get(timeout=timeleft)
  File "/usr/lib/python3.8/queue.py", line 178, in get
    raise Empty
_queue.Empty

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 187, in expect
    data = self.read(timeout=min(timeleft, 0.1), raise_exception=True)
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 235, in read
    raise TimeoutError(timeout)
testflows.uexpect.uexpect.TimeoutError: Timeout 0.061s

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/regression.py", line 89, in regression
    Feature(run=load("ldap.role_mapping.tests.user_dn_detection", "feature"))
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/tests/user_dn_detection.py", line 523, in feature
    Suite(run=mapping)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/tests/user_dn_detection.py", line 371, in mapping
    scenario(ldap_server="openldap1", ldap_user=users[0])
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/tests/mapping.py", line 829, in add_new_role_not_present
    r = self.context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py", line 638, in query
    r = self.cluster.bash(self.name)(command, *args, **kwargs)
testflows.uexpect.uexpect.ExpectTimeoutError: Timeout 300.000s for '(bash# )\|(\n)'
/ldap/role mapping/user dn detection/mapping/map role when ldap user belongs to large number of groupsXFail 18s 939ms
https://github.com/ClickHouse/ClickHouse/issues/42276
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/regression.py", line 89, in regression
    Feature(run=load("ldap.role_mapping.tests.user_dn_detection", "feature"))
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/tests/user_dn_detection.py", line 523, in feature
    Suite(run=mapping)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/tests/user_dn_detection.py", line 371, in mapping
    scenario(ldap_server="openldap1", ldap_user=users[0])
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/tests/mapping.py", line 317, in map_role_when_ldap_user_belongs_to_large_number_of_groups
    map_role(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../ldap/role_mapping/tests/mapping.py", line 233, in map_role
    r = self.context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 516. DB::Exception: Received from localhost:9000. DB::Exception: user1: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/ldap/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/ldap/role mapping/user dn detection/mapping/roles removed and added in parallelXFail 1ms
known bug
known bug that needs to be investigated

Results

Test Name Result Duration
/ldap OK 48m 36s
/ldap/authentication OK 24m 16s
/ldap/external user directory OK 23m 27s
/ldap/role mapping OK 48m 36s
/ldap/role mapping/ldap sanity OK 492ms
/ldap/role mapping/server config OK 32s 900ms
/ldap/role mapping/server config/bind dn conflict with auth dn OK 2s 52ms
/ldap/role mapping/server config/invalid bind dn OK 15s 454ms
/ldap/authentication/sanity OK 435ms
/ldap/authentication/multiple servers OK 15s 412ms
/ldap/external user directory/sanity OK 498ms
/ldap/external user directory/simple OK 15s 397ms
/ldap/role mapping/server config/valid bind dn OK 15s 391ms
/ldap/authentication/connection protocols OK 5m 12s
/ldap/authentication/connection protocols/plain text OK 15s 372ms
/ldap/external user directory/restart OK 2m 3s
/ldap/external user directory/restart/dynamically added users OK 23s 15ms
/ldap/role mapping/mapping OK 14m 57s
/ldap/authentication/connection protocols/plain text with custom port OK 15s 363ms
/ldap/role mapping/mapping/add new role not present XError 5m 15s
/ldap/external user directory/restart/multiple external user directories OK 21s 167ms
/ldap/authentication/connection protocols/starttls OK 1m 1s
/ldap/external user directory/restart/one external user directory OK 21s 276ms
/ldap/external user directory/restart/parallel login OK 58s 186ms
/ldap/authentication/connection protocols/starttls with custom port OK 15s 441ms
/ldap/authentication/connection protocols/tls OK 1m 1s
/ldap/external user directory/server config OK 2m 30s
/ldap/external user directory/server config/auth dn value OK 15s 509ms
/ldap/external user directory/server config/empty ca cert dir OK 15s 486ms
/ldap/external user directory/server config/empty ca cert file OK 15s 411ms
/ldap/authentication/connection protocols/tls cipher suite XFail 15s 662ms
/ldap/external user directory/server config/empty host OK 2s 47ms
/ldap/external user directory/server config/empty server name OK 2s 71ms
/ldap/external user directory/server config/invalid auth dn prefix OK 15s 497ms
/ldap/authentication/connection protocols/tls enable tls default yes OK 15s 788ms
/ldap/external user directory/server config/invalid auth dn suffix OK 15s 703ms
/ldap/authentication/connection protocols/tls minimum protocol version OK 1m 18s
/ldap/external user directory/server config/invalid enable tls value OK 2s 57ms
/ldap/external user directory/server config/invalid host OK 15s 482ms
/ldap/external user directory/server config/invalid port OK 15s 483ms
/ldap/external user directory/server config/invalid tls require cert value OK 15s 515ms
/ldap/external user directory/server config/invalid verification cooldown value OK 12s 334ms
/ldap/external user directory/server config/missing host OK 3s 953ms
/ldap/external user directory/server config/syntax OK 3s 892ms
/ldap/authentication/connection protocols/tls require cert default demand XFail 16s 15ms
/ldap/external user directory/external user directory config OK 2m 20s
/ldap/external user directory/external user directory config/defined twice roles OK 15s 857ms
/ldap/authentication/connection protocols/tls with custom port OK 16s 25ms
/ldap/external user directory/external user directory config/defined twice server OK 15s 907ms
/ldap/authentication/server config OK 3m 13s
/ldap/authentication/server config/auth dn value OK 16s 212ms
/ldap/external user directory/external user directory config/empty roles OK 16s 499ms
/ldap/authentication/server config/empty ca cert dir OK 17s 131ms
/ldap/external user directory/external user directory config/empty server OK 14s 615ms
/ldap/role mapping/mapping/group removed OK 12s 140ms
/ldap/role mapping/mapping/group removed and added in parallel OK 1m 2s
/ldap/external user directory/external user directory config/invalid role in roles OK 15s 712ms
/ldap/authentication/server config/empty ca cert file OK 15s 636ms
/ldap/external user directory/external user directory config/invalid server OK 15s 825ms
/ldap/authentication/server config/empty host OK 15s 951ms
/ldap/external user directory/external user directory config/missing roles OK 15s 756ms
/ldap/authentication/server config/empty server name OK 2s 72ms
/ldap/authentication/server config/invalid auth dn prefix OK 15s 865ms
/ldap/external user directory/external user directory config/missing server OK 14s 827ms
/ldap/authentication/server config/invalid auth dn suffix OK 15s 736ms
/ldap/external user directory/external user directory config/more than one user directory OK 15s 758ms
/ldap/role mapping/mapping/map role when ldap user belongs to large number of groups XFail 19s 312ms
/ldap/authentication/server config/invalid enable tls value OK 15s 630ms
/ldap/external user directory/connection protocols OK 5m 24s
/ldap/external user directory/connection protocols/plain text OK 15s 704ms
/ldap/role mapping/mapping/multiple roles OK 11s 847ms
/ldap/authentication/server config/invalid host OK 15s 634ms
/ldap/external user directory/connection protocols/plain text with custom port OK 15s 618ms
/ldap/role mapping/mapping/multiple sections with different prefixes OK 11s 884ms
/ldap/authentication/server config/invalid port OK 15s 455ms
/ldap/role mapping/mapping/multiple sections with identical parameters OK 12s 182ms
/ldap/external user directory/connection protocols/starttls OK 1m 3s
/ldap/authentication/server config/invalid tls require cert value OK 16s 273ms
/ldap/role mapping/mapping/parallel login of ldap users with multiple servers OK 49s 936ms
/ldap/authentication/server config/invalid verification cooldown value OK 12s 336ms
/ldap/authentication/server config/missing host OK 15s 641ms
/ldap/authentication/server config/syntax OK 3s 894ms
/ldap/authentication/user config OK 1m 4s
/ldap/authentication/user config/empty server name OK 5s 967ms
/ldap/role mapping/mapping/parallel login of local and ldap users with multiple servers OK 1m 9s
/ldap/authentication/user config/empty server not defined OK 15s 539ms
/ldap/external user directory/connection protocols/starttls with custom port OK 15s 962ms
/ldap/authentication/user config/empty user name OK 5s 975ms
/ldap/external user directory/connection protocols/tls OK 1m 4s
/ldap/authentication/user config/ldap and password OK 6s 15ms
/ldap/authentication/user config/multiple servers OK 15s 561ms
/ldap/authentication/user config/valid user config OK 15s 620ms
/ldap/authentication/user authentications OK 12m 52s
/ldap/authentication/user authentications/rbac=False OK 8m 17s
/ldap/authentication/user authentications/rbac=False/add user to ldap and login OK 11s 789ms
/ldap/role mapping/mapping/parallel login of local users OK 33s 467ms
/ldap/authentication/user authentications/rbac=False/empty username and empty password OK 50ms
/ldap/authentication/user authentications/rbac=False/invalid long username and valid short password OK 11s 697ms
/ldap/authentication/user authentications/rbac=False/invalid username and valid password OK 11s 738ms
/ldap/external user directory/connection protocols/tls cipher suite XFail 17s 295ms
/ldap/authentication/user authentications/rbac=False/login after clickhouse server is restarted OK 22s 270ms
/ldap/external user directory/connection protocols/tls enable tls default yes OK 15s 806ms
/ldap/role mapping/mapping/parallel login of multiple users OK 31s 936ms
/ldap/external user directory/connection protocols/tls minimum protocol version OK 1m 22s
/ldap/authentication/user authentications/rbac=False/login after ldap server is restarted OK 14s 436ms
/ldap/authentication/user authentications/rbac=False/login after user cn changed in ldap OK 11s 650ms
/ldap/role mapping/mapping/parallel login of the same user OK 31s 407ms
/ldap/authentication/user authentications/rbac=False/login after user is deleted from ldap OK 11s 582ms
/ldap/authentication/user authentications/rbac=False/login after user password changed in ldap OK 11s 662ms
/ldap/role mapping/mapping/prefix default value OK 12s 633ms
/ldap/authentication/user authentications/rbac=False/parallel login OK 20s 471ms
/ldap/role mapping/mapping/prefix non empty OK 11s 827ms
/ldap/authentication/user authentications/rbac=False/valid ascii username and utf8 password OK 11s 606ms
/ldap/role mapping/mapping/prefix with special regex characters OK 11s 739ms
/ldap/authentication/user authentications/rbac=False/valid long username and short password OK 11s 567ms
/ldap/external user directory/connection protocols/tls require cert default demand XFail 17s 569ms
/ldap/role mapping/mapping/prefix with special xml characters OK 11s 861ms
/ldap/authentication/user authentications/rbac=False/valid short username and invalid long password OK 11s 577ms
/ldap/role mapping/mapping/prefix with utf8 characters OK 11s 851ms
/ldap/external user directory/connection protocols/tls with custom port OK 16s 96ms
/ldap/authentication/user authentications/rbac=False/valid short username and long password OK 11s 600ms
/ldap/role mapping/mapping/privilege new and removed OK 15s 496ms
/ldap/external user directory/user authentications OK 7m 36s
/ldap/authentication/user authentications/rbac=False/valid username and invalid empty password OK 11s 569ms
/ldap/role mapping/mapping/role added OK 13s 675ms
/ldap/external user directory/user authentications/empty username and empty password OK 41ms
/ldap/external user directory/user authentications/invalid long username and valid short password OK 78ms
/ldap/external user directory/user authentications/invalid username and valid password OK 83ms
/ldap/external user directory/user authentications/login after clickhouse server is restarted OK 10s 592ms
/ldap/authentication/user authentications/rbac=False/valid username and invalid password OK 11s 594ms
/ldap/role mapping/mapping/role name with more than 128 characters OK 11s 664ms
/ldap/external user directory/user authentications/login after ldap server is restarted OK 1s 233ms
/ldap/external user directory/user authentications/login after user cn changed in ldap OK 127ms
/ldap/external user directory/user authentications/login after user is added to ldap OK 76ms
/ldap/external user directory/user authentications/login after user is deleted from ldap OK 133ms
/ldap/external user directory/user authentications/login after user password changed in ldap OK 157ms
/ldap/external user directory/user authentications/parallel login OK 16s 365ms
/ldap/authentication/user authentications/rbac=False/valid username and password OK 11s 512ms
/ldap/role mapping/mapping/role name with special regex characters OK 11s 701ms
/ldap/authentication/user authentications/rbac=False/valid username and password invalid server OK 11s 602ms
/ldap/external user directory/user authentications/parallel login with rbac users OK 16s 505ms
/ldap/role mapping/mapping/role name with special xml characters OK 11s 706ms
/ldap/authentication/user authentications/rbac=False/valid username with valid empty password OK 11s 514ms
/ldap/external user directory/user authentications/parallel login with the same user OK 16s 97ms
/ldap/role mapping/mapping/role name with utf8 characters OK 11s 705ms
/ldap/authentication/user authentications/rbac=False/valid utf8 username and ascii password OK 13s 805ms
/ldap/role mapping/mapping/role new OK 13s 692ms
/ldap/external user directory/user authentications/user lookup priority OK 318ms
/ldap/external user directory/user authentications/valid ascii username and utf8 password OK 74ms
/ldap/external user directory/user authentications/valid long username and short password OK 167ms
/ldap/external user directory/user authentications/valid short username and invalid long password OK 75ms
/ldap/external user directory/user authentications/valid short username and long password OK 69ms
/ldap/external user directory/user authentications/valid username and invalid empty password OK 68ms
/ldap/external user directory/user authentications/valid username and invalid password OK 71ms
/ldap/external user directory/user authentications/valid username and password OK 105ms
/ldap/external user directory/user authentications/valid username and password invalid server OK 36ms
/ldap/external user directory/user authentications/valid username with valid empty password OK 75ms
/ldap/external user directory/user authentications/valid utf8 username and ascii password OK 79ms
/ldap/authentication/user authentications/rbac=False/verification cooldown OK 4m 8s
/ldap/authentication/user authentications/rbac=False/verification cooldown/default verification cooldown value OK 16s 76ms
/ldap/external user directory/user authentications/login after ldap external user directory is removed OK 11s 550ms
/ldap/role mapping/mapping/role not present OK 13s 714ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset when invalid password is provided OK 17s 900ms
/ldap/external user directory/user authentications/parallel login with multiple servers OK 45s 772ms
/ldap/role mapping/mapping/role removed and readded OK 13s 943ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/valid verification cooldown value cn change OK 16s 250ms
/ldap/role mapping/mapping/roles removed and added in parallel XFail 1ms
/ldap/role mapping/mapping/user removed and added in ldap groups in parallel OK 28s 452ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/valid verification cooldown value ldap unavailable OK 18s 250ms
/ldap/external user directory/user authentications/parallel login with rbac and multiple servers OK 59s 740ms
/ldap/role mapping/mapping/user removed from group OK 13s 304ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/valid verification cooldown value password change OK 15s 689ms
/ldap/role mapping/mapping/with fixed roles OK 12s 848ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown performance OK 1m 4s
/ldap/role mapping/user dn detection OK 19m 24s
/ldap/role mapping/user dn detection/check valid scope values OK 1m 6s
/ldap/external user directory/user authentications/parallel login with the same user multiple servers OK 29s 191ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset on server auth dn prefix parameter change OK 25s 367ms
/ldap/external user directory/user authentications/default verification cooldown value OK 16s 255ms
/ldap/role mapping/user dn detection/config empty base dn OK 17s 553ms
/ldap/external user directory/user authentications/verification cooldown reset when invalid password is provided OK 17s 514ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset on server auth dn suffix parameter change OK 23s 944ms
/ldap/role mapping/user dn detection/config empty search filter OK 16s 168ms
/ldap/external user directory/user authentications/valid verification cooldown value cn change OK 18s 65ms
/ldap/role mapping/user dn detection/config invalid base dn OK 17s 346ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset on server host parameter change OK 25s 492ms
/ldap/external user directory/user authentications/valid verification cooldown value ldap unavailable OK 18s 968ms
/ldap/role mapping/user dn detection/config invalid search filter OK 16s 295ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset on server port parameter change OK 24s 840ms
/ldap/external user directory/user authentications/valid verification cooldown value password change OK 18s 660ms
/ldap/role mapping/user dn detection/config missing base dn OK 17s 509ms
/ldap/external user directory/user authentications/verification cooldown performance OK 1m 5s
/ldap/role mapping/user dn detection/config missing search filter OK 16s 160ms
/ldap/authentication/user authentications/rbac=True OK 4m 35s
/ldap/authentication/user authentications/rbac=True/add user to ldap and login OK 159ms
/ldap/authentication/user authentications/rbac=True/empty username and empty password OK 36ms
/ldap/authentication/user authentications/rbac=True/invalid long username and valid short password OK 156ms
/ldap/authentication/user authentications/rbac=True/invalid username and valid password OK 170ms
/ldap/authentication/user authentications/rbac=True/login after clickhouse server is restarted OK 10s 751ms
/ldap/role mapping/user dn detection/config valid OK 17s 548ms
/ldap/authentication/user authentications/rbac=True/login after ldap server is restarted OK 1s 387ms
/ldap/authentication/user authentications/rbac=True/login after user cn changed in ldap OK 199ms
/ldap/authentication/user authentications/rbac=True/login after user is deleted from ldap OK 197ms
/ldap/authentication/user authentications/rbac=True/login after user password changed in ldap OK 236ms
/ldap/authentication/user authentications/rbac=True/parallel login OK 9s 673ms
/ldap/authentication/user authentications/rbac=True/valid ascii username and utf8 password OK 144ms
/ldap/authentication/user authentications/rbac=True/valid long username and short password OK 143ms
/ldap/authentication/user authentications/rbac=True/valid short username and invalid long password OK 150ms
/ldap/authentication/user authentications/rbac=True/valid short username and long password OK 140ms
/ldap/authentication/user authentications/rbac=True/valid username and invalid empty password OK 139ms
/ldap/authentication/user authentications/rbac=True/valid username and invalid password OK 173ms
/ldap/authentication/user authentications/rbac=True/valid username and password OK 162ms
/ldap/authentication/user authentications/rbac=True/valid username and password invalid server OK 109ms
/ldap/authentication/user authentications/rbac=True/valid username with valid empty password OK 141ms
/ldap/authentication/user authentications/rbac=True/valid utf8 username and ascii password OK 162ms
/ldap/role mapping/user dn detection/config valid tls connection OK 16s 73ms
/ldap/authentication/user authentications/rbac=True/verification cooldown OK 4m 6s
/ldap/authentication/user authentications/rbac=True/verification cooldown/default verification cooldown value OK 15s 681ms
/ldap/role mapping/user dn detection/map roles by bind dn when base dn and user dn are different OK 17s 742ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset when invalid password is provided OK 17s 534ms
/ldap/external user directory/user authentications/verification cooldown reset on server auth dn prefix parameter change OK 19s 52ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/valid verification cooldown value cn change OK 16s 60ms
/ldap/role mapping/user dn detection/map roles by user dn when base dn and user dn are different OK 16s 67ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/valid verification cooldown value ldap unavailable OK 17s 972ms
/ldap/role mapping/user dn detection/mapping OK 15m 29s
/ldap/external user directory/user authentications/verification cooldown reset on server auth dn suffix parameter change OK 20s 33ms
/ldap/role mapping/user dn detection/mapping/add new role not present XError 5m 16s
/ldap/authentication/user authentications/rbac=True/verification cooldown/valid verification cooldown value password change OK 15s 280ms
/ldap/external user directory/user authentications/verification cooldown reset on server host parameter change OK 18s 74ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown performance OK 1m 3s
/ldap/external user directory/user authentications/verification cooldown reset on server port parameter change OK 18s 161ms
/ldap/external user directory/roles OK 1m 31s
/ldap/external user directory/roles/add privilege OK 12s 156ms
/ldap/external user directory/roles/new role OK 11s 960ms
/ldap/external user directory/roles/not present role added OK 13s 788ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset on server auth dn prefix parameter change OK 27s 586ms
/ldap/external user directory/roles/readd privilege by readding role OK 14s 294ms
/ldap/external user directory/roles/remove privilege OK 11s 944ms
/ldap/external user directory/roles/remove privilege by removing role OK 11s 995ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset on server auth dn suffix parameter change OK 24s 542ms
/ldap/external user directory/roles/remove role OK 11s 910ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset on server host parameter change OK 24s 5ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset on server port parameter change OK 24s 713ms
/ldap/role mapping/user dn detection/mapping/group removed OK 11s 765ms
/ldap/role mapping/user dn detection/mapping/group removed and added in parallel OK 1m 3s
/ldap/role mapping/user dn detection/mapping/map role when ldap user belongs to large number of groups XFail 18s 939ms
/ldap/role mapping/user dn detection/mapping/multiple roles OK 11s 894ms
/ldap/role mapping/user dn detection/mapping/multiple sections with different prefixes OK 12s 48ms
/ldap/role mapping/user dn detection/mapping/multiple sections with identical parameters OK 12s 2ms
/ldap/role mapping/user dn detection/mapping/parallel login of ldap users with multiple servers OK 57s 748ms
/ldap/role mapping/user dn detection/mapping/parallel login of local and ldap users with multiple servers OK 1m 22s
/ldap/role mapping/user dn detection/mapping/parallel login of local users OK 39s 477ms
/ldap/role mapping/user dn detection/mapping/parallel login of multiple users OK 34s 945ms
/ldap/role mapping/user dn detection/mapping/parallel login of the same user OK 36s 445ms
/ldap/role mapping/user dn detection/mapping/prefix default value OK 12s 778ms
/ldap/role mapping/user dn detection/mapping/prefix non empty OK 11s 945ms
/ldap/role mapping/user dn detection/mapping/prefix with special regex characters OK 12s 275ms
/ldap/role mapping/user dn detection/mapping/prefix with special xml characters OK 11s 978ms
/ldap/role mapping/user dn detection/mapping/prefix with utf8 characters OK 11s 945ms
/ldap/role mapping/user dn detection/mapping/privilege new and removed OK 13s 974ms
/ldap/role mapping/user dn detection/mapping/role added OK 13s 937ms
/ldap/role mapping/user dn detection/mapping/role name with more than 128 characters OK 11s 815ms
/ldap/role mapping/user dn detection/mapping/role name with special regex characters OK 11s 788ms
/ldap/role mapping/user dn detection/mapping/role name with special xml characters OK 11s 723ms
/ldap/role mapping/user dn detection/mapping/role name with utf8 characters OK 12s 108ms
/ldap/role mapping/user dn detection/mapping/role new OK 13s 731ms
/ldap/role mapping/user dn detection/mapping/role not present OK 11s 706ms
/ldap/role mapping/user dn detection/mapping/role removed and readded OK 14s 105ms
/ldap/role mapping/user dn detection/mapping/roles removed and added in parallel XFail 1ms
/ldap/role mapping/user dn detection/mapping/user removed and added in ldap groups in parallel OK 27s 93ms
/ldap/role mapping/user dn detection/mapping/user removed from group OK 12s 864ms
/ldap/role mapping/user dn detection/mapping/with fixed roles OK 11s 867ms
/ldap/role mapping/cluster secret OK 12m 7s
/ldap/role mapping/cluster secret/external user directory OK 11m 22s
/ldap/role mapping/cluster secret/external user directory/dynamic OK 3m 49s
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist OK 58s 665ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret OK 6s 281ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user OK 3s 127ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 126ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 3s 125ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user OK 3s 152ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 152ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 3s 24ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret OK 5s 964ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user OK 2s 866ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 866ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 866ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user OK 3s 96ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 96ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 970ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret OK 5s 944ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user OK 3s 5ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 4ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 3s 4ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user OK 2s 939ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 938ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 826ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret OK 5s 905ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user OK 2s 885ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 885ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 884ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user OK 3s 18ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 18ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 910ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist OK 1m 8s
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret OK 6s 107ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user OK 2s 992ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 992ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 991ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user OK 3s 113ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 113ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 972ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret OK 5s 944ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user OK 2s 893ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 892ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 892ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user OK 3s 50ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 50ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 920ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret OK 5s 824ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user OK 2s 938ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 937ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 936ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user OK 2s 885ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 885ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 884ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret OK 5s 670ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user OK 2s 838ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 838ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 837ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user OK 2s 830ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 830ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 829ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret OK 5s 740ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user OK 2s 886ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 885ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 884ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user OK 2s 853ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 852ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 852ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret OK 5s 761ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user OK 2s 901ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 900ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 899ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user OK 2s 859ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 858ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 857ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist OK 51s 319ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret OK 5s 794ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user OK 2s 898ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 898ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 897ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user OK 2s 895ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 894ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 894ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret OK 5s 678ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user OK 2s 839ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 838ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 838ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user OK 2s 838ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 837ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 837ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret OK 5s 819ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user OK 2s 947ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 944ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 943ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user OK 2s 871ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 871ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 870ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret OK 5s 805ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user OK 2s 972ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 972ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 971ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user OK 2s 832ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 831ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 830ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles OK 50s 756ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret OK 5s 685ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user OK 2s 826ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 826ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 825ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user OK 2s 857ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 857ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 856ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret OK 5s 805ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user OK 2s 880ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 879ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 879ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user OK 2s 924ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 924ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 923ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret OK 5s 802ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user OK 2s 930ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 929ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 929ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user OK 2s 871ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 871ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 870ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret OK 5s 859ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user OK 2s 935ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 935ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 934ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user OK 2s 923ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 922ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 921ms
/ldap/role mapping/cluster secret/external user directory/static OK 3m 46s
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist OK 56s 791ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret OK 5s 981ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user OK 2s 963ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 962ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 961ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user OK 3s 17ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 16ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 901ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret OK 5s 946ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user OK 2s 961ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 960ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 960ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user OK 2s 984ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 984ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 856ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret OK 6s 35ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user OK 2s 965ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 965ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 964ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user OK 3s 68ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 68ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 930ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret OK 5s 957ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user OK 2s 889ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 888ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 887ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user OK 3s 67ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 67ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 937ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist OK 1m 9s
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret OK 5s 914ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user OK 2s 912ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 912ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 911ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user OK 3s 1ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 0ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 889ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret OK 5s 996ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user OK 2s 980ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 980ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 979ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user OK 3s 14ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 14ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 899ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret OK 5s 738ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user OK 2s 872ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 871ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 870ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user OK 2s 865ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 864ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 864ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret OK 5s 785ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user OK 2s 885ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 884ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 883ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user OK 2s 899ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 899ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 898ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret OK 5s 753ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user OK 2s 847ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 847ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 846ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user OK 2s 905ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 904ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 903ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret OK 5s 764ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user OK 2s 886ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 885ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 884ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user OK 2s 877ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 877ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 876ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist OK 49s 731ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret OK 5s 729ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user OK 2s 893ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 893ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 892ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user OK 2s 835ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 834ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 834ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret OK 5s 663ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user OK 2s 855ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 854ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 854ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user OK 2s 807ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 807ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 806ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret OK 5s 745ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user OK 2s 868ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 867ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 866ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user OK 2s 876ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 876ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 875ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret OK 5s 685ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user OK 2s 828ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 827ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 827ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user OK 2s 856ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 855ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 855ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles OK 50s 29ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret OK 5s 729ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user OK 2s 845ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 845ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 844ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user OK 2s 882ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 882ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 881ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret OK 5s 757ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user OK 2s 891ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 891ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 890ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user OK 2s 865ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 864ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 864ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret OK 5s 847ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user OK 2s 965ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 965ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 964ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user OK 2s 880ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 880ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 879ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret OK 5s 677ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user OK 2s 854ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 853ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 852ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user OK 2s 822ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 822ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 821ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static OK 3m 46s
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist OK 57s 798ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret OK 6s 50ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user OK 2s 976ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 976ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 975ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user OK 3s 73ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 73ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 960ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret OK 5s 955ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user OK 2s 910ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 910ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 909ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user OK 3s 44ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 43ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 913ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret OK 5s 958ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user OK 2s 946ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 945ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 945ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user OK 3s 11ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 10ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 877ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret OK 5s 895ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user OK 2s 911ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 910ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 909ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user OK 2s 983ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 983ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 864ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist OK 1m 8s
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret OK 6s 12ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user OK 3s 30ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 29ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 3s 28ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user OK 2s 980ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 980ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 863ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret OK 5s 820ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user OK 2s 895ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 894ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 893ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user OK 2s 924ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 923ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 800ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret OK 5s 752ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user OK 2s 862ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 861ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 861ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user OK 2s 888ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 888ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 887ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret OK 5s 779ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user OK 2s 874ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 873ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 872ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user OK 2s 904ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 904ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role_not_mapped_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 903ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret OK 6s 45ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user OK 3s 6ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 5ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 3s 4ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user OK 3s 38ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 3s 37ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 893ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret OK 5s 888ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user OK 2s 925ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 924ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 924ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user OK 2s 962ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped True OK 2s 962ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role2_6a262196_a979_11ed_8215_0242ac110003 mapped True/select using mapped role OK 2s 847ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist OK 50s 681ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret OK 5s 763ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user OK 2s 879ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 879ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 878ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user OK 2s 883ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 882ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 882ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret OK 5s 771ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user OK 2s 866ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 866ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 865ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user OK 2s 904ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 903ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 902ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret OK 5s 839ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user OK 2s 909ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 908ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 908ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user OK 2s 929ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 928ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 928ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret OK 5s 680ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user OK 2s 843ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 843ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 842ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user OK 2s 835ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 835ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 834ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles OK 49s 899ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret OK 5s 643ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user OK 2s 825ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 825ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 824ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user OK 2s 817ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 817ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 816ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret OK 5s 788ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user OK 2s 908ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 907ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 907ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user OK 2s 878ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 878ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user/role role0_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 877ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret OK 5s 734ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user OK 2s 913ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 912ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 911ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user OK 2s 820ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 819ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 818ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret OK 5s 728ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user OK 2s 850ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 848ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 847ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user OK 2s 877ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False OK 2s 876ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user/role role1_6a262196_a979_11ed_8215_0242ac110003 mapped False/select using mapped role OK 2s 876ms
/ldap/role mapping/cluster secret/authenticated users OK 14s 158ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret OK 5s 960ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/ldap authenticated user OK 2s 910ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/ldap authenticated user/role role_00fdb29a_a97b_11ed_8215_0242ac110003 mapped role_00fdb29a_a97b_11ed_8215_0242ac110003 OK 2s 909ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/ldap authenticated user/role role_00fdb29a_a97b_11ed_8215_0242ac110003 mapped role_00fdb29a_a97b_11ed_8215_0242ac110003/select using mapped role OK 2s 908ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/local user OK 3s 49ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/local user/role role_00fdb29a_a97b_11ed_8215_0242ac110003 mapped role_00fdb29a_a97b_11ed_8215_0242ac110003 OK 3s 48ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/local user/role role_00fdb29a_a97b_11ed_8215_0242ac110003 mapped role_00fdb29a_a97b_11ed_8215_0242ac110003/select using mapped role OK 2s 931ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret OK 5s 933ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/ldap authenticated user OK 2s 924ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/ldap authenticated user/role role_00fdb29a_a97b_11ed_8215_0242ac110003 mapped role_00fdb29a_a97b_11ed_8215_0242ac110003 OK 2s 923ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/ldap authenticated user/role role_00fdb29a_a97b_11ed_8215_0242ac110003 mapped role_00fdb29a_a97b_11ed_8215_0242ac110003/select using mapped role OK 2s 923ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/local user OK 3s 8ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/local user/role role_00fdb29a_a97b_11ed_8215_0242ac110003 mapped role_00fdb29a_a97b_11ed_8215_0242ac110003 OK 3s 8ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/local user/role role_00fdb29a_a97b_11ed_8215_0242ac110003 mapped role_00fdb29a_a97b_11ed_8215_0242ac110003/select using mapped role OK 2s 902ms

Generated by TestFlows Open-Source Test Framework v1.9.221228.1171522