]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: update TestPGLog's pool_id for the new world (no pool 0)
authorGreg Farnum <gfarnum@redhat.com>
Wed, 14 Jun 2017 20:05:46 +0000 (13:05 -0700)
committerSage Weil <sage@redhat.com>
Wed, 28 Jun 2017 14:52:49 +0000 (10:52 -0400)
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
src/test/osd/TestPGLog.cc

index 18a2d64ac5b89a4cbae86c0df5d27700a4da655a..62364e66992620a783a4fdf9cfef526fa323b84a 100644 (file)
@@ -1863,7 +1863,7 @@ TEST_F(PGLogTest, filter_log_1) {
 
     int osd_id = 1;
     epoch_t epoch = 40;
-    int64_t pool_id = 0;
+    int64_t pool_id = 1;
     int bits = 2;
     int max_osd = 4;
     int pg_num = max_osd << bits;