summaryrefslogtreecommitdiffstats
path: root/doc/devel
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2022-03-11 10:00:00 +0100
committerAndrei Pavel <andrei@isc.org>2022-04-02 10:06:19 +0200
commit7fb02feefce664ffe16283109d47f76d02b0b503 (patch)
tree8735a0461109ff5f7e5c14711f0ff631f100d8b8 /doc/devel
parent[#2375] Removed Cassandra (diff)
downloadkea-7fb02feefce664ffe16283109d47f76d02b0b503.tar.xz
kea-7fb02feefce664ffe16283109d47f76d02b0b503.zip
[#2353] log exceptions in MySQL unit tests
Diffstat (limited to 'doc/devel')
-rw-r--r--doc/devel/unit-tests.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/devel/unit-tests.dox b/doc/devel/unit-tests.dox
index 3d6f8b9f54..ae424f5958 100644
--- a/doc/devel/unit-tests.dox
+++ b/doc/devel/unit-tests.dox
@@ -197,7 +197,7 @@ anything e.g. `DEBUG=true`. `unset DEBUG` to remove this behavior.
%@endverbatim
The unit tests are run automatically when "make check" is executed (providing
- that Kea has been build with the \c --with-mysql switch (see the installation
+ that Kea has been built with the \c --with-mysql switch (see the installation
section in the <a href="https://kea.readthedocs.io/">Kea Administrator
Reference Manual</a>).
@@ -392,12 +392,12 @@ local all postgres trust
@section unitTestsKerberos Kerberos Configuration for Unit Tests
The GSS-TSIG hook library uses the GSS-API with Kerberos. While there are
-no doubts that the hook can be safely used with a valid Kerberos configuration
+no doubts that the hook can be safely used with a valid Kerberos configuration
in production, unit tests reported problems on some systems.
GSS-TSIG hook unit tests use a setup inherited from bind9 with old crypto
settings which are not allowed by default Kerberos system configuration.
-A simple workaround is to set the KRB5_CONFIG environment variable to
+A simple workaround is to set the KRB5_CONFIG environment variable to
a random value that doesn't match a file (e.g. KRB5_CONFIG=).
@section writingShellScriptsAndTests Writing shell scripts and tests