Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian committed Nov 29, 2023
1 parent 478fcf9 commit cda0136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/test/olap/wal_manager_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ TEST_F(WalManagerTest, TestDynamicWalSpaceLimt) {
size_t available_bytes;
size_t disk_capacity_bytes;
// Get the root path available space.
static_cast<void> (io::global_local_filesystem()->get_space_info("./", &disk_capacity_bytes,
static_cast<void>(io::global_local_filesystem()->get_space_info("./", &disk_capacity_bytes,

&available_bytes));
&available_bytes));
size_t wal_limit_bytes;

WalManager::wal_limit = 0;
Expand Down

0 comments on commit cda0136

Please sign in to comment.