You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/09/26 06:16:00 UTC

[GitHub] [shardingsphere] jiangML opened a new pull request, #21189: Enhanced MetaDataContextsBuilder and BackendTransactionManager in agent no longer exist

jiangML opened a new pull request, #21189:
URL: https://github.com/apache/shardingsphere/pull/21189

   Fixes #21180.
   
   Changes proposed in this pull request:
     - Agent enhancements to fix effects of metadata changes
   
   ---
   
   Before committing this PR, I'm sure that I have checked the following options:
   - [ ] My code follows the [code of conduct](https://shardingsphere.apache.org/community/en/involved/conduct/code/) of this project.
   - [ ] I have self-reviewed the commit code.
   - [ ] I have passed maven check: `mvn clean install -B -T2C -DskipTests -Dmaven.javadoc.skip=true -e`.
   - [ ] I have made corresponding changes to the documentation.
   - [ ] I have added corresponding unit tests for my changes.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] RaigorJiang merged pull request #21189: MetaDataContextsBuilder and BackendTransactionManager no longer exist, the corresponding agent enhancements need to be adjusted

Posted by GitBox <gi...@apache.org>.
RaigorJiang merged PR #21189:
URL: https://github.com/apache/shardingsphere/pull/21189


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] codecov-commenter commented on pull request #21189: Enhanced MetaDataContextsBuilder and BackendTransactionManager in agent no longer exist

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #21189:
URL: https://github.com/apache/shardingsphere/pull/21189#issuecomment-1257576342

   # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/21189?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#21189](https://codecov.io/gh/apache/shardingsphere/pull/21189?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ee28543) into [master](https://codecov.io/gh/apache/shardingsphere/commit/5f70d4b07e643d5fd534b22c9e0dd4dbae871666?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5f70d4b) will **not change** coverage.
   > The diff coverage is `0.00%`.
   
   ```diff
   @@            Coverage Diff            @@
   ##             master   #21189   +/-   ##
   =========================================
     Coverage     61.72%   61.72%           
     Complexity     2545     2545           
   =========================================
     Files          4075     4075           
     Lines         56194    56194           
     Branches       9472     9472           
   =========================================
     Hits          34684    34684           
     Misses        18618    18618           
     Partials       2892     2892           
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/shardingsphere/pull/21189?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...ing/base/advice/MetaDataContextsFactoryAdvice.java](https://codecov.io/gh/apache/shardingsphere/pull/21189/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hhcmRpbmdzcGhlcmUtYWdlbnQvc2hhcmRpbmdzcGhlcmUtYWdlbnQtcGx1Z2lucy9zaGFyZGluZ3NwaGVyZS1hZ2VudC1wbHVnaW4tbG9nZ2luZy9zaGFyZGluZ3NwaGVyZS1hZ2VudC1sb2dnaW5nLWJhc2Uvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2FnZW50L3BsdWdpbi9sb2dnaW5nL2Jhc2UvYWR2aWNlL01ldGFEYXRhQ29udGV4dHNGYWN0b3J5QWR2aWNlLmphdmE=) | `0.00% <ø> (ø)` | |
   | [...definition/BaseLoggingPluginDefinitionService.java](https://codecov.io/gh/apache/shardingsphere/pull/21189/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hhcmRpbmdzcGhlcmUtYWdlbnQvc2hhcmRpbmdzcGhlcmUtYWdlbnQtcGx1Z2lucy9zaGFyZGluZ3NwaGVyZS1hZ2VudC1wbHVnaW4tbG9nZ2luZy9zaGFyZGluZ3NwaGVyZS1hZ2VudC1sb2dnaW5nLWJhc2Uvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2FnZW50L3BsdWdpbi9sb2dnaW5nL2Jhc2UvZGVmaW5pdGlvbi9CYXNlTG9nZ2luZ1BsdWdpbkRlZmluaXRpb25TZXJ2aWNlLmphdmE=) | `0.00% <0.00%> (ø)` | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org