This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 1d5718a  introduce a space in command line option (#8438)
     add 82b1747  Split up tests/db_engine_test.py (#8449)

No new revisions were added by this update.

Summary of changes:
 tests/db_engine_specs/base_engine_spec_tests.py    | 204 ++++++
 .../db_engine_specs/base_tests.py                  |  17 +-
 tests/db_engine_specs/bigquery_tests.py            |  39 +
 tests/db_engine_specs/hive_tests.py                | 152 ++++
 tests/db_engine_specs/mssql_tests.py               |  71 ++
 .../db_engine_specs/mysql_tests.py                 |  32 +-
 tests/db_engine_specs/oracle_tests.py              |  36 +
 .../db_engine_specs/pinot_tests.py                 |  24 +-
 tests/db_engine_specs/postgres_tests.py            |  72 ++
 tests/db_engine_specs/presto_tests.py              | 343 +++++++++
 tests/db_engine_specs_test.py                      | 810 ---------------------
 11 files changed, 950 insertions(+), 850 deletions(-)
 create mode 100644 tests/db_engine_specs/base_engine_spec_tests.py
 copy superset/db_engine_specs/gsheets.py => 
tests/db_engine_specs/base_tests.py (60%)
 create mode 100644 tests/db_engine_specs/bigquery_tests.py
 create mode 100644 tests/db_engine_specs/hive_tests.py
 create mode 100644 tests/db_engine_specs/mssql_tests.py
 copy 
superset/migrations/versions/a65458420354_add_result_backend_time_logging.py => 
tests/db_engine_specs/mysql_tests.py (59%)
 create mode 100644 tests/db_engine_specs/oracle_tests.py
 copy superset/bin/superset => tests/db_engine_specs/pinot_tests.py (56%)
 mode change 100755 => 100644
 create mode 100644 tests/db_engine_specs/postgres_tests.py
 create mode 100644 tests/db_engine_specs/presto_tests.py
 delete mode 100644 tests/db_engine_specs_test.py

Reply via email to