[
https://issues.apache.org/jira/browse/PHOENIX-7266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17824747#comment-17824747
]
ASF GitHub Bot commented on PHOENIX-7266:
-----------------------------------------
stoty commented on code in PR #150:
URL:
https://github.com/apache/phoenix-queryserver/pull/150#discussion_r1517595083
##########
phoenix-queryserver-it/src/it/java/org/apache/phoenix/end2end/TlsUtil.java:
##########
@@ -51,6 +51,10 @@ public class TlsUtil {
protected static final String TARGET_DIR_NAME =
System.getProperty("target.dir", "target");
protected static final File TARGET_DIR =
new File(System.getProperty("user.dir"), TARGET_DIR_NAME);
+ protected static final String TEST_CLASSES_DIR_NAME =
Review Comment:
A few lines of comments on what is happening here would be useful.
> Fix SSLConfigDir in ITs
> -----------------------
>
> Key: PHOENIX-7266
> URL: https://issues.apache.org/jira/browse/PHOENIX-7266
> Project: Phoenix
> Issue Type: Bug
> Components: queryserver
> Reporter: Aron Attila Meszaros
> Assignee: Aron Attila Meszaros
> Priority: Minor
>
> using getClasspathDir from TLSUtil.java does not work to determine
> SSLConfigDir as it fails if caller class is in jar
--
This message was sent by Atlassian Jira
(v8.20.10#820010)