Skip to content

fix(integration): pass remaining tests for server-ng#3585

Open
numinnex wants to merge 3 commits into
masterfrom
fix_integration_tests_rest
Open

fix(integration): pass remaining tests for server-ng#3585
numinnex wants to merge 3 commits into
masterfrom
fix_integration_tests_rest

Conversation

@numinnex

Copy link
Copy Markdown
Contributor

Fixes remaining integration tests using server-ng binary.

@github-actions github-actions Bot added the S-waiting-on-review PR is waiting on a reviewer label Jun 30, 2026
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 41.66667% with 147 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.97%. Comparing base (14f0ea2) to head (bfbe04a).

Files with missing lines Patch % Lines
core/metadata/src/impls/metadata.rs 36.84% 48 Missing ⚠️
core/consensus/src/plane_helpers.rs 0.00% 34 Missing ⚠️
core/server-ng/src/responses.rs 0.00% 18 Missing ⚠️
core/server-ng/src/auth.rs 0.00% 17 Missing ⚠️
core/message_bus/src/transports/quic.rs 76.92% 12 Missing ⚠️
core/sdk/src/websocket/websocket_client.rs 52.94% 5 Missing and 3 partials ⚠️
core/sdk/src/quic/quic_client.rs 68.42% 5 Missing and 1 partial ⚠️
core/sdk/src/tcp/tcp_client.rs 57.14% 0 Missing and 3 partials ⚠️
core/consensus/src/metadata_helpers.rs 66.66% 1 Missing ⚠️

❌ Your patch check has failed because the patch coverage (41.66%) is below the target coverage (50.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3585      +/-   ##
============================================
- Coverage     74.36%   71.97%   -2.40%     
  Complexity      937      937              
============================================
  Files          1257     1258       +1     
  Lines        130662   126677    -3985     
  Branches     106532   102589    -3943     
============================================
- Hits          97170    91171    -5999     
- Misses        30414    32163    +1749     
- Partials       3078     3343     +265     
Components Coverage Δ
Rust Core 72.16% <41.66%> (-2.90%) ⬇️
Java SDK 62.44% <ø> (ø)
C# SDK 71.40% <ø> (-0.73%) ⬇️
Python SDK 88.88% <ø> (ø)
PHP SDK 84.29% <ø> (ø)
Node SDK 91.13% <ø> (-0.23%) ⬇️
Go SDK 40.14% <ø> (ø)
Files with missing lines Coverage Δ
core/common/src/error/iggy_error.rs 100.00% <ø> (ø)
core/configs/src/server_config/sharding.rs 85.44% <ø> (ø)
core/consensus/src/impls.rs 78.89% <100.00%> (+0.04%) ⬆️
core/shard/src/lib.rs 72.60% <100.00%> (-2.25%) ⬇️
core/consensus/src/metadata_helpers.rs 89.25% <66.66%> (ø)
core/sdk/src/tcp/tcp_client.rs 74.61% <57.14%> (ø)
core/sdk/src/quic/quic_client.rs 73.10% <68.42%> (-0.14%) ⬇️
core/sdk/src/websocket/websocket_client.rs 71.72% <52.94%> (-0.14%) ⬇️
core/message_bus/src/transports/quic.rs 87.46% <76.92%> (+0.25%) ⬆️
core/server-ng/src/auth.rs 0.00% <0.00%> (ø)
... and 3 more

... and 138 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@numinnex numinnex changed the title fix(integration): fix remaining tests for server-ng fix(integration): pass remaining tests for server-ng Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review PR is waiting on a reviewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant