From: Thomas Markwalder Date: Tue, 12 Mar 2019 19:24:27 +0000 (-0400) Subject: [master] Added ChangeLog entry 1542. X-Git-Tag: Kea-1.6.0-beta~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7bf83acf8862dc86d3ea76674db6bbb05db8155;p=thirdparty%2Fkea.git [master] Added ChangeLog entry 1542. --- diff --git a/ChangeLog b/ChangeLog index 707c370d6f..44c5f9fe91 100644 --- 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.