This is an automated email from the ASF dual-hosted git repository.
bkyryliuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 8b9292e fix: add retry to SQL-based alerting celery task (#10542)
add 101e5b6 chore: clean up csv tests (#10556)
No new revisions were added by this update.
Summary of changes:
superset/tasks/slack_util.py | 2 +-
superset/utils/core.py | 4 +
tests/base_tests.py | 41 +++++--
tests/core_tests.py | 216 --------------------------------
tests/csv_upload_tests.py | 286 +++++++++++++++++++++++++++++++++++++++++++
5 files changed, 319 insertions(+), 230 deletions(-)
create mode 100644 tests/csv_upload_tests.py