squalou commented on PR #27229:
URL: https://github.com/apache/superset/pull/27229#issuecomment-1989455573

   Python-Integration / test-mysql (3.9) (pull_request) Failing after 6m
   
   hm, no idea how this could be related with the PR, could it be failing on 
master before the changes ?
   
   ```
   =================================== FAILURES 
===================================
   __________________ TestPostChartDataApi.test_chart_data_async 
__________________
   
   self = <tests.integration_tests.charts.data.api_tests.TestPostChartDataApi 
testMethod=test_chart_data_async>
   
       @with_feature_flags(GLOBAL_ASYNC_QUERIES=True)
       @pytest.mark.usefixtures("load_birth_names_dashboard_with_slices")
       def test_chart_data_async(self):
           self.logout()
           app._got_first_request = False
           async_query_manager_factory.init_app(app)
           self.login("admin")
           rv = self.post_assert_metric(CHART_DATA_URI, 
self.query_context_payload, "data")
   >       self.assertEqual(rv.status_code, 202)
   E       AssertionError: 200 != 202
   
   tests/integration_tests/charts/data/api_tests.py:707: AssertionError
   ```


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to