Skip to content

Commit

Permalink
#2201: add collection_id and index to initialization test
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly authored and cz4rs committed Sep 20, 2024
1 parent 2c76bc2 commit 724abe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/runtime/test_initialization.cc
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,9 @@ void prepareLBDataFiles(const std::string file_name_without_ext) {
for (PhaseType i = 0; i < num_phases; i++) {
for (auto&& elm : ids[i]) {
dh.node_data_[i][elm] = LoadSummary{3};
std::vector<uint64_t> arr = {1};
VirtualProxyType proxy = 7;
dh.node_idx_[elm] = std::make_tuple(proxy, arr);
}
}

Expand Down

0 comments on commit 724abe9

Please sign in to comment.