Hi dev, I want to support a new database which is compatible with mysql(but not 100% compatible), I am wondering if there are any test suit that can make sure if the tests are all passed, superset will work on the database.
I digged a little bit of tests/integration_tests/db_engine_specs/mysql_tests.py, but it seems this test doesn't need to connect to a mysql instance, so there is no way I can replace mysql url with the new database. So my question can be summarized as: Is there any superset test suit that connect a real mysql instance to test the database behavior is right for superset. -- Regards Junwang Zhao
