+2392. [func] razvan
+ Reject 'config-set' and 'config-reload' commands when lease
+ file cleanup process is running.
+ (Gitlab #3986)
+
Kea 3.1.1 (development) released on September 27, 2025
2391. [bug] fdupont
::remove("test7.json");
}
-// Tests if config-reload attempts to reload a file while LFC is running
+// Check that the "config-reload" fails when LFC is running.
TEST_F(CtrlChannelDhcpv4SrvTest, configReloadLFCRunning) {
createUnixChannelServer();
std::string response;
// file is not a valid JSON.
void testConfigReloadBrokenFile();
- // Tests if config-reload attempts to reload a file while LFC is running.
+ // Tests if config-reload fails to reload a file while LFC is running.
void testConfigReloadLFCRunning();
// Tests if config-reload attempts to reload a file and reports that the
testConfigReloadBrokenFile();
}
-// Tests if config-reload attempts to reload a file while LFC is running.
+// Check that the "config-reload" fails when LFC is running.
void
BaseCtrlChannelDhcpv4Test::testConfigReloadLFCRunning() {
createHttpChannelServer();
::remove("test7.json");
}
-// Tests if config-reload attempts to reload a file while LFC is running
+// Check that the "config-reload" fails when LFC is running.
TEST_F(CtrlChannelDhcpv6SrvTest, configReloadLFCRunning) {
createUnixChannelServer();
std::string response;
// file is not a valid JSON.
void testConfigReloadBrokenFile();
- // Tests if config-reload attempts to reload a file while LFC is running.
+ // Tests if config-reload fails to reload a file while LFC is running.
void testConfigReloadLFCRunning();
// Tests if config-reload attempts to reload a file and reports that the
testConfigReloadBrokenFile();
}
-// Tests if config-reload attempts to reload a file while LFC is running.
+// Check that the "config-reload" fails when LFC is running.
void
BaseCtrlChannelDhcpv6Test::testConfigReloadLFCRunning() {
createHttpChannelServer();