Skip to content

Commit

Permalink
EPMRPP-64803 || Make async remove test items from index (#1605)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Piankouski <[email protected]>
  • Loading branch information
APiankouski and Andrei Piankouski authored Jul 26, 2022
1 parent 4e32b00 commit 6c4dece
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected void updateStatus(Project project, Launch launch, TestItem testItem, S

List<Long> itemsToReindex = changeParentsStatuses(testItem, launch, true, user);
itemsToReindex.add(testItem.getItemId());
logIndexer.indexItemsRemoveAsync(project.getId(), itemsToReindex);
logIndexer.indexItemsRemove(project.getId(), itemsToReindex);

if (!issueRequired) {
itemsToReindex.remove(itemsToReindex.size() - 1);
Expand Down

0 comments on commit 6c4dece

Please sign in to comment.