Skip to content

Write tests for MySQL user-deletion #445

Closed
@rndmh3ro

Description

@rndmh3ro

Is your feature request related to a problem? Please describe.
We need to write some tests for the MySQL user-deletion tasks since we already got two bugs.

Describe the solution you'd like
They should be written with Ansible asserts and tested in the verify-step of molecule.
Tests (not complete):

  • user with password and without authentication string
  • user with password and authentication string
  • user with authentication string and without password
  • user with authentication string and password
  • user without authentication string and without password

Should be tested on different MySQL and MariaDB-versions (this should hopefully happen automatically with all tested operating systems:

  • MySQL < 5.7.6
  • MySQL > 5.7.6
  • MariaDB < 10.4
  • MariaDB > 10.4

Additional context
#444
#443

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions