[
https://issues.apache.org/jira/browse/PHOENIX-7266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17825615#comment-17825615
]
ASF GitHub Bot commented on PHOENIX-7266:
-----------------------------------------
Aarchy commented on code in PR #150:
URL:
https://github.com/apache/phoenix-queryserver/pull/150#discussion_r1521226196
##########
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:
I'm not sure about this, as these are just directory names, there isn't
really a complex logic behind them. There are very similar definitions in the
preceding lines without comments as well.
> 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)