Francis Dupont
ae294e8420
[ #34 ] Addressed some comments
2022-01-06 13:12:40 +01:00
Francis Dupont
875dbd68e5
[ #34 ] Addressed almost all comments
2022-01-06 13:12:40 +01:00
Francis Dupont
5529fd8501
[ #34 ] Checkpoint: more PgSQL/CQL and hook
2022-01-06 13:12:40 +01:00
Francis Dupont
30fb9e1734
[ #2056 ] Addressed comments
2021-10-07 15:05:15 +02:00
Francis Dupont
4d40ea7107
[ #2056 ] Added a short item to dev guide
2021-10-07 15:05:15 +02:00
Andrei Pavel
bcecca9a21
[ #2064 ] hammer: don't modify postgres entry in hba
2021-09-06 13:56:32 +00:00
Andrei Pavel
7e96b0108c
[ #2064 ] hammer: change pg auth method to md5
2021-09-06 13:56:32 +00:00
Andrei Pavel
d423e17a64
[ #1077 ] document sysrepo 1.x
2021-07-23 13:48:53 +02:00
Andrei Pavel
dab966b3ed
[ #1772 ] changelog, copyrights, messages
2021-03-29 21:47:05 +03:00
Andrei Pavel
1e6da03272
[ #1760 ] spell checks
2021-03-26 13:02:13 +02:00
Francis Dupont
16d81cfddb
[ #1664 ] Documented KEA_TLS_CHECK_VERBOSE
2021-03-24 13:49:01 +01:00
Andrei Pavel
7e71c1a19d
[ #1610 ] improvements to doxygen on shell scripts
2020-12-23 14:19:42 +02:00
Andrei Pavel
55b7bad7a2
[ #1610 ] Developer's Guide: Writing shell tests
2020-12-18 22:06:20 +02:00
Francis Dupont
e2795ad262
[ #1450 ] Added KEA_LOG_CHECK_VERBOSE env var
2020-10-16 12:58:37 +02:00
Razvan Becheriu
0d04b756d4
[ #1089 ] added decumentation
2020-04-02 09:27:57 +00:00
Michal Nowikowski
78233068df
[ #1098 ] adjusted code for release
...
- update copyright dates
- prepare messages files
- added release entry in ChangeLog file
2020-01-27 19:50:37 +01:00
Tomek Mrugalski
4aad9d8cac
[ #880 ] Corrected variable in unit-tests.dox
2020-01-22 14:47:00 +00:00
Francis Dupont
89a26f89f0
[ #880 ] Addressed comments
2020-01-22 14:47:00 +00:00
Francis Dupont
88dfca3f42
[ #880 ] Added sanitizer usage in devel doc
2020-01-22 14:47:00 +00:00
Tomek Mrugalski
5a49bfa6d4
[ #1051 ] Added gtest version info
2020-01-22 13:58:29 +00:00
Tomek Mrugalski
f2a95fcb51
[ #1051 ] Clarified gtest section in devel guide
2020-01-22 13:58:29 +00:00
Michal Nowikowski
a2074d9fb8
replaced links to old docs to https://kea.readthedocs.io/
2019-08-19 17:39:09 +02:00
Francis Dupont
6477cd52d8
[595-permission-problem-with-posgresql-read-only-unit-test] Added welcome message from Debian 10 vm
2019-07-09 14:31:23 -04:00
Francis Dupont
0cd33422f2
[595-permission-problem-with-posgresql-read-only-unit-test] Added alternate way to give SELECT permission for RO PostgreSQL unit tests
2019-07-09 14:31:23 -04:00
Michal Nowikowski
fccb0cf410
updated versions, updated copyright dates, sorted messages
2019-05-28 10:53:08 +02:00
Thomas Markwalder
d88c013de4
[#531,!279] PgSQL unit testing now supports data wipe
...
src/share/database/scripts/pgsql
wipe_data.sh.in - new file
doc/devel/unit-tests.dox
Removed MySQL/CQL only comment
several files:
Added commentary and removed superflous calls to destroyPgSQLSchema
src/lib/pgsql/testutils/pgsql_schema.*
destroyPgSQLSchema()
createPgSQLSchema() - modified to support data wiping
wipePgSQLData() - new function
src/lib/pgsql/tests
pgsql_schema.cc
pgsql_schema.h - deleted these. They appear to have
been added by mistake.
2019-03-13 10:44:17 -04:00
Thomas Markwalder
2de28db4ae
[#526,!269] Updated developer's guide.
...
doc/devel/unit-tests.dox - added
discussion of the env var.
2019-03-12 13:01:24 -04:00
Michal Nowikowski
fee053c548
changes after review: updated comments and did other small improvements
2019-03-07 10:59:29 +01:00
Francis Dupont
7f4847e9a4
[354-compilation-with-mysql-fails-on-fedora-29] Solved other issues
2019-02-07 17:02:22 -05:00
Francis Dupont
07220434c7
[339-doxygen-errors] Removed spurious @endcode
2018-12-11 14:53:41 -05:00
Wlodek Wencel
cd646f915f
[master] changes for 1.5.0-beta2 release
2018-11-29 13:56:31 +01:00
Suzanne Goldlust
5d5dc5e862
Update unit-tests.dox
2018-11-15 14:45:48 -05:00
Vicky Risk
9d5d680347
Update unit-tests.dox to replace reference to oldkea.isc.org
...
@section unitTestsIntroduction Introduction
Kea uses the Google C++ Testing Framework (also called googletest or gtest) as a
base for our C++ unit-tests. See https://github.com/google/googletest for
details. We used to have Python unit-tests inherited from BIND10
days but have been removed, so please do not write any new Kea unit
tests in Python. If you want to write DHCP tests in Python, we encourage you to
take a look at ISC Forge: http://oldkea.isc.org/wiki/IscForge .
You must have \c gtest installed or at least extracted in a directory
before compiling Kea unit-tests. To enable unit-tests in Kea, use:
@code
./configure --with-gtest=/path/to/your/gtest/dir
@endcode
or
@code
./configure --with-gtest-source=/path/to/your/gtest/dir
2018-11-14 21:29:09 -05:00
Wlodek Wencel
f66a5ee5fd
[master] all links kea.isc.org were temporary changed to oldkea.isc.org for upcoming release
2018-11-08 21:03:54 +01:00
Francis Dupont
51fd66d364
[master] Finishing merge of trac5494 (Cassandra vs macOS)
2018-02-08 16:02:48 +01:00
Francis Dupont
cb0d735628
[5494] Fixed Cassandra support for macOS
2017-12-31 17:48:28 +01:00
Andrei Pavel
ac189cbb94
--with-dhcp-backend -> --with-backend
2016-12-14 16:58:39 +02:00
Tomek Mrugalski
9558de5162
[4299] General Developer's guide refresh.
2016-09-19 22:43:27 +02:00
Marcin Siodelski
8af6ca8b99
[4562] Corrected error in unit tests doxygen documentation.
2016-08-26 17:17:57 +02:00
Stephen Morris
a0f25b08ac
[4489] Miscellaneous editing changes to unit test documentation
2016-08-24 23:43:31 +01:00
Marcin Siodelski
750fa1da22
[4489] Updated dev-guide with database prerequisites for unit tests.
2016-08-18 10:30:45 +02:00