-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestEpochWrite and TestEpochParse run failed #182
Comments
Hi @tpolong - thanks for reporting this. I'm curious in what time zone was that run - in case it makes a difference. |
I'm in the 8th East District |
Sorry, I'm not sure what time-zone that is — please see - https://24timezones.com/time-zones |
UTC+8 |
Oh, "can't run" may mean a compilation problem rather than failed test - i may have misread it. (the image does not mean much to me.) |
您好,您的邮件已收到,谢谢!
|
|
Both TestEsriJsonSerDe and TestGeoJsonSerDe just passed for me. |
All tests passed for me, at all the following times, PST: |
Test set: com.esri.hadoop.hive.serde.TestGeoJsonSerDeTests run: 12, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec <<< FAILURE! |
Test set: com.esri.hadoop.hive.serde.TestEsriJsonSerDeTests run: 15, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.625 sec <<< FAILURE! |
Failed tests: TestEpochParse(com.esri.hadoop.hive.serde.TestEsriJsonSerDe): expected:<1703> but was:<1702> |
Thanks for the test details. This is curious, why we see different results. |
Noticing that the test results were posted about 23:30 PST, I've scheduled tests to run here at 23:30 UTC-8, to see if at that time of day it will repro on a computer in PST. I'm curious if it will repro in both morning and afternoon/evening in UTC+8. |
I think that is saying that it happens with Hive-3.1? But does not mention what time of day the test was run? |
System.out.print(new Date().getTime()); |
I think the next thing we want to figure out, is, whether the issue is with the tests only, versus whether the issue is in the Spatial-Framework product code itself. |
In a VM set to UTC+0930 I repro 4 tests failed. |
TestEpochParse - |
I'm thinking to changing dependency defaults to up-to-date versions, then afterward circle back to whether to try to work around HIVE-12192 for Hive-3.0 and below. |
Is the issue blocking analysis? |
I have tested the latest code and it works fine |
Thanks! I went ahead and merged the PR. |
TestGeoJsonSerDe and TestEsriJsonSerDe both can't run.
The text was updated successfully, but these errors were encountered: