On Thursday, April 5, 2018 at 10:40:37 PM UTC-4, Vince Skahan wrote:
>
> I'm fiddling with trying 'make test' to run the test suite, and all the 
> mysql tests fail ala:
>
> "BadPasswordError: (1045, "Access denied for user 'weewx1'@'localhost' 
> (using password: YES)")
>
>
> I added mysql-client and python-mysqld per the setup.py install 
> instructions, but I'm guessing (really guessing) that there is some 
> assumption of how a mysql server is present, running, and configured (or 
> not) as a basic requirement for running the mysql-related tests.
>
> Is what's needed to test the mysql functionality written down anywhere ?
>
>
try doing 'make test-setup'

that assumes a mysql daemon is running on localhost and that you have the 
root credentials for it

there is a lot of info in DEV_NOTES.txt, but not so much about mysql in 
there
 

Reply via email to