This is an automated email from the ASF dual-hosted git repository.
panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new a3a2a0b fix ci error (#14532)
a3a2a0b is described below
commit a3a2a0b1f1590bca835ece67a46e40c04014a22a
Author: Zhengqiang Duan <[email protected]>
AuthorDate: Wed Jan 5 15:09:15 2022 +0800
fix ci error (#14532)
---
.../datasource/pool/creator/impl/HikariDataSourcePoolCreatorTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/config/datasource/pool/creator/impl/HikariDataSourcePoolCreatorTest.java
b/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/config/datasource/pool/creator/impl/HikariDataSourcePoolCreatorTest.java
index 32e041e..5050bef 100644
---
a/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/config/datasource/pool/creator/impl/HikariDataSourcePoolCreatorTest.java
+++
b/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/config/datasource/pool/creator/impl/HikariDataSourcePoolCreatorTest.java
@@ -103,11 +103,11 @@ public final class HikariDataSourcePoolCreatorTest {
assertThat(props.get("useServerPrepStmts"),
is(Boolean.TRUE.toString()));
assertThat(props.get("useLocalSessionState"),
is(Boolean.TRUE.toString()));
assertThat(props.get("rewriteBatchedStatements"),
is(Boolean.TRUE.toString()));
- assertThat(props.get("cachedefaultDataSourcePropsSetMetadata"),
is(Boolean.FALSE.toString()));
+ assertThat(props.get("cacheResultSetMetadata"),
is(Boolean.FALSE.toString()));
assertThat(props.get("cacheServerConfiguration"),
is(Boolean.TRUE.toString()));
assertThat(props.get("elideSetAutoCommits"),
is(Boolean.TRUE.toString()));
assertThat(props.get("maintainTimeStats"),
is(Boolean.FALSE.toString()));
- assertThat(props.get("netTimeoutForStreamingdefaultDataSourcePropss"),
is("0"));
+ assertThat(props.get("netTimeoutForStreamingResults"), is("0"));
assertThat(props.get("tinyInt1isBit"), is(Boolean.FALSE.toString()));
assertThat(props.get("useSSL"), is(Boolean.FALSE.toString()));
assertThat(props.get("serverTimezone"), is("UTC"));