Skip to content

Conversation

alex268
Copy link
Member

@alex268 alex268 commented Sep 3, 2025

No description provided.

@alex268 alex268 requested a review from pnv1 September 3, 2025 10:45
@codecov-commenter
Copy link

codecov-commenter commented Sep 3, 2025

Codecov Report

❌ Patch coverage is 67.74194% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 61.64%. Comparing base (9c7051c) to head (3cda13c).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
...in/java/tech/ydb/core/utils/UpdatableOptional.java 0.00% 6 Missing ⚠️
...src/main/java/tech/ydb/table/impl/BaseSession.java 71.42% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #536      +/-   ##
============================================
- Coverage     61.66%   61.64%   -0.02%     
+ Complexity     2323     2322       -1     
============================================
  Files           328      329       +1     
  Lines         13558    13560       +2     
  Branches       1358     1355       -3     
============================================
- Hits           8360     8359       -1     
- Misses         4557     4564       +7     
+ Partials        641      637       -4     

☔ 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.

@alex268 alex268 force-pushed the master branch 2 times, most recently from 8e3671e to f6ebc70 Compare September 3, 2025 12:58
@alex268 alex268 changed the title Fixed flapped tests Fixed data race on stream result processing Sep 3, 2025
private final Status overrided;

private ProxyClientCall(Channel channel, MethodDescriptor<ReqT, RespT> method,
private ProxyClientCall(Channel channel, Status overrided, MethodDescriptor<ReqT, RespT> method,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private ProxyClientCall(Channel channel, Status overrided, MethodDescriptor<ReqT, RespT> method,
private ProxyClientCall(Channel channel, Status overriden, MethodDescriptor<ReqT, RespT> method,

@alex268 alex268 merged commit 3b6d6e6 into ydb-platform:master Sep 4, 2025
10 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.

3 participants