sandynz commented on issue #6943:
URL: https://github.com/apache/shardingsphere/issues/6943#issuecomment-677610819


   > 
   > 
   > @sandynz Hi thanks for your clarification!
   > Got it. I think `MySQL` TESTS have the same issue as well. My suggestions 
are,
   > First, could you look at how `MySQL` tests deal with this issue in the 
same `test-case` file?
   > Second, do you think it is better to test the relevant SQL case with 
another new `user` or `role`?
   
   Hi @tristaZero , I've had a look at `dcl-integrate-test-cases.xml` and 
`authority.xml`.
   - MySQL has no alter current login user's password test case
   - It's better to test with new user. `user_dev` in `<dcl-test-case 
sql="ALTER USER user_dev WITH ENCRYPTED PASSWORD 'password'" 
db-types="PostgreSQL"/>` is a new user defined in `authority.xml`: `<sql>CREATE 
USER user_dev PASSWORD 'passwd_dev'</sql>`
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to