[
https://issues.apache.org/jira/browse/PHOENIX-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607490#comment-16607490
]
Lev Bronshtein edited comment on PHOENIX-4688 at 9/7/18 6:33 PM:
-----------------------------------------------------------------
Also why the test is not failing even though non-zero exit should be checked
{code:java}
int exitCode = runPythonProcess.waitFor();
LOG.info("test_phoenixdb.sh exited with: " + exitCode);
...
assertEquals("Subprocess exited with errors", 0, exitCode);{code}
And is captured
{quote}2018-09-07 12:51:00,336 INFO [main]
end2end.SecureQueryServerPhoenixDBIT(345): test_phoenixdb.sh exited with: 1
{quote}
was (Author: lbronshtein):
Also why the test is not failing even though non-zero exit should be checked
{code:java}
int exitCode = runPythonProcess.waitFor();
LOG.info("test_phoenixdb.sh exited with: " + exitCode);
..
assertEquals("Subprocess exited with errors", 0, exitCode);{code}
And is captured
{quote}2018-09-07 12:51:00,336 INFO [main]
end2end.SecureQueryServerPhoenixDBIT(345): test_phoenixdb.sh exited with: 1
{quote}
> Add kerberos authentication to python-phoenixdb
> -----------------------------------------------
>
> Key: PHOENIX-4688
> URL: https://issues.apache.org/jira/browse/PHOENIX-4688
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Lev Bronshtein
> Priority: Minor
>
> In its current state python-phoenixdv does not support support kerberos
> authentication. Using a modern python http library such as requests or
> urllib it would be simple (if not trivial) to add this support.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)