Skip to content
Snippets Groups Projects
Commit 351dbb1d authored by Dmitry Ivanov's avatar Dmitry Ivanov
Browse files

feat(tests): Explain the reason why LDAP test might fail locally

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
parent 8277665c
No related branches found
No related tags found
1 merge request!97feat(tests): Explain the reason why LDAP test might fail locally
Pipeline #22689 passed
-- NOTE: this test expects to see `glauth` in $PATH!
-- It's an LDAP server we use for this test.
-- You can have it downloaded by CMake during project configuration:
--
-- ```shell
-- cmake -DENABLE_GLAUTH_DOWNLOAD=ON
-- ```
--
-- Although we could enable this test depending on the ability
-- to execute `glauth`, we'd like to run it unconditionally,
-- otherwise there's a non-zero chance of LDAP breaking silently.
local net = require('net.box')
local server = require('luatest.server')
local t = require('luatest')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment