]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry 1542.
authorThomas Markwalder <tmark@isc.org>
Tue, 12 Mar 2019 19:24:27 +0000 (15:24 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 12 Mar 2019 19:24:27 +0000 (15:24 -0400)
ChangeLog

index 707c370d6fdedd42079ffa01ba481f4211843694..44c5f9fe91f68e1a1e0fd80447a937e755f3b193 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+1542.  [test]          tmark   
+       MySQL and CQL unit tests will now attempt to wipe the unit test
+       data, rather than the (re)create the schema between each test. 
+       This reduces test execution time appreciably.  The behavior
+       may be overridden by defining environment variable:
+       KEA_TEST_DB_WIPE_DATA_ONLY="false".  This will cause the schema
+       to be recreated before each test but may dramatically increase
+       test execution time.
+       (Gitlab #526,!269, git 7e81d7bea27e919b652351880872aae68ad1b209)
+
 1541.  [bug]           fdupont
        Empty Relay Agent Information option is no longer sent in server
        responses.