superset/tests
Maxime Beauchemin 06fcaa3095 Stabilizing Celery / SQL Lab (#2981)
* upgrade celery to 4.0.2
* using Redis for unit tests (sqla broker not supported in Celery 4)
* Setting Celery's soft_time_limit based on `SQLLAB_ASYNC_TIME_LIMIT_SEC` config
* Better error handling in async tasks
* Better statsd logging in async tasks
* show [pending/running] query status in Results tab
* systematically using sqla NullPool on worker (async) to limit number
  of database connections
2017-06-20 13:55:03 -07:00
..
__init__.py Forgot to add some files for unit tests 2015-09-26 15:56:08 -07:00
access_tests.py Refactoring Druid & SQLa into a proper "Connector" interface (#2362) 2017-03-10 09:11:51 -08:00
base_tests.py chore: remove unused methods with invalid models.Query usage (#2721) 2017-05-06 21:23:17 -07:00
celery_tests.py [sql lab] allow users to save their queries (#2528) 2017-04-04 20:15:19 -07:00
core_tests.py Edit Dashboard title and Slice title in place (#2940) 2017-06-14 12:52:12 -07:00
db_engine_specs_test.py Add hive to superset + monkey patch the pyhive (#2134) 2017-03-06 16:20:55 -08:00
druid_tests.py Updating permission when refreshing druid datasource (#2655) 2017-05-22 16:41:32 -07:00
email_tests.py Some code refactoring (#2139) 2017-02-08 11:52:58 -08:00
import_export_tests.py Refactoring Druid & SQLa into a proper "Connector" interface (#2362) 2017-03-10 09:11:51 -08:00
model_tests.py Setting adjust_database_uri for HiveEngineSpec (#2636) 2017-04-18 12:29:13 -07:00
security_tests.py Speeding up polling by not checking access (#2466) 2017-03-23 22:46:25 -07:00
sql_parse_tests.py Implement table name extraction. (#1598) 2016-11-29 15:43:36 -05:00
sqllab_tests.py Updating permission when refreshing druid datasource (#2655) 2017-05-22 16:41:32 -07:00
superset_test_config.py Stabilizing Celery / SQL Lab (#2981) 2017-06-20 13:55:03 -07:00
utils_tests.py Alternative PR for: Some bytes/str issues in py3 w/ zlib and json (#2558) 2017-04-06 09:42:43 -07:00