This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a change to branch codex/generic-ssl-config
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from c40805ff692 Merge remote-tracking branch 'origin/master' into
codex/generic-ssl-config
add a55227f16f9 Add client SSL integration tests
No new revisions were added by this update.
Summary of changes:
.../iotdb/it/env/cluster/config/MppBaseConfig.java | 4 +
.../it/env/cluster/config/MppCommonConfig.java | 6 +
.../env/cluster/config/MppSharedCommonConfig.java | 7 +
.../iotdb/it/env/cluster/env/AbstractEnv.java | 201 ++++++++++++------
.../it/env/remote/config/RemoteCommonConfig.java | 5 +
.../org/apache/iotdb/itbase/env/CommonConfig.java | 2 +
.../apache/iotdb/session/it/IoTDBClientSSLIT.java | 232 +++++++++++++++++++++
7 files changed, 397 insertions(+), 60 deletions(-)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/session/it/IoTDBClientSSLIT.java