Skip to content

Commit

Permalink
fix: Fix flaky caleWriterLocalPartitionTest.unpartitionBasic (#11788)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #11788

Fix flaky caleWriterLocalPartitionTest.unpartitionBasic witb more input data

Reviewed By: tanjialiang

Differential Revision: D66918241

fbshipit-source-id: f000c456949a4aa66a0864194ea07360f95091a9
  • Loading branch information
xiaoxmeng authored and facebook-github-bot committed Dec 8, 2024
1 parent 164b4c2 commit 929affe
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 929affe

Please sign in to comment.