Skip to content

Commit 294ac1b

Browse files
author
Razvan Becheriu
committed
[#2611] addressed review
1 parent 9bbe6aa commit 294ac1b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: src/lib/d2srv/tests/d2_tsig_key_unittest.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace {
2626

2727
/// @brief Check statistics names.
2828
TEST(D2StatsTest, names) {
29-
ASSERT_EQ(3, D2Stats::ncr.size());
29+
ASSERT_EQ(4, D2Stats::ncr.size());
3030
ASSERT_EQ(6, D2Stats::update.size());
3131
ASSERT_EQ(4, D2Stats::key.size());
3232
}

Diff for: src/share/api/statistic-get-all.json

+6
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,12 @@
609609
" \"2023-06-13 21:42:54.627737\"",
610610
" ]",
611611
" ],",
612+
" \"queue-mgr-queue-full\": [",
613+
" [",
614+
" 0,",
615+
" \"2023-06-13 21:42:54.627737\"",
616+
" ]",
617+
" ],",
612618
" \"update-error\": [",
613619
" [",
614620
" 0,",

0 commit comments

Comments
 (0)