This is an automated email from the ASF dual-hosted git repository.

zhonghongsheng 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 7c76c9d45e4 Add e2e.timezone in e2e-env.properties (#36750)
7c76c9d45e4 is described below

commit 7c76c9d45e4d71633a2566db8bd51064cc16b148
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Mon Sep 29 16:26:14 2025 +0800

    Add e2e.timezone in e2e-env.properties (#36750)
---
 test/e2e/operation/pipeline/src/test/resources/env/e2e-env.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/test/e2e/operation/pipeline/src/test/resources/env/e2e-env.properties 
b/test/e2e/operation/pipeline/src/test/resources/env/e2e-env.properties
index 52be77ab6df..9a574dda7bf 100644
--- a/test/e2e/operation/pipeline/src/test/resources/env/e2e-env.properties
+++ b/test/e2e/operation/pipeline/src/test/resources/env/e2e-env.properties
@@ -29,3 +29,6 @@ e2e.native.database.port=3306
 #e2e.native.database.username= MySQL is root, PostgreSQL is postgres, 
openGauss is gaussdb
 e2e.native.database.username=root
 e2e.native.database.password=Test@9876
+
+#e2e.timezone=GMT+08:00, UTC
+e2e.timezone=

Reply via email to