Steps to replicate the issue (include links if applicable):
- Open PAWS
- Attempt to connect to one of the database replicas:
import pymysql pymysql.connect( host="enwikisource.analytics.db.svc.wikimedia.cloud", read_default_file=".my.cnf", database="enwikisource_p" )
What happens?:
OperationalError: (2003, "Can't connect to MySQL server on 'enwikisource.analytics.db.svc.wikimedia.cloud' (timed out)")
What should have happened instead?:
The connection should have succeeded
Based on timing alone, this is likely related to T325812