pengwk commented on PR #21769: URL: https://github.com/apache/superset/pull/21769#issuecomment-4781235637
Thanks again for the review and approval. I checked the remaining CI blocker. The only failing required check is `unit-tests (current)`, and the failure is in an unrelated test: ```text tests/unit_tests/utils/test_core.py::test_normalize_dttm_col_with_offset_and_time_shift expected: 2020-01-01 04:00:00 actual: 2020-01-01 04:00:01 ``` This PR only changes the saved-query files, and does not touch `tests/unit_tests/utils/test_core.py` or the related datetime normalization code. I also ran that exact test locally, then repeated it 10 times; all runs passed. I tried to rerun the failed workflow from the CLI, but I do not have repository admin rights to rerun Actions on `apache/superset`. Could a maintainer please rerun the failed `unit-tests (current)` job when you have a chance? Thanks! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
