linghengqian commented on code in PR #37409:
URL: https://github.com/apache/shardingsphere/pull/37409#discussion_r2625331916
##########
test/native/src/test/resources/test-native/yaml/jdbc/databases/firebird.yaml:
##########
@@ -18,23 +18,16 @@
dataSources:
ds_0:
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
- driverClassName: org.firebirdsql.jdbc.FBDriver
- jdbcUrl: $${fixture.test-native.yaml.database.firebird.ds0.jdbc-url::}
- username: alice
- password: masterkey
+ driverClassName: org.testcontainers.jdbc.ContainerDatabaseDriver
+ jdbcUrl: jdbc:tc:firebird:5.0.3:///demo_ds_0
ds_1:
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
- driverClassName: org.firebirdsql.jdbc.FBDriver
- jdbcUrl: $${fixture.test-native.yaml.database.firebird.ds1.jdbc-url::}
- username: alice
- password: masterkey
+ driverClassName: org.testcontainers.jdbc.ContainerDatabaseDriver
+ jdbcUrl: jdbc:tc:firebird:5.0.3:///demo_ds_1
ds_2:
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
- driverClassName: org.firebirdsql.jdbc.FBDriver
- jdbcUrl: $${fixture.test-native.yaml.database.firebird.ds2.jdbc-url::}
- username: alice
- password: masterkey
-
+ driverClassName: org.testcontainers.jdbc.ContainerDatabaseDriver
+ jdbcUrl: jdbc:tc:firebird:5.0.3:///demo_ds_2
rules:
Review Comment:
This is actually a legacy issue, because the original nativetest was
modified from the example module.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]