Skip to content

Commit

Permalink
fix: Fix flaky caleWriterLocalPartitionTest.unpartitionBasic
Browse files Browse the repository at this point in the history
Summary: Fix flaky caleWriterLocalPartitionTest.unpartitionBasic witb more input data

Differential Revision: D66918241
  • Loading branch information
xiaoxmeng authored and facebook-github-bot committed Dec 8, 2024
1 parent 164b4c2 commit 641ed76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/exec/tests/ScaleWriterLocalPartitionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ class ScaleWriterLocalPartitionTest : public HiveConnectorTestBase {
};

TEST_F(ScaleWriterLocalPartitionTest, unpartitionBasic) {
const std::vector<RowVectorPtr> inputVectors = makeVectors(32, 1024);
const std::vector<RowVectorPtr> inputVectors = makeVectors(128, 1024);
const uint64_t queryCapacity = 256 << 20;
const uint32_t maxDrivers = 32;
const uint32_t maxExchanegBufferSize = 2 << 20;
Expand Down

0 comments on commit 641ed76

Please sign in to comment.