Excerpts from Don Zickus's message of 2017-05-11 16:57 -04:00: > Not sure if it makes sense to add a check in > src/bkr/inttest/__init__.py to > create the database in sqlalchemy.dburi if it doesn't exist yet or > something.
It's a chicken and egg problem. The tests are running as MySQL "beaker_test" user, and they will re-populate the db assuming it exists -- but if that user doesn't exist yet, then it won't have any permissions to create a database and user account. You need to do that as the MySQL "root" user. And of course you set a non-empty password for your MySQL "root" account... right? :-) -- Dan Callaghan <dcall...@redhat.com> Senior Software Engineer, Products & Technologies Operations Red Hat
signature.asc
Description: PGP signature
_______________________________________________ Beaker-devel mailing list -- beaker-devel@lists.fedorahosted.org To unsubscribe send an email to beaker-devel-le...@lists.fedorahosted.org