EXPECT_EQ(CalloutHandle::NEXT_STEP_DROP, callout_handle->getStatus());
EXPECT_TRUE(callout_handle->getParkingLotHandlePtr()->drop(query4));
- // Drop statistics should have beeb increased.
+ // Drop statistics should have been increased.
EXPECT_EQ(1, getStatistic("pkt4-not-for-us"));
EXPECT_EQ(1, getStatistic("pkt4-receive-drop"));
}
EXPECT_EQ(CalloutHandle::NEXT_STEP_DROP, callout_handle->getStatus());
EXPECT_TRUE(callout_handle->getParkingLotHandlePtr()->drop(query4));
- // Drop statistics should have beeb increased.
+ // Drop statistics should have been increased.
EXPECT_EQ(1, getStatistic("pkt4-not-for-us"));
EXPECT_EQ(1, getStatistic("pkt4-receive-drop"));
}
EXPECT_EQ(CalloutHandle::NEXT_STEP_DROP, callout_handle->getStatus());
EXPECT_TRUE(callout_handle->getParkingLotHandlePtr()->drop(query6));
- // Drop statistics should have beeb increased.
+ // Drop statistics should have been increased.
EXPECT_EQ(1, getStatistic("pkt6-not-for-us"));
EXPECT_EQ(1, getStatistic("pkt6-receive-drop"));
}
EXPECT_EQ(CalloutHandle::NEXT_STEP_DROP, callout_handle->getStatus());
EXPECT_TRUE(callout_handle->getParkingLotHandlePtr()->drop(query6));
- // Drop statistics should have beeb increased.
+ // Drop statistics should have been increased.
EXPECT_EQ(1, getStatistic("pkt6-not-for-us"));
EXPECT_EQ(1, getStatistic("pkt6-receive-drop"));
}
void testLease4GetByStateFind2();
/// @brief Check that lease4-get-by-state works as expected (try all
- /// combinaisons).
+ /// combinations).
void testLease4GetByStateFindN();
/// @brief Check that lease4-get-by-hostname can handle a situation when
void testLease6GetByStateFind2();
/// @brief Check that lease6-get-by-state works as expected (try all
- /// combinaisons).
+ /// combinations).
void testLease6GetByStateFindN();
/// @brief Check that lease6-get-by-hostname can handle a situation when
% MYSQL_LB_ROLLBACK rolling back MySQL database
Logged at debug log level 50.
-The code has issued a rollback call. All outstanding transaction will
+The code has issued a rollback call. All outstanding transactions will
be rolled back and not committed to the database.
% MYSQL_LB_TLS_CIPHER TLS cipher: %1
virtual isc::data::ConstElementPtr lfcStartHandler();
- /// @brief Update in-memoery stats when adding a v4 lease.
+ /// @brief Update in-memory stats when adding a v4 lease.
///
/// @param lease Added lease.
static void updateStatsOnAdd(const Lease4Ptr& lease);
auto tmpname = tmp.str();
::remove(tmpname.c_str());
- // Dump in memory leasses to temp file.
+ // Dump in memory leases to temp file.
try {
CSVLeaseFile4 tmpfile(tmpname);
tmpfile.open();
auto tmpname = tmp.str();
::remove(tmpname.c_str());
- // Dump in memory leasses to temp file.
+ // Dump in memory leases to temp file.
try {
CSVLeaseFile6 tmpfile(tmpname);
tmpfile.open();
// This test is sort of BS. How does an updated lease move to
// a new subnet without changing lease address, other than
-// if the lesae is being manually fixed after config change
+// if the lease is being manually fixed after config change
// altered subnets and pool.
void
GenericLeaseMgrTest::testUpdateStatsOn4DifferentSubnet() {
/// @brief Holds pointer to an object where response is to be stored.
WireDataPtr current_response_;
- /// @brief Hould persistent flag.
+ /// @brief Holds persistent flag.
bool current_persistent_;
/// @brief Response complete flag.
: address_(address), port_(port), tls_context_(tls_context) {
}
- // Mmebers.
+ // Members.
IOAddress address_;
uint16_t port_;
TlsContextPtr tls_context_;