Skip to content

ci(connectors): raise vm.max_map_count for Doris in coverage job#3365

Merged
hubcio merged 1 commit into
masterfrom
ci/doris-coverage-vm-max-map-count
May 29, 2026
Merged

ci(connectors): raise vm.max_map_count for Doris in coverage job#3365
hubcio merged 1 commit into
masterfrom
ci/doris-coverage-vm-max-map-count

Conversation

@hubcio

@hubcio hubcio commented May 29, 2026

Copy link
Copy Markdown
Contributor

The Doris connector sink (#3215) added the sysctl bump only to the
pre-merge action, so the coverage-baseline job kept the runner
default of 262144. Doris 4.0.3's start_be.sh hard-exits below
2000000, making the fixture preflight panic and failing all Doris
sink integration tests post-merge.

Mirror the same host-only sysctl step before the test run so the
coverage job follows the identical container-boot path.

The Doris connector sink (#3215) added the sysctl bump only to the
pre-merge action, so the coverage-baseline job kept the runner
default of 262144. Doris 4.0.3's start_be.sh hard-exits below
2000000, making the fixture preflight panic and failing all Doris
sink integration tests post-merge.

Mirror the same host-only sysctl step before the test run so the
coverage job follows the identical container-boot path.
@github-actions github-actions Bot added the S-waiting-on-review PR is waiting on a reviewer label May 29, 2026
@codecov

codecov Bot commented May 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.65%. Comparing base (3bfc418) to head (63a14a6).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3365      +/-   ##
============================================
+ Coverage     73.56%   73.65%   +0.09%     
  Complexity      943      943              
============================================
  Files          1222     1223       +1     
  Lines        114939   115710     +771     
  Branches      91676    92475     +799     
============================================
+ Hits          84550    85222     +672     
- Misses        27541    27588      +47     
- Partials       2848     2900      +52     
Components Coverage Δ
Rust Core 74.69% <ø> (+0.13%) ⬆️
Java SDK 58.44% <ø> (ø)
C# SDK 69.41% <ø> (-0.52%) ⬇️
Python SDK 81.06% <ø> (ø)
Node SDK 91.41% <ø> (ø)
Go SDK 40.20% <ø> (ø)
see 35 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.

@hubcio hubcio merged commit aa8b719 into master May 29, 2026
89 checks passed
@hubcio hubcio deleted the ci/doris-coverage-vm-max-map-count branch May 29, 2026 07:27
@github-actions github-actions Bot removed the S-waiting-on-review PR is waiting on a reviewer label May 29, 2026
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.

4 participants