From: Greg Farnum Date: Wed, 14 Jun 2017 20:05:46 +0000 (-0700) Subject: test: update TestPGLog's pool_id for the new world (no pool 0) X-Git-Tag: ses5-milestone8~1^2~21^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9407998b4e08596712e2022beae822d91e1676c5;p=ceph.git test: update TestPGLog's pool_id for the new world (no pool 0) Signed-off-by: Greg Farnum --- diff --git a/src/test/osd/TestPGLog.cc b/src/test/osd/TestPGLog.cc index 18a2d64ac5b8..62364e669926 100644 --- a/src/test/osd/TestPGLog.cc +++ b/src/test/osd/TestPGLog.cc @@ -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;