lordgamez commented on a change in pull request #959:
URL: https://github.com/apache/nifi-minifi-cpp/pull/959#discussion_r543430274



##########
File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp
##########
@@ -103,8 +103,6 @@ TEST_CASE("Test time limit", "[timeLimitTest]") {
 
   provisionRepo(provdb, keyCount / 2, 102400);
 
-  REQUIRE(provdb.getKeyCount() == 250);
-
   /**

Review comment:
       I think the comment is okay as we do put 250 entries to the DB. The 
problem here was that sometimes when we get to this point of the execution the 
key count is already 96 instead of 250, as the serialized records have probably 
already expired.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to