Skip to content

Commit

Permalink
Fix flaky test ssdWriteOptions (facebookincubator#11491)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookincubator#11491

Reviewed By: xiaoxmeng

Differential Revision: D65739871

Pulled By: zacw7

fbshipit-source-id: 9145df9aa15c5408a8cc4323adf073372de55909
  • Loading branch information
zacw7 authored and facebook-github-bot committed Nov 11, 2024
1 parent f69b852 commit 57040fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/common/caching/tests/AsyncDataCacheTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ TEST_P(AsyncDataCacheTest, ssdWriteOptions) {
{0.8, 0.95, 4UL << 20, false},
{0.8, 0.3, 32UL << 20, false},
{0.8, 0.3, 4UL << 20, true},
{0.0, 0.95, 0, true}};
{0.0, 0.8, 0, true}};

for (const auto& testData : testSettings) {
SCOPED_TRACE(testData.debugString());
Expand Down

0 comments on commit 57040fd

Please sign in to comment.