Menu

#1 Test suite: MySQL, no privileges granted - TestGetColumn/TablePrivileges fail

Unknown
open
nobody
2020-10-04
2018-09-10
No

Privileges granting in create_musql.sql is disabled since 2011 but it makes privileges tests fail. Moreover, even if it is enabled back, test fails because it expects other values than are set

Discussion

  • Fr0sT.Brutal

    Fr0sT.Brutal - 2018-09-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1 @@
    -Privileges granting is disabled since 2011 but it makes privileges tests fail.
    +Privileges granting in `create_musql.sql` is disabled since 2011 but it makes privileges tests fail. Moreover, even if it is enabled back, test fails because it expects other values than are set
    
     
  • EgonHugeist

    EgonHugeist - 2018-11-23

    Solutions? I'd never run that test -> common.skip.non_zeos_issues=True

     
  • EgonHugeist

    EgonHugeist - 2020-10-02

    Looking to the create skripts:

    /*==============================================================*/
    /* Grant privileges to columns                                  */
    /*==============================================================*/
    
    /* grant update(p_resume, p_redundant) on zeoslib.people to root@localhost;
    */
    
    /*==============================================================*/
    /* Grant privileges to table                                    */
    /*==============================================================*/
    
    /*grant select on zeoslib.people to root@localhost;
    */
    

    the statements are commented. Propably to get the tests running for all users. How to proceed now. Should we enable the granting to get the ticket resolved?

     

    Last edit: EgonHugeist 2020-10-02
  • EgonHugeist

    EgonHugeist - 2020-10-04

    Ticket moved from /p/zeoslib/tickets/302/

    Can't be converted:

    • _type:
     

Log in to post a comment.