Hi guys,

I noticed that Arrow Flight Core doesn't build "out of the box" due to
the TestTls failing.
The reason what TestTls is failing is because it tries to read
cert0.pem from the testing/data folder (at project root), but testing
is empty by default.
If I create a cert0.pem by hand (with self signing key), it works.

So, I propose three options:
1. We document the required tests to build Arrow java cleanly
2. We create a default self signed cert0.pem in testing/data that we commit.
3. We add a before step to the test to create the pem file

My preference would be for 3.

Thoughts ?

Regards
JB

Reply via email to