[
https://issues.apache.org/jira/browse/PHOENIX-5320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16858196#comment-16858196
]
Lars Hofhansl commented on PHOENIX-5320:
----------------------------------------
This code is funny:
{code:java}
protected static void setUpTestDriver(ReadOnlyProps serverProps, ReadOnlyProps
clientProps) throws Exception {
if (driver == null) {
String url = checkClusterInitialized(serverProps);
driver = initAndRegisterTestDriver(url, clientProps);
}
}
{code}
If a driver already exists a new one with the requested properties will not be
created.
> SortMergeJoinNoSpoolingIT fails occasionally.
> ---------------------------------------------
>
> Key: PHOENIX-5320
> URL: https://issues.apache.org/jira/browse/PHOENIX-5320
> Project: Phoenix
> Issue Type: Test
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Priority: Major
> Attachments: 5320.txt
>
>
> {code:java}
> Error Message
> Expected PhoenixIOException due to IllegalStateException
> Stacktrace
> java.lang.AssertionError: Expected PhoenixIOException due to
> IllegalStateException
> at
> org.apache.phoenix.end2end.join.SortMergeJoinNoSpoolingIT.testJoinWithMemoryLimit(SortMergeJoinNoSpoolingIT.java:74){code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)