sfirke commented on PR #27442: URL: https://github.com/apache/superset/pull/27442#issuecomment-2000409843
I'm stuck, it's unclear to me why this test is failing: ``` =================================== FAILURES =================================== ___________ TestPostChartDataApi.test_chart_data_applied_time_extras ___________ self = <tests.integration_tests.charts.data.api_tests.TestPostChartDataApi testMethod=test_chart_data_applied_time_extras> @pytest.mark.usefixtures("load_birth_names_dashboard_with_slices") def test_chart_data_applied_time_extras(self): """ Chart data API: Test chart data query with applied time extras """ self.query_context_payload["queries"][0]["applied_time_extras"] = { "__time_range": "100 years ago : now", "__time_origin": "now", } rv = self.post_assert_metric(CHART_DATA_URI, self.query_context_payload, "data") > self.assertEqual(rv.status_code, 200) E AssertionError: 400 != 200 ``` And why is `test-postgres-presto` passing but `test-postgres-hive` not? -- 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