joshelser commented on pull request #30:
URL:
https://github.com/apache/phoenix-queryserver/pull/30#issuecomment-620721134
A follow-on maybe. With python 3.7.6, I see the following UT failure:
```
======================================================================
FAIL: test_parse_url (phoenixdb.tests.test_avatica.ParseUrlTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Users/jelser/projects/phoenix-queryserver.git/python/phoenixdb/phoenixdb/tests/test_avatica.py",
line 24, in test_parse_url
self.assertEqual(urlparse.urlparse('http://localhost:2222/'),
parse_url('localhost:2222'))
AssertionError: ParseResult(scheme='http', netloc='localhost:2222',
path='/',[29 chars]t='') != ParseResult(scheme='localhost', netloc='',
path='2222', param[23 chars]t='')
```
Seems like it might be unique to this version of Python?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]