MCPcopy Create free account
hub / github.com/apache/arrow / TearDown

Method TearDown

cpp/src/arrow/acero/asof_join_node_test.cc:723–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721 void SetUp() override { debug_sstr.str(std::string("")); }
722
723 void TearDown() override {
724 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info();
725 if (test_info && test_info->result()->Failed()) {
726 std::cerr << "AsofJoinTest debug:" << std::endl << debug_sstr.str() << std::endl;
727 }
728 }
729
730 std::stringstream debug_sstr;
731 std::mutex debug_mutex;

Callers

nothing calls this directly

Calls 2

strMethod · 0.80
resultMethod · 0.45

Tested by

no test coverage detected