anmolnar opened a new pull request, #6980: URL: https://github.com/apache/hbase/pull/6980
In order to fix these tests we need to wait for the truststore / keystore files to be changed somehow, but with the hardcode filepoll interval it would take long (1 second each test). So, two things are in the patch: - Make filechange poll interval configurable (not documented in this patch), - Add another filewatcher in the test which detects the file change. Effectively not really more than a thread.sleep(), but hopefully does the right thing. cc @kabhishek4 @bbeaudreault -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org