You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/02/07 04:58:10 UTC

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4196: old DCL set default role test unit dose not pass

terrymanu commented on issue #4196: old DCL set default role test unit dose not pass
URL: https://github.com/apache/incubator-shardingsphere/issues/4196#issuecomment-583234268
 
 
   This is not bug, it is a normal assert.
   The failure reason just like the error message said:
   
   ```
   The count of SQL cases and SQL parser cases are mismatched, missing cases are: [set_default_role_to_user, set_default_all_role, set_default_none_role, set_default_roles_to_users]
   ```
   
   Please add parse test cases to sql parse test engine.
   
   The test cases are composited by 2 parts: SQL cases and SQL parser cases.
   
   Please make sure your SQL parser cases include the cases `set_default_role_to_user, set_default_all_role, set_default_none_role, set_default_roles_to_users`.
   
   They should both include in new and old parser test engine.
   
   More information about test engine please FIY: https://shardingsphere.apache.org/document/current/en/features/test-engine/

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services