This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 319e3bb7168 add session_timeout = 0 for openGauss in e2e (#30450)
319e3bb7168 is described below
commit 319e3bb7168680c80bbac8499749313264f6ad39
Author: Chuxin Chen <[email protected]>
AuthorDate: Tue Mar 12 13:42:20 2024 +0800
add session_timeout = 0 for openGauss in e2e (#30450)
* add session_timeout = 0 of opengauss for e2e
* add session_timeout = 0 of opengauss for e2e
---
.../test/resources/container/init-sql/opengauss/00-init-authority.sql | 1 +
1 file changed, 1 insertion(+)
diff --git
a/test/e2e/env/src/test/resources/container/init-sql/opengauss/00-init-authority.sql
b/test/e2e/env/src/test/resources/container/init-sql/opengauss/00-init-authority.sql
index 94149dfba63..0421c6a9f5e 100644
---
a/test/e2e/env/src/test/resources/container/init-sql/opengauss/00-init-authority.sql
+++
b/test/e2e/env/src/test/resources/container/init-sql/opengauss/00-init-authority.sql
@@ -18,3 +18,4 @@
CREATE USER test_user WITH ENCRYPTED PASSWORD 'Test@123';
ALTER ROLE test_user SYSADMIN;
CREATE DATABASE test_user;
+ALTER USER test_user set session_timeout = 0;