Skip to content
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

Tests regression after the proj4j 1.1.4 upgrade #3454

Closed
pomadchin opened this issue Mar 25, 2022 · 1 comment
Closed

Tests regression after the proj4j 1.1.4 upgrade #3454

pomadchin opened this issue Mar 25, 2022 · 1 comment
Labels

Comments

@pomadchin
Copy link
Member

pomadchin commented Mar 25, 2022

Describe the bug

github-test-1  | [info] OverzoomingValueReaderSpec:
github-test-1  | [info] OverzoomingValueReader
github-test-1  | [info] - should work for simple case *** FAILED *** (101 milliseconds)
github-test-1  | [info]   java.lang.NullPointerException:
github-test-1  | [info]   at org.locationtech.proj4j.datum.Grid.equals(Grid.java:393)
github-test-1  | [info]   at java.util.AbstractList.equals(AbstractList.java:523)
github-test-1  | [info]   at org.locationtech.proj4j.datum.Datum.isEqual(Datum.java:205)
github-test-1  | [info]   at org.locationtech.proj4j.CoordinateReferenceSystem.equals(CoordinateReferenceSystem.java:134)
github-test-1  | [info]   at geotrellis.proj4.CRS.equals(CRS.scala:161)
github-test-1  | [info]   at geotrellis.proj4.CRS.equals$(CRS.scala:159)
github-test-1  | [info]   at geotrellis.proj4.WebMercator$.equals(WebMercator.scala:21)
github-test-1  | [info]   at geotrellis.layer.package$CRSWorldExtent$.worldExtent$extension(package.scala:61)
github-test-1  | [info]   at geotrellis.layer.ZoomedLayoutScheme.levelForZoom(ZoomedLayoutScheme.scala:104)
github-test-1  | [info]   at geotrellis.store.OverzoomingValueReader$$anon$1.<init>(OverzoomingValueReader.scala:39)
github-test-1  | [info]   ...

This could be the proj4j regression or the GT misbehavior. It was revealed here: #3452

@pomadchin
Copy link
Member Author

Closed via locationtech/proj4j#78 and is used here #3452

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant