jarohen opened a new pull request, #35590:
URL: https://github.com/apache/arrow/pull/35590

   <!--
   Thanks for opening a pull request!
   If this is your first pull request you can find detailed information on how 
   to contribute here:
     * [New Contributor's 
Guide](https://arrow.apache.org/docs/dev/developers/guide/step_by_step/pr_lifecycle.html#reviews-and-merge-of-the-pull-request)
     * [Contributing 
Overview](https://arrow.apache.org/docs/dev/developers/overview.html)
   
   
   If this is not a [minor 
PR](https://github.com/apache/arrow/blob/main/CONTRIBUTING.md#Minor-Fixes). 
Could you open an issue for this pull request on GitHub? 
https://github.com/apache/arrow/issues/new/choose
   
   Opening GitHub issues ahead of time contributes to the 
[Openness](http://theapacheway.com/open/#:~:text=Openness%20allows%20new%20users%20the,must%20happen%20in%20the%20open.)
 of the Apache Arrow project.
   
   Then could you also rename the pull request title in the following format?
   
       GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}
   
   or
   
       MINOR: [${COMPONENT}] ${SUMMARY}
   
   In the case of PARQUET issues on JIRA the title also supports:
   
       PARQUET-${JIRA_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}
   
   -->
   
   ### Are these changes tested?
   
   I've run `mvn test` locally, and got the following:
   
   ```
   [INFO]
   [INFO] Results:
   [INFO]
   [ERROR] Errors:
   [ERROR]   TestTls.connectTls:43->test:111->lambda$test$6:118 Runtime 
java.io.FileNotFoundException: 
/home/james/src/juxt/arrow/java/flight/flight-core/../../../testing/data/flight/cert0.pem
 (No such file or directory)
   [ERROR]   
TestTls.connectTlsDisableServerVerification:93->test:111->lambda$test$6:118 
Runtime java.io.FileNotFoundException: 
/home/james/src/juxt/arrow/java/flight/flight-core/../../../testing/data/flight/cert0.pem
 (No such file or directory)
   [ERROR]   TestTls.rejectHostname:76->test:111->lambda$test$6:118 Runtime 
java.io.FileNotFoundException: 
/home/james/src/juxt/arrow/java/flight/flight-core/../../../testing/data/flight/cert0.pem
 (No such file or directory)
   [ERROR]   TestTls.rejectInvalidCert:61->test:111->lambda$test$6:118 Runtime 
java.io.FileNotFoundException: 
/home/james/src/juxt/arrow/java/flight/flight-core/../../../testing/data/flight/cert0.pem
 (No such file or directory)
   [INFO]
   [ERROR] Tests run: 108, Failures: 0, Errors: 4, Skipped: 20
   [INFO]
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Summary for Apache Arrow Java Root POM 11.0.0:
   [INFO]
   [INFO] Apache Arrow Java Root POM ......................... SUCCESS [  6.392 
s]
   [INFO] Arrow Format ....................................... SUCCESS [  2.151 
s]
   [INFO] Arrow Memory ....................................... SUCCESS [  2.000 
s]
   [INFO] Arrow Memory - Core ................................ SUCCESS [  3.617 
s]
   [INFO] Arrow Memory - Unsafe .............................. SUCCESS [  2.478 
s]
   [INFO] Arrow Memory - Netty ............................... SUCCESS [  3.567 
s]
   [INFO] Arrow Vectors ...................................... SUCCESS [  9.042 
s]
   [INFO] Arrow Compression .................................. SUCCESS [  2.722 
s]
   [INFO] Arrow Tools ........................................ SUCCESS [  3.561 
s]
   [INFO] Arrow JDBC Adapter ................................. SUCCESS [  5.981 
s]
   [INFO] Arrow Plasma Client ................................ SUCCESS [  2.069 
s]
   [INFO] Arrow Flight ....................................... SUCCESS [  1.839 
s]
   [INFO] Arrow Flight Core .................................. FAILURE [ 20.163 
s]
   [INFO] Arrow Flight GRPC .................................. SKIPPED
   [INFO] Arrow Flight SQL ................................... SKIPPED
   [INFO] Arrow Flight SQL JDBC Driver ....................... SKIPPED
   [INFO] Arrow Flight Integration Tests ..................... SKIPPED
   [INFO] Arrow AVRO Adapter ................................. SKIPPED
   [INFO] Arrow Algorithms ................................... SKIPPED
   [INFO] Arrow Performance Benchmarks ....................... SKIPPED
   ```
   
   so it looks like I've not got some certificates that are required to test 
Flight Core?


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

Reply via email to