| 47 | class SortBufferTest : public OperatorTestBase { |
| 48 | protected: |
| 49 | void SetUp() override { |
| 50 | filesystems::registerLocalFileSystem(); |
| 51 | if (!isRegisteredVectorSerde()) { |
| 52 | this->registerVectorSerde(); |
| 53 | } |
| 54 | rng_.seed(123); |
| 55 | } |
| 56 | |
| 57 | void TearDown() override { |
| 58 | pool_.reset(); |
nothing calls this directly
no test coverage detected