xcherryio / xcherry

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

Rename workerXXX to immediateXXX #61

Closed zklgame closed 11 months ago

zklgame commented 11 months ago

Why make this pull request?

Rename most workerXXX to immediateXXX, except the WorkerTaskBackoffRetry definitions.

codecov[bot] commented 11 months ago

Codecov Report

Attention: 45 lines in your changes are missing coverage. Please review.

Comparison is base (2431994) 70.19% compared to head (546d9c4) 70.13%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #61 +/- ## ========================================== - Coverage 70.19% 70.13% -0.07% ========================================== Files 60 60 Lines 4057 4065 +8 ========================================== + Hits 2848 2851 +3 - Misses 1024 1028 +4 - Partials 185 186 +1 ``` | [Files](https://app.codecov.io/gh/xdblab/xdb/pull/61?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/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-Y29tbW9uL2xvZy90YWcvdGFncy5nbw==) | `84.61% <100.00%> (+0.48%)` | :arrow_up: | | [config/config.go](https://app.codecov.io/gh/xdblab/xdb/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-Y29uZmlnL2NvbmZpZy5nbw==) | `61.05% <100.00%> (ø)` | | | [engine/timer\_task\_queue.go](https://app.codecov.io/gh/xdblab/xdb/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-ZW5naW5lL3RpbWVyX3Rhc2tfcXVldWUuZ28=) | `69.54% <ø> (ø)` | | | [extensions/postgres/non\_transactional.go](https://app.codecov.io/gh/xdblab/xdb/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-ZXh0ZW5zaW9ucy9wb3N0Z3Jlcy9ub25fdHJhbnNhY3Rpb25hbC5nbw==) | `86.04% <100.00%> (ø)` | | | [extensions/postgres/transactional.go](https://app.codecov.io/gh/xdblab/xdb/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-ZXh0ZW5zaW9ucy9wb3N0Z3Jlcy90cmFuc2FjdGlvbmFsLmdv) | `84.00% <100.00%> (ø)` | | | [persistence/data\_models.go](https://app.codecov.io/gh/xdblab/xdb/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-cGVyc2lzdGVuY2UvZGF0YV9tb2RlbHMuZ28=) | `46.15% <100.00%> (ø)` | | | [persistence/data\_models\_json\_fields.go](https://app.codecov.io/gh/xdblab/xdb/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-cGVyc2lzdGVuY2UvZGF0YV9tb2RlbHNfanNvbl9maWVsZHMuZ28=) | `86.17% <100.00%> (ø)` | | | [persistence/sql/complete\_execute.go](https://app.codecov.io/gh/xdblab/xdb/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-cGVyc2lzdGVuY2Uvc3FsL2NvbXBsZXRlX2V4ZWN1dGUuZ28=) | `66.39% <100.00%> (ø)` | | | [persistence/sql/complete\_wait\_until.go](https://app.codecov.io/gh/xdblab/xdb/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-cGVyc2lzdGVuY2Uvc3FsL2NvbXBsZXRlX3dhaXRfdW50aWwuZ28=) | `53.84% <100.00%> (ø)` | | | [...stence/sql/convert\_timer\_task\_to\_immediate\_task.go](https://app.codecov.io/gh/xdblab/xdb/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-cGVyc2lzdGVuY2Uvc3FsL2NvbnZlcnRfdGltZXJfdGFza190b19pbW1lZGlhdGVfdGFzay5nbw==) | `59.09% <100.00%> (ø)` | | | ... and [17 more](https://app.codecov.io/gh/xdblab/xdb/pull/61?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab) | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/xdblab/xdb/pull/61/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.