aboutsummaryrefslogtreecommitdiff
path: root/icing/monkey_test/icing-monkey-test-runner.cc
diff options
context:
space:
mode:
authorTim Barron <tjbarron@google.com>2022-12-15 20:59:15 -0800
committerTim Barron <tjbarron@google.com>2022-12-15 20:59:15 -0800
commit3577cb81208482705d7d15a5347b826bb4bacdfe (patch)
treefd0208149785c2da69d0887d8acface964593579 /icing/monkey_test/icing-monkey-test-runner.cc
parent94b21a83007fc0ce1bda6a7518d52f4ce07fb48d (diff)
downloadicing-3577cb81208482705d7d15a5347b826bb4bacdfe.tar.gz
Sync from upstream.
Descriptions: ====================================================================== Rename fullyQualifiedId to qualifiedId ====================================================================== Delete ResultState, which is dead code. ====================================================================== Implement support in the QueryVisitor for the property restrict operator (HAS) ====================================================================== Implement support in the QueryVisitor for implicit and, 'AND' and 'OR'. ====================================================================== Implement support in the QueryVisitor for NOT. ====================================================================== Implement support in the QueryVisitor for single term and single verbatim term queries. ====================================================================== Bug: 208654892 Bug: 256022027 Change-Id: I6c689dd7070ac0a9818b7425f3beab7258181049
Diffstat (limited to 'icing/monkey_test/icing-monkey-test-runner.cc')
-rw-r--r--icing/monkey_test/icing-monkey-test-runner.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/icing/monkey_test/icing-monkey-test-runner.cc b/icing/monkey_test/icing-monkey-test-runner.cc
index a2a6c9b..e7c0bdf 100644
--- a/icing/monkey_test/icing-monkey-test-runner.cc
+++ b/icing/monkey_test/icing-monkey-test-runner.cc
@@ -175,7 +175,8 @@ void IcingMonkeyTestRunner::Run(uint32_t num) {
}
p -= schedule.second;
}
- ICING_LOG(INFO) << "Documents in the in-memory icing: "
+ ICING_LOG(INFO) << "Completed Run #" << num
+ << ". Documents in the in-memory icing: "
<< in_memory_icing_->GetNumAliveDocuments();
}
}