Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement recall mechanism for gateway data refreshing #12180

Merged
merged 5 commits into from
Jan 20, 2024

Conversation

Arshardh
Copy link
Contributor

…ava/org/wso2/carbon/apimgt/common/jms/JMSConnectionEventListener.java
Copy link

codecov bot commented Jan 19, 2024

Codecov Report

Attention: 51 lines in your changes are missing coverage. Please review.

Comparison is base (4dff3d6) 39.35% compared to head (18f854a) 48.07%.
Report is 303 commits behind head on master.

Files Patch % Lines
...so2/carbon/apimgt/gateway/InMemoryAPIDeployer.java 18.60% 33 Missing and 2 partials ⚠️
...2/carbon/apimgt/keymgt/SubscriptionDataHolder.java 12.50% 7 Missing ⚠️
.../wso2/carbon/apimgt/common/jms/JMSTaskManager.java 0.00% 4 Missing ⚠️
...t/gateway/listeners/GatewayJMSMessageListener.java 92.50% 2 Missing and 1 partial ⚠️
...pimgt/gateway/internal/ServiceReferenceHolder.java 0.00% 1 Missing ⚠️
...rg/wso2/carbon/apimgt/keymgt/model/entity/API.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #12180      +/-   ##
============================================
+ Coverage     39.35%   48.07%   +8.72%     
- Complexity        0     4085    +4085     
============================================
  Files          1785     1812      +27     
  Lines        130402   133511    +3109     
  Branches      18786    19300     +514     
============================================
+ Hits          51320    64189   +12869     
+ Misses        72607    61861   -10746     
- Partials       6475     7461     +986     
Flag Coverage Δ
integration_tests 42.87% <51.42%> (+11.18%) ⬆️
unit_tests 20.74% <4.95%> (-0.14%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Arshardh Arshardh merged commit cc45e74 into wso2:master Jan 20, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle communication failures between CP and GW for proper policy enforcement.
4 participants