2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-24 10:48:42 +00:00

21 Commits

Author SHA1 Message Date
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