Thanks!

I also get the same feedback from lidavidm on JIRA.
I'll create a pull request to ensure setting up test data.

In <cak7z5t_s0b4ubemo0yb_e-6tm+ozu69r-6pz4dehdxqwh4d...@mail.gmail.com>
  "Re: 0.14.0: Java org.apache.arrow.flight.TestTls is failed via 
dev/release/00-prepare.sh" on Thu, 27 Jun 2019 18:17:06 -0700,
  Micah Kornfield <emkornfi...@gmail.com> wrote:

> It's an environment problem.  The arrow testing repo needs to be checked
> out and an environment variable set.   I'll try to have a PR out to fix
> this tonight
> 
> On Thursday, June 27, 2019, Sutou Kouhei <k...@clear-code.com> wrote:
> 
>> Hi,
>>
>> I'm trying dev/release/00-prepare.sh that is the first
>> script to create RC.
>>
>> It fails with OpenJDK 8 by Flight test. I'm not sure whether
>> this is my environment problem or not. Could Java developers
>> take a look this?
>>
>> JIRA: https://issues.apache.org/jira/browse/ARROW-5769
>>
>> Error message:
>>
>> [INFO] [INFO] Running org.apache.arrow.flight.TestTls
>> [INFO] [ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time
>> elapsed: 0.005 s <<< FAILURE! - in org.apache.arrow.flight.TestTls
>> [INFO] [ERROR] connectTls(org.apache.arrow.flight.TestTls)  Time elapsed:
>> 0.004 s  <<< ERROR!
>> [INFO] java.lang.RuntimeException: java.io.FileNotFoundException:
>> /home/kou/work/cpp/arrow.pravindra/java/flight/../../testing/data/flight/cert0.pem
>> (No such file or directory)
>> [INFO]  at org.apache.arrow.flight.TestTls.lambda$test$3(TestTls.java:105)
>> [INFO]  at org.apache.arrow.flight.TestTls.test(TestTls.java:98)
>> [INFO]  at org.apache.arrow.flight.TestTls.connectTls(TestTls.java:44)
>> [INFO] Caused by: java.io.FileNotFoundException: /home/kou/work/cpp/arrow.
>> pravindra/java/flight/../../testing/data/flight/cert0.pem (No such file
>> or directory)
>> [INFO]  at org.apache.arrow.flight.TestTls.lambda$test$3(TestTls.java:102)
>> [INFO]  at org.apache.arrow.flight.TestTls.test(TestTls.java:98)
>> [INFO]  at org.apache.arrow.flight.TestTls.connectTls(TestTls.java:44)
>> [INFO]
>> [INFO] [ERROR] rejectInvalidCert(org.apache.arrow.flight.TestTls)  Time
>> elapsed: 0 s  <<< ERROR!
>> [INFO] java.lang.Exception: Unexpected exception, 
>> expected<io.grpc.StatusRuntimeException>
>> but was<java.lang.RuntimeException>
>> [INFO]  at org.apache.arrow.flight.TestTls.lambda$test$3(TestTls.java:105)
>> [INFO]  at org.apache.arrow.flight.TestTls.test(TestTls.java:98)
>> [INFO]  at org.apache.arrow.flight.TestTls.rejectInvalidCert(
>> TestTls.java:62)
>> [INFO] Caused by: java.io.FileNotFoundException: /home/kou/work/cpp/arrow.
>> pravindra/java/flight/../../testing/data/flight/cert0.pem (No such file
>> or directory)
>> [INFO]  at org.apache.arrow.flight.TestTls.lambda$test$3(TestTls.java:102)
>> [INFO]  at org.apache.arrow.flight.TestTls.test(TestTls.java:98)
>> [INFO]  at org.apache.arrow.flight.TestTls.rejectInvalidCert(
>> TestTls.java:62)
>> [INFO]
>> [INFO] [ERROR] rejectHostname(org.apache.arrow.flight.TestTls)  Time
>> elapsed: 0.001 s  <<< ERROR!
>> [INFO] java.lang.Exception: Unexpected exception, 
>> expected<io.grpc.StatusRuntimeException>
>> but was<java.lang.RuntimeException>
>> [INFO]  at org.apache.arrow.flight.TestTls.lambda$test$3(TestTls.java:105)
>> [INFO]  at org.apache.arrow.flight.TestTls.test(TestTls.java:98)
>> [INFO]  at org.apache.arrow.flight.TestTls.rejectHostname(TestTls.java:78)
>> [INFO] Caused by: java.io.FileNotFoundException: /home/kou/work/cpp/arrow.
>> pravindra/java/flight/../../testing/data/flight/cert0.pem (No such file
>> or directory)
>> [INFO]  at org.apache.arrow.flight.TestTls.lambda$test$3(TestTls.java:102)
>> [INFO]  at org.apache.arrow.flight.TestTls.test(TestTls.java:98)
>> [INFO]  at org.apache.arrow.flight.TestTls.rejectHostname(TestTls.java:78)
>> [INFO]
>> [INFO] [INFO] Running org.apache.arrow.flight.TestServerOptions
>> [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time
>> elapsed: 0.114 s - in org.apache.arrow.flight.TestServerOptions
>> [INFO] [INFO]
>> [INFO] [INFO] Results:
>> [INFO] [INFO]
>> [INFO] [ERROR] Errors:
>> [INFO] [ERROR]   TestTls.connectTls:44->test:98->lambda$test$3:105
>> Runtime java.io.FileNotFound...
>> [INFO] [ERROR]   TestTls.rejectHostname »  Unexpected exception,
>> expected<io.grpc.StatusRuntime...
>> [INFO] [ERROR]   TestTls.rejectInvalidCert »  Unexpected exception,
>> expected<io.grpc.StatusRunt...
>> [INFO] [INFO]
>> [INFO] [ERROR] Tests run: 27, Failures: 0, Errors: 3, Skipped: 10
>>
>>
>> Thanks,
>> --
>> kou
>>
>>
>>

Reply via email to