]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Exclude property kLiveSstFilesSizeAtTemperature from stress_test (#8668)
authorJay Zhuang <zjay@fb.com>
Tue, 17 Aug 2021 16:04:09 +0000 (09:04 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 17 Aug 2021 16:06:01 +0000 (09:06 -0700)
Summary:
Just like other per_level properties.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/8668

Test Plan: stress_test

Reviewed By: zhichao-cao

Differential Revision: D30360967

Pulled By: jay-zhuang

fbshipit-source-id: 70da2557b95c55e8081b04ebf1a909a0fe69488f

db_stress_tool/db_stress_test_base.cc

index 9d9320ddec6ffb3397e90b1e02f0eac0036e01d8..62f007c1e13f9451a9173336ae759d18f3d98139 100644 (file)
@@ -1743,6 +1743,9 @@ void StressTest::TestGetProperty(ThreadState* thread) const {
   std::unordered_set<std::string> unknownPropertyNames = {
       DB::Properties::kEstimateOldestKeyTime,
       DB::Properties::kOptionsStatistics,
+      DB::Properties::
+          kLiveSstFilesSizeAtTemperature,  // similar to levelPropertyNames, it
+                                           // requires a number suffix
   };
   unknownPropertyNames.insert(levelPropertyNames.begin(),
                               levelPropertyNames.end());