Skip to content

Commit

Permalink
Mark TableScanTest.tableScanSplitsAndWeights as DEBUG_ONLY.
Browse files Browse the repository at this point in the history
Summary:
The test uses debug-only instrumentation SCOPED_TESTVALUE_SET, so must
be debug only.

Reviewed By: gggrace14

Differential Revision: D54214343

fbshipit-source-id: d932e93655e0aaf6ad005d80d4d5ee355be0ecca
  • Loading branch information
Sergey Pershin authored and facebook-github-bot committed Feb 26, 2024
1 parent 4b439db commit 87a0519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/exec/tests/TableScanTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ TEST_F(TableScanTest, waitForSplit) {
duckDbQueryRunner_);
}

TEST_F(TableScanTest, tableScanSplitsAndWeights) {
DEBUG_ONLY_TEST_F(TableScanTest, tableScanSplitsAndWeights) {
// Create 10 data files for 10 splits.
const size_t numSplits{10};
const auto filePaths = makeFilePaths(numSplits);
Expand Down

0 comments on commit 87a0519

Please sign in to comment.