Skip to content
  • Thomas Markwalder's avatar
    [#526,!269] Addressed more review comments · 9bc1a0ed
    Thomas Markwalder authored
    src/lib/cql/testutils/cql_schema.*
        Modified to use common softWipeEnabled(), which
        defaults to true
    
    src/lib/database/testutils/schema.*
        bool softWipeEnabled() - new function that checks
        env varible to determine if DB data wiping is enabled
        (default is true/enabled)
    
    src/lib/mysql/testutils/mysql_schema.*
        createMySQLSchema()
        destroyMySQLSchema()-  now softWipeEnabled() to allow
        data wiping to be turned on/off
    
    src/share/database/scripts/mysql/wipe_data.sh.in
        Added better error messaging
    
    several files:
        Removed extraneous calls to destroyMySQLSchema, added
        comments
    9bc1a0ed