Skip to content

Commit

Permalink
Module deployments are deduplicated when static merge deployments(#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willhow-Gao committed Nov 23, 2024
1 parent 6430a43 commit 6a936d2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ public boolean registerBizIfAbsent(Biz biz) {
return bizCache.put(biz.getBizVersion(), biz) == null;
}
}

Check warning on line 236 in sofa-ark-parent/core-impl/container/src/main/java/com/alipay/sofa/ark/container/service/biz/BizManagerServiceImpl.java

View check run for this annotation

Codecov / codecov/patch

sofa-ark-parent/core-impl/container/src/main/java/com/alipay/sofa/ark/container/service/biz/BizManagerServiceImpl.java#L236

Added line #L236 was not covered by tests

}
return false;

Check warning on line 238 in sofa-ark-parent/core-impl/container/src/main/java/com/alipay/sofa/ark/container/service/biz/BizManagerServiceImpl.java

View check run for this annotation

Codecov / codecov/patch

sofa-ark-parent/core-impl/container/src/main/java/com/alipay/sofa/ark/container/service/biz/BizManagerServiceImpl.java#L238

Added line #L238 was not covered by tests
}
Expand Down

0 comments on commit 6a936d2

Please sign in to comment.