nuno-faria commented on code in PR #20282:
URL: https://github.com/apache/datafusion/pull/20282#discussion_r2818588829


##########
.github/workflows/extended.yml:
##########
@@ -167,11 +167,19 @@ jobs:
         uses: ./.github/actions/setup-builder
         with:
           rust-version: stable
+      - name: Build sqllogictest binary
+        run: |
+          # Cargo emits test binaries with hashed filenames under 
target/.../deps.
+          # We use head to pick the first matching sqllogictests artifact from 
the JSON stream.
+          TEST_BIN=$(cargo build --profile release-nonlto --features 
backtrace,parquet_encryption --package datafusion-sqllogictest --test 
sqllogictests --message-format=json | sed -n 
's/.*"executable":"\([^"]*\)".*/\1/p' | head -n 1)

Review Comment:
   I tried the fix on #20101 (synced to main) to get the new times per test but 
it still took over 2 hours there: 
https://github.com/apache/datafusion/actions/runs/22101965398/job/63873808241?pr=20101.
 I don't know what could be different.



-- 
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]

Reply via email to