westonpace commented on issue #33699: URL: https://github.com/apache/arrow/issues/33699#issuecomment-1384138560
This is an odd collection of tests. I don't think I've ever seen `arrow-compute-union-node-test` fail and `parquet-reader-test` doesn't really fit in with the mix. Note that the server seems to be under extreme stress (even more than usual for CI): ``` 2023-01-16T00:36:55.9251228Z 5/70 Test #6: arrow-extension-type-test ................ Passed 9.28 sec ``` That test takes, at most, 15ms on my server. If I compare results with the last successful build it seems things are slow across the board, even on the tests that pass: test name | last failure | last success --- | --- | --- arrow-csv-test | 50.19 | 18.68 arrow-compute-aggregate-test | 209.02 | 45.40 arrow-array-test | 63.27 | 21.42 I don't notice any considerable difference in compilation flags. The only change I can see is that the passing build includes `-ggdb` and the failing build does 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
