Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[native]Improve server operator test #23963

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xiaoxmeng
Copy link
Contributor

Use operator test base for server operation test

== NO RELEASE NOTE ==

@xiaoxmeng xiaoxmeng requested a review from a team as a code owner November 6, 2024 17:45
@@ -29,7 +29,7 @@ namespace facebook::presto {
class ServerOperationTest : public testing::Test {
void SetUp() override {
FLAGS_velox_memory_leak_check_enabled = true;
memory::MemoryManager::testingSetInstance({});
exec::test::OperatorTestBase::SetUp();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also call exec::test::OperatorTestBase::TearDown() to pair up semantically?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants