xcherryio / xcherry

server and main repo of xCherry project
Apache License 2.0
26 stars 1 forks source link

Fix describe API that returned wrong execution #59

Closed longquanzheng closed 11 months ago

longquanzheng commented 11 months ago

Why make this pull request?

[Explain why you are making this pull request and what problem it solves.]

What has changed

[Summarize what components of the repo is updated]

[Link to xdb-apis/xdb-golang-sdk PRs if it's on top of any API changes]

https://github.com/xdblab/xdb-golang-sdk/pull/20

How to test this pull request?

[If writing Integration test in Golang SDK repo, please provide link to the pull request of Golang SDK Repo]

Checklist before merge

[ ] If applicable, merge the xdb-apis/xdb-golang-sdk PRs to main branch [ ] If applicable, merge the xdb-apis/xdb-apis PRs to main branch [ ] Update go.mod to use the commitID of the main branches for xdb-apis/xdb-golang-sdk

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (53a750c) 0.00% compared to head (9566f49) 69.97%.

:exclamation: Current head 9566f49 differs from pull request most recent head 09d024d. Consider uploading reports for the commit 09d024d to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #59 +/- ## ========================================= + Coverage 0 69.97% +69.97% ========================================= Files 0 46 +46 Lines 0 4063 +4063 ========================================= + Hits 0 2843 +2843 - Misses 0 1034 +1034 - Partials 0 186 +186 ``` | [Files](https://app.codecov.io/gh/xdblab/xdb/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab) | Coverage Δ | | |---|---|---| | [common/log/tag/tags.go](https://app.codecov.io/gh/xdblab/xdb/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-Y29tbW9uL2xvZy90YWcvdGFncy5nbw==) | `84.12% <100.00%> (ø)` | | | [engine/worker\_task\_conrrent\_processor.go](https://app.codecov.io/gh/xdblab/xdb/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-ZW5naW5lL3dvcmtlcl90YXNrX2NvbnJyZW50X3Byb2Nlc3Nvci5nbw==) | `87.33% <100.00%> (ø)` | | | [extensions/postgres/non\_transactional.go](https://app.codecov.io/gh/xdblab/xdb/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-ZXh0ZW5zaW9ucy9wb3N0Z3Jlcy9ub25fdHJhbnNhY3Rpb25hbC5nbw==) | `86.04% <ø> (ø)` | | | [persistence/sql/sql\_process\_store.go](https://app.codecov.io/gh/xdblab/xdb/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-cGVyc2lzdGVuY2Uvc3FsL3NxbF9wcm9jZXNzX3N0b3JlLmdv) | `63.28% <ø> (ø)` | | ... and [42 files with indirect coverage changes](https://app.codecov.io/gh/xdblab/xdb/pull/59/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.