aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-09-20 10:38:56 +0000
committerGeir Storli <geirst@oath.com>2018-09-20 10:38:56 +0000
commit04d1f1af63352185fe321f29e4da027dae94ac3c (patch)
tree8b6febbccb2fd4a70b6ff07d16af18f0ce718414 /searchcore/src/tests/proton/documentdb/documentdb_test.cpp
parentd94350c19c8e75c79405c967c427df9e832e0b6f (diff)
Migrate document counts metrics to new naming scheme.
Also make terminology more clear with 'active', 'ready', 'total', 'removed'.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/documentdb_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/documentdb_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
index 8affe6e9cbf..2c9a2b300eb 100644
--- a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
@@ -221,8 +221,8 @@ TEST_F("requireThatStateIsReported", Fixture)
" },\n"
" \"documents\": {\n"
" \"active\": 0,\n"
- " \"indexed\": 0,\n"
- " \"stored\": 0,\n"
+ " \"ready\": 0,\n"
+ " \"total\": 0,\n"
" \"removed\": 0\n"
" }\n"
"}\n",