Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: support openGuass and GuassDB in AT mode #6020

Open
wants to merge 17 commits into
base: 2.x
Choose a base branch
from

bug修复及优化

386df09
Select commit
Loading
Failed to load commit list.
Open

feature: support openGuass and GuassDB in AT mode #6020

bug修复及优化
386df09
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 6, 2025 in 0s

49.64% (+0.66%) compared to d2dbbff

View this Pull Request on Codecov

49.64% (+0.66%) compared to d2dbbff

Details

Codecov Report

Attention: Patch coverage is 0% with 56 lines in your changes missing coverage. Please review.

Project coverage is 49.64%. Comparing base (d2dbbff) to head (386df09).
Report is 312 commits behind head on 2.x.

Files with missing lines Patch % Lines
.../druid/gaussdb/GaussDBOperateRecognizerHolder.java 0.00% 8 Missing ⚠️
...source/undo/gaussdb/GaussDBUndoExecutorHolder.java 0.00% 4 Missing ⚠️
.../undo/postgresql/PostgresqlUndoUpdateExecutor.java 0.00% 4 Missing ⚠️
...source/undo/gaussdb/GaussDBUndoDeleteExecutor.java 0.00% 3 Missing ⚠️
...source/undo/gaussdb/GaussDBUndoInsertExecutor.java 0.00% 3 Missing ⚠️
...source/undo/gaussdb/GaussDBUndoUpdateExecutor.java 0.00% 3 Missing ⚠️
.../undo/postgresql/PostgresqlUndoDeleteExecutor.java 0.00% 3 Missing ⚠️
.../undo/postgresql/PostgresqlUndoInsertExecutor.java 0.00% 3 Missing ⚠️
...lparser/druid/gaussdb/GaussDBDeleteRecognizer.java 0.00% 3 Missing ⚠️
...lparser/druid/gaussdb/GaussDBInsertRecognizer.java 0.00% 3 Missing ⚠️
... and 12 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6020      +/-   ##
============================================
+ Coverage     48.98%   49.64%   +0.66%     
- Complexity     4779     4895     +116     
============================================
  Files           915      930      +15     
  Lines         31896    31946      +50     
  Branches       3855     3856       +1     
============================================
+ Hits          15624    15860     +236     
+ Misses        14710    14526     -184     
+ Partials       1562     1560       -2     
Files with missing lines Coverage Δ
...n/src/main/java/io/seata/common/util/PageUtil.java 55.17% <ø> (ø)
...ta/core/store/db/sql/lock/GaussDBLockStoreSql.java 0.00% <0.00%> (ø)
...ata/core/store/db/sql/log/GaussDBLogStoreSqls.java 0.00% <0.00%> (ø)
...n/java/io/seata/rm/datasource/DataSourceProxy.java 60.00% <0.00%> (-0.58%) ⬇️
...urce/sql/handler/gaussdb/GaussDBEscapeHandler.java 0.00% <0.00%> (ø)
...source/sql/struct/cache/GaussDBTableMetaCache.java 0.00% <0.00%> (ø)
...datasource/undo/gaussdb/GaussDBUndoLogManager.java 0.00% <0.00%> (ø)
...in/java/io/seata/sqlparser/util/JdbcConstants.java 0.00% <0.00%> (ø)
.../src/main/java/io/seata/core/constants/DBType.java 0.00% <0.00%> (ø)
...datasource/exec/gaussdb/GaussDBInsertExecutor.java 0.00% <0.00%> (ø)
... and 13 more

... and 24 files with indirect coverage changes