nateprewitt commented on PR #48971: URL: https://github.com/apache/arrow/pull/48971#issuecomment-3802048370
> Good job! I backported this to v23 in [conda-forge/arrow-cpp-feedstock#1452](https://github.com/conda-forge/arrow-cpp-feedstock/pull/1452) and it compiles! Unfortunately, the tests seem to hang... It's been stuck for >1h at > > ``` > Start 75: arrow-dataset-file-parquet-encryption-test > 75/104 Test #75: arrow-dataset-file-parquet-encryption-test ... Passed 1.90 sec > Start 76: arrow-filesystem-test > 76/104 Test #76: arrow-filesystem-test ........................ Passed 12.74 sec > Start 77: arrow-azurefs-test > ``` @h-vetinari are you using the cpp_test.sh that's used in CI? A quick skim is showing [these lines](https://github.com/apache/arrow/blob/8010794116fa9fb1ed020c649053411a7bd7f1bf/ci/scripts/cpp_test.sh#L47-L48). If you do not have azurite installed in your testing environment, that test is being removed from running. You may want to use the test script or move some approximation of it into your test harness as it appears to be used in all GHA builds. -- 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]
