wisefool769 commented on issue #9574: sybase db_engine_spec URL: https://github.com/apache/incubator-superset/pull/9574#issuecomment-615453186 I have one failure for some test that my change shouldn't have affected. Based on this trace, I suspect that it's just a race condition, and that rerunning may fix. Can we try that? ``` Dataset API: Test export dataset ... FAIL ====================================================================== FAIL: Dataset API: Test export dataset ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/incubator-superset/incubator-superset/tests/datasets/api_tests.py", line 702, in test_export_dataset generate_download_headers("yaml")["Content-Disposition"], AssertionError: 'attachment; filename=20200417_203103.yaml' != 'attachment; filename=20200417_203104.yaml' - attachment; filename=20200417_203103.yaml ? ^ + attachment; filename=20200417_203104.yaml ? ^ """Fail immediately, with the given message.""" >> raise self.failureException("'attachment; filename=20200417_203103.yaml' != 'attachment; filename=20200417_203104.yaml'\n- attachment; filename=20200417_203103.yaml\n? ^\n+ attachment; filename=20200417_203104.yaml\n? ^\n") ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
