Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Sep 3, 2024
1 parent 71c6d98 commit f78b006
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions velox/common/memory/tests/SharedArbitratorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,11 @@ class SharedArbitrationTest : public testing::WithParamInterface<TestParam>,
bool isSerialExecutionMode_{false};
};

/// A test fixture that runs cases within parallel execution mode.
class SharedArbitrationTestWithParallelExecutionModeOnly
: public SharedArbitrationTest {};
/// A test fixture that runs cases within both serial and
/// parallel execution modes.
class SharedArbitrationTestWithThreadingModes : public SharedArbitrationTest {};

DEBUG_ONLY_TEST_P(
Expand Down

0 comments on commit f78b006

Please sign in to comment.