alamb commented on code in PR #16381:
URL: https://github.com/apache/datafusion/pull/16381#discussion_r2141267569


##########
.github/workflows/extended.yml:
##########
@@ -100,7 +100,10 @@ jobs:
           df -h
       - name: Run tests (excluding doctests)
         env:
-          RUST_BACKTRACE: 1
+          # Disable AWS EC2 metadata service which does not work in
+          # GitHub Actions container environment.
+          # See https://github.com/apache/datafusion/issues/16378
+          AWS_EC2_METADATA_DISABLED: 1

Review Comment:
   When I tried to reproduce this error on an AWS instance I got the following 
error (which is different than we are seeing on CI):
   
   ```
   thread 'object_storage::tests::s3_object_store_builder_default' panicked at 
datafusion-cli/src/object_storage.rs:584:9:
   assertion `left == right` failed
     left: Some("us-west-2")
    right: None
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   
   ```
   
   I have another idea



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to