]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/crimson/seastore/transaction_manager_test_state: fix compilation error 58018/head
authorMatan Breizman <mbreizma@redhat.com>
Thu, 23 May 2024 11:06:41 +0000 (11:06 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 13 Jun 2024 12:26:22 +0000 (15:26 +0300)
commit2e588ede06a399644409a5ed05ce2fec2ea687a9
treeb7a1ad73078b823c6351915a60a8716ed71a8077
parent8068d81b8f8cb8f0568309051bfd549537347a30
test/crimson/seastore/transaction_manager_test_state: fix compilation error

Introduced in: https://github.com/ceph/ceph/commit/898efa78e2cde90a2bdf8e6f7eda1d4def736705

Followup: https://github.com/ceph/ceph/pull/53433

```
FAILED: src/crimson/tools/CMakeFiles/perf-staged-fltree.dir/perf_staged_fltree.cc.o
 error: ‘GetParam’ was not declared in this scope
  287 |     if (std::get<1>(GetParam()) == integrity_check_t::FULL_CHECK) {
      |                     ^~~~~~~~
/home/yogisha/ceph/src/test/crimson/seastore/transaction_manager_test_state.h: In member function ‘virtual seastar::future<> SeaStoreTestState::_init()’:
/home/yogisha/ceph/src/test/crimson/seastore/transaction_manager_test_state.h:439:21: error: ‘GetParam’ was not declared in this scope
  439 |     if (std::get<1>(GetParam()) == integrity_check_t::FULL_CHECK) {
      |                     ^~~~~~~~
```

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit 8a182dffc1ad2571f53a4990c19cb4a329722101)
src/test/crimson/seastore/transaction_manager_test_state.h