mikemccand / stargazers-migration-test

Testing Lucene's Jira -> GitHub issues migration
0 stars 0 forks source link

Reproducing failure in various TestLatLon* equals/hashcode tests [LUCENE-8913] #910

Closed mikemccand closed 5 years ago

mikemccand commented 5 years ago

Bumped into this while running tests locally

ant clean test -Dtests.seed=41D0C5A80C823307 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-CL -Dtests.timezone=Pacific/Rarotonga -Dtests.asserts=true -Dtests.file.encoding=UTF-8

reliably produces:  

Tests with failures [seed: 41D0C5A80C823307]:
   [junit4]   - org.apache.lucene.document.TestLatLonPointShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4]   - org.apache.lucene.document.TestLatLonMultiPointShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4]   - org.apache.lucene.document.TestLatLonLineShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4]   - org.apache.lucene.document.TestLatLonPolygonShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4]   - org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4]   - org.apache.lucene.document.TestLatLonMultiLineShapeQueries.testBoxQueryEqualsAndHashcode

Legacy Jira details

LUCENE-8913 by Gus Heck (@gus-asf) on Jul 13 2019, resolved Jul 18 2019

mikemccand commented 5 years ago

Thanks ~gh_at It couple be a result of the refactor work to support XYShape. Will look into it.

[Legacy Jira: Nick Knize (@nknize) on Jul 14 2019]

mikemccand commented 5 years ago

I will fix this one as it is a trivial test bug

[Legacy Jira: Ignacio Vera (@iverase) on Jul 18 2019]

mikemccand commented 5 years ago

Commit 0de627ee26a4489e6ee9b333bf4ed16a4aa032f8 in lucene-solr's branch refs/heads/master from Ignacio Vera https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=0de627e

LUCENE-8913: Fix test bug in BaseLatLonShapeTestCase#testBoxQueryEqualsAndHashcode

[Legacy Jira: ASF subversion and git services on Jul 18 2019]

mikemccand commented 5 years ago

Commit 6f2ff2157db802789ea840454068c19c509ba75c in lucene-solr's branch refs/heads/branch_8x from Ignacio Vera https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=6f2ff21

LUCENE-8913: Fix test bug in BaseLatLonShapeTestCase#testBoxQueryEqualsAndHashcode

[Legacy Jira: ASF subversion and git services on Jul 18 2019]

mikemccand commented 5 years ago

Commit 31d7ec7bbfdcd2c4cc61d9d35e962165410b65fe in lucene-solr's branch refs/heads/branch_8_2 from Ignacio Vera https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=31d7ec7

LUCENE-8913: Fix test bug in BaseLatLonShapeTestCase#testBoxQueryEqualsAndHashcode

[Legacy Jira: ASF subversion and git services on Jul 18 2019]

mikemccand commented 5 years ago

Closing after the 8.2.0 release

[Legacy Jira: Ignacio Vera (@iverase) on Jul 26 2019]