MCPcopy Create free account
hub / github.com/apache/cloudberry / SetUp

Method SetUp

contrib/pax_storage/src/cpp/comm/comm_test.cc:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33class CommTest : public ::testing::Test {
34 public:
35 void SetUp() override {
36 MemoryContext comm_test_memory_context = AllocSetContextCreate(
37 (MemoryContext)NULL, "CommTestMemoryContext", 1 * 1024 * 1024,
38 1 * 1024 * 1024, 1 * 1024 * 1024);
39 MemoryContextSwitchTo(comm_test_memory_context);
40 }
41};
42
43TEST_F(CommTest, TestDeleteOperator) {

Callers

nothing calls this directly

Calls 1

MemoryContextSwitchToFunction · 0.85

Tested by

no test coverage detected