Jefffrey commented on issue #8696: URL: https://github.com/apache/arrow-datafusion/issues/8696#issuecomment-1874770356
Some debugging thoughts: **Due to image change** Unlikely. 27min runtime: https://github.com/apache/arrow-datafusion/actions/runs/7347591698/job/20004278779#step:1:1 ``` Current runner version: '2.311.0' Operating System Microsoft Windows Server 2022 10.0.20348 Datacenter Runner Image Image: windows-2022 Version: 20231217.2.0 Included Software: https://github.com/actions/runner-images/blob/win22/20231217.2/images/windows/Windows2022-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20231217.2 Runner Image Provisioner 2.0.321.1 ``` 3hr 20min run: https://github.com/apache/arrow-datafusion/actions/runs/7351057731/job/20013780063#step:1:1 ``` Current runner version: '2.311.0' Operating System Microsoft Windows Server 2022 10.0.20348 Datacenter Runner Image Image: windows-2022 Version: 20231217.2.0 Included Software: https://github.com/actions/runner-images/blob/win22/20231217.2/images/windows/Windows2022-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20231217.2 Runner Image Provisioner 2.0.321.1 ``` Runner image versions are the exact same. **Some regression in Datafusion code** Probably unlikely? I don't have a Windows machine to test to be certain that it's not only CI. Given example run: https://github.com/apache/arrow-datafusion/actions/runs/7390088229/job/20104324232 The tests that have extreme runtime are: - sqllogictests - https://github.com/apache/arrow-datafusion/actions/runs/7390088229/job/20104324232#step:5:5719 - Turn on timestamps via cog wheel - Starts `Tue, 02 Jan 2024 21:44:15 GMT` and last log from it is `Tue, 02 Jan 2024 22:05:57 GMT` (but next test doesn't start until `Tue, 02 Jan 2024 23:27:39 GMT` leaving a 1hr 42min gap) - tests\tpcds_planning.rs - https://github.com/apache/arrow-datafusion/actions/runs/7390088229/job/20104324232#step:5:2124 - Takes about 1hr 20min Rest of the run doesn't have any major anomalies, so these are the offending tests. **Some other runner issue** Not sure how to debug this, might need to raise another issue with runner repo? -- 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]
