[
https://issues.apache.org/jira/browse/PHOENIX-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17867246#comment-17867246
]
ASF GitHub Bot commented on PHOENIX-4664:
-----------------------------------------
richardantal commented on PR #120:
URL:
https://github.com/apache/phoenix-queryserver/pull/120#issuecomment-2238702717
I ran the tests locally with python 3.12 and I got this error in
test_timestamp:
```
E AssertionError: Lists differ: [[1, [93 chars]12, 12, 1, 2)], [4,
datetime.datetime(2015, 7,[30 chars]one]] != [[1, [93 chars]12, 13, 1, 2)], [4,
datetime.datetime(2015, 7,[30 chars]one]]
E
E First differing element 2:
E [3, datetime.datetime(2015, 7, 12, 12, 1, 2)]
E [3, datetime.datetime(2015, 7, 12, 13, 1, 2)]
E
E [[1, datetime.datetime(2015, 7, 12, 13, 1, 2, 123000)],
E [2, None],
E - [3, datetime.datetime(2015, 7, 12, 12, 1, 2)],
E ? ^
E
E + [3, datetime.datetime(2015, 7, 12, 13, 1, 2)],
E ? ^
E
E - [4, datetime.datetime(2015, 7, 12, 12, 1, 2, 123000)],
E ? ------
E
E + [4, datetime.datetime(2015, 7, 12, 13, 1, 2, 123000)],
E ? ++++++
E
E [5, None]]
phoenixdb/tests/test_types.py:218: AssertionError
```
> Time Python driver tests failing
> --------------------------------
>
> Key: PHOENIX-4664
> URL: https://issues.apache.org/jira/browse/PHOENIX-4664
> Project: Phoenix
> Issue Type: Bug
> Reporter: Josh Elser
> Assignee: Istvan Toth
> Priority: Major
>
> {noformat}
> test_time (phoenixdb.tests.test_types.TypesTest) ... FAIL
> test_timestamp (phoenixdb.tests.test_types.TypesTest) ... FAIL
> {noformat}
> These two tests seem to be failing. Ankit thought it might be related to
> timezones.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)