Skip to content

Add gRPC-based IR loader #318

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

Open
wants to merge 9 commits into
base: neo
Choose a base branch
from
Open

Add gRPC-based IR loader #318

wants to merge 9 commits into from

Conversation

Lipen
Copy link
Member

@Lipen Lipen commented May 5, 2025

This PR adds the Protobuf-based EtsIR loader using the local ArkAnalyzer gRPC server.

@Lipen Lipen requested a review from CaelmBleidd May 5, 2025 15:53
Copy link
Contributor

github-actions bot commented May 5, 2025

Lifecycle test results

0 tests   - 78   0 ✅  - 78   0s ⏱️ - 1m 28s
0 suites  -  7   0 💤 ± 0 
0 files    -  7   0 ❌ ± 0 

Results for commit a0f4da2. ± Comparison against base commit 126a4e8.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented May 5, 2025

Test results on JDK 8

0 files   -  72  0 suites   - 72   0s ⏱️ - 4m 58s
0 tests  - 633  0 ✅  - 620  0 💤  - 13  0 ❌ ±0 
0 runs   - 705  0 ✅  - 692  0 💤  - 13  0 ❌ ±0 

Results for commit a0f4da2. ± Comparison against base commit 126a4e8.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented May 5, 2025

Test results on JDK 19

 73 files  +1   73 suites  +1   5m 6s ⏱️ +11s
636 tests +3  624 ✅ +1  12 💤 +2  0 ❌ ±0 
708 runs  +3  696 ✅ +1  12 💤 +2  0 ❌ ±0 

Results for commit a0f4da2. ± Comparison against base commit 126a4e8.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented May 5, 2025

Test results on JDK 11

 73 files  +1   73 suites  +1   5m 38s ⏱️ +2s
636 tests +3  626 ✅ +1  10 💤 +2  0 ❌ ±0 
708 runs  +3  698 ✅ +1  10 💤 +2  0 ❌ ±0 

Results for commit a0f4da2. ± Comparison against base commit 126a4e8.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented May 7, 2025

Codecov Report

Attention: Patch coverage is 38.03828% with 259 lines in your changes missing coverage. Please review.

Project coverage is 69.73%. Comparing base (126a4e8) to head (a0f4da2).

Files with missing lines Patch % Lines
...ets/src/main/kotlin/org/jacodb/ets/grpc/Convert.kt 37.43% 208 Missing and 46 partials ⚠️
.../src/main/kotlin/org/jacodb/ets/grpc/GrpcClient.kt 58.33% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                neo     #318      +/-   ##
============================================
- Coverage     70.63%   69.73%   -0.91%     
+ Complexity     2460     2454       -6     
============================================
  Files           275      277       +2     
  Lines         15268    15686     +418     
  Branches       2267     2343      +76     
============================================
+ Hits          10784    10938     +154     
- Misses         3569     3787     +218     
- Partials        915      961      +46     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant