| 70 | } |
| 71 | |
| 72 | void TearDown() override { |
| 73 | if (buffer_pool_client_.is_registered()) { |
| 74 | test_env_->exec_env()->buffer_pool()->DeregisterClient(&buffer_pool_client_); |
| 75 | } |
| 76 | ASSERT_OK(FileSystemUtil::RemovePaths({tmp_dir_.string()})); |
| 77 | } |
| 78 | |
| 79 | string Path(string filename) const { |
| 80 | return (tmp_dir_ / filename).string(); |
nothing calls this directly
no test coverage detected