| 125 | } |
| 126 | |
| 127 | virtual void TearDown() { |
| 128 | if (client_.is_registered()) { |
| 129 | test_env_->exec_env()->buffer_pool()->DeregisterClient(&client_); |
| 130 | } |
| 131 | runtime_state_ = nullptr; |
| 132 | pool_.Clear(); |
| 133 | mem_pool_->FreeAll(); |
| 134 | test_env_.reset(); |
| 135 | } |
| 136 | |
| 137 | /// Set up all of the test state: the buffer pool, a query state, a client with no |
| 138 | /// reservation and any other descriptors, etc. |
nothing calls this directly
no test coverage detected