You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FANNG1
changed the title
[Improvement] add multi RDMS server version to JDBC Integrate test to improve compatibility
[Improvement] add multi RDBMS server version to JDBC Integrate test to improve compatibility
Jan 7, 2024
FANNG1
changed the title
[Improvement] add multi RDBMS server version to JDBC Integrate test to improve compatibility
[Improvement] add multi PostgreSQL server version to CatalogPostgreSqlIT Integrate test to improve compatibility
Jan 8, 2024
### What changes were proposed in this pull request?
Use separate classes representing various PG versions.
junit5 doesn't support class-level ParameterizedTest. so use a separate
class.
### Why are the changes needed?
Test compatibility with various versions of PG.
Fix: #1361
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
existing IT
What would you like to be improved?
CatalogPostgreSqlIT
testing PostgreSQL withpostgres:13
, we'd better add 12,14,15,16 versionHow should we improve?
No response
The text was updated successfully, but these errors were encountered: