Skip to content

Commit

Permalink
#1668: Fix some of the CI issue in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Oct 13, 2023
1 parent d4ed8d6 commit c41101d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vt/vrt/collection/manager.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1683,6 +1683,10 @@ void CollectionManager::insert(
if (insert_node == this_node and proceed_with_insertion) {
auto cons_fn = detail::InsertMsgDispatcher<MsgT, ColT>::makeCons(insert_msg);
makeCollectionElement<ColT>(untyped_proxy, idx, mapped_node, cons_fn);

auto elm_holder = findElmHolder<IndexType>(untyped_proxy);
auto raw_ptr = elm_holder->lookup(idx).getRawPtr();
raw_ptr->getLBData().updatePhase(thePhase()->getCurrentPhase());
} else if (insert_node != this_node) {
auto msg = makeMessage<InsertMsg<ColT, MsgT>>(
proxy, idx, insert_node, mapped_node, modify_epoch, insert_msg
Expand Down

0 comments on commit c41101d

Please sign in to comment.