shardingsphere icon indicating copy to clipboard operation
shardingsphere copied to clipboard

XA Cross-library data source confusion repair

Open natehuangting opened this issue 3 years ago • 2 comments

For #19894 .

natehuangting avatar Aug 10 '22 02:08 natehuangting

Codecov Report

Merging #20045 (43da54e) into master (54ea873) will increase coverage by 0.01%. The diff coverage is 37.50%.

@@             Coverage Diff              @@
##             master   #20045      +/-   ##
============================================
+ Coverage     60.67%   60.68%   +0.01%     
+ Complexity     2416     2414       -2     
============================================
  Files          3855     3853       -2     
  Lines         54687    54680       -7     
  Branches       7660     7660              
============================================
+ Hits          33182    33184       +2     
+ Misses        18655    18645      -10     
- Partials       2850     2851       +1     
Impacted Files Coverage Δ
...a/binder/statement/dml/InsertStatementContext.java 95.69% <0.00%> (ø)
...a/binder/statement/dml/SelectStatementContext.java 67.82% <0.00%> (ø)
...e/infra/exception/NoDatabaseSelectedException.java 0.00% <0.00%> (ø)
.../scenario/rulealtered/RuleAlteredJobScheduler.java 0.00% <0.00%> (ø)
...rdingsphere/transaction/ConnectionTransaction.java 50.00% <0.00%> (ø)
...ication/jdbc/datasource/JDBCBackendDataSource.java 62.85% <0.00%> (ø)
...dingsphere/proxy/backend/context/ProxyContext.java 60.00% <ø> (ø)
...proxy/backend/exception/CircuitBreakException.java 0.00% <0.00%> (ø)
...backend/exception/ResourceNotExistedException.java 0.00% <0.00%> (ø)
...oxy/backend/exception/RuleNotExistedException.java 0.00% <0.00%> (ø)
... and 23 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

codecov-commenter avatar Aug 10 '22 03:08 codecov-commenter

Please check the CI problem,thank you.

FlyingZC avatar Aug 11 '22 04:08 FlyingZC