Skip to content

Commit 89ab72d

Browse files
committed
Address comments.
1 parent cff1000 commit 89ab72d

11 files changed

Lines changed: 249 additions & 193 deletions

File tree

test/src/unit-capi-config.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* The MIT License
77
*
8-
* @copyright Copyright (c) 2017-2025 TileDB Inc.
8+
* @copyright Copyright (c) 2017-2026 TileDB Inc.
99
*
1010
* Permission is hereby granted, free of charge, to any person obtaining a copy
1111
* of this software and associated documentation files (the "Software"), to deal
@@ -277,6 +277,7 @@ void check_save_to_file() {
277277
<< "\n";
278278
ss << "sm.max_tile_overlap_size 314572800\n";
279279
ss << "sm.mem.consolidation.buffers_weight 1\n";
280+
ss << "sm.mem.consolidation.initial_buffer_size 10485760\n";
280281
ss << "sm.mem.consolidation.reader_weight 3\n";
281282
ss << "sm.mem.consolidation.writer_weight 2\n";
282283
ss << "sm.mem.malloc_trim true\n";
@@ -653,6 +654,7 @@ TEST_CASE("C API: Test config iter", "[capi][config]") {
653654
all_param_values["sm.query.condition_evaluator"] =
654655
Config::SM_QUERY_CONDITION_EVALUATOR;
655656
all_param_values["sm.query.sparse_unordered_with_dups.reader"] = "refactored";
657+
all_param_values["sm.mem.consolidation.initial_buffer_size"] = "10485760";
656658
all_param_values["sm.mem.consolidation.buffers_weight"] = "1";
657659
all_param_values["sm.mem.consolidation.reader_weight"] = "3";
658660
all_param_values["sm.mem.consolidation.writer_weight"] = "2";

0 commit comments

Comments
 (0)