Skip to content

feat(database): support polardb#4655

Merged
chlins merged 1 commit into
dragonflyoss:mainfrom
FAUST-BENCHOU:feat/polardb
Mar 18, 2026
Merged

feat(database): support polardb#4655
chlins merged 1 commit into
dragonflyoss:mainfrom
FAUST-BENCHOU:feat/polardb

Conversation

@FAUST-BENCHOU

Copy link
Copy Markdown
Contributor

Description

Related Issue

fix #4600

Motivation and Context

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

Signed-off-by: zhoujinyu <2319109590@qq.com>
@codecov

codecov Bot commented Mar 14, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 28.88889% with 32 lines in your changes missing coverage. Please review.
✅ Project coverage is 28.66%. Comparing base (e1491bf) to head (1431646).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
manager/database/polardb.go 0.00% 27 Missing ⚠️
manager/database/database.go 0.00% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4655   +/-   ##
=======================================
  Coverage   28.66%   28.66%           
=======================================
  Files         231      232    +1     
  Lines       23052    23097   +45     
=======================================
+ Hits         6607     6620   +13     
- Misses      15983    16015   +32     
  Partials      462      462           
Flag Coverage Δ
unittests 28.66% <28.88%> (+<0.01%) ⬆️

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

Files with missing lines Coverage Δ
manager/config/config.go 96.09% <100.00%> (+0.26%) ⬆️
manager/database/database.go 0.00% <0.00%> (ø)
manager/database/polardb.go 0.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gaius-qi gaius-qi added the enhancement New feature or request label Mar 18, 2026

@gaius-qi gaius-qi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@chlins chlins left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm

@chlins chlins merged commit e056071 into dragonflyoss:main Mar 18, 2026
18 of 19 checks passed
@FAUST-BENCHOU

Copy link
Copy Markdown
Contributor Author

@FAUST-BENCHOU LGTM! Please add document for d7y.io, refer to https://github.com/dragonflyoss/d7y.io/edit/main/docs/reference/configuration/manager.md.

sure.Thanks for review!

@FAUST-BENCHOU

Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support polardb

5 participants