Disables creation of a BufferPool instance as part of this TestEnv in Init().
| 42 | |
| 43 | /// Disables creation of a BufferPool instance as part of this TestEnv in Init(). |
| 44 | void DisableBufferPool() { enable_buffer_pool_ = false; } |
| 45 | |
| 46 | /// Set configuration for BufferPool. Only has effect if called before Init(). |
| 47 | /// If not called, a buffer pool with no capacity is created. |
no outgoing calls
no test coverage detected