-
Notifications
You must be signed in to change notification settings - Fork 687
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
Unit tests for disjoint relation #1718
base: master
Are you sure you want to change the base?
Conversation
833b064
to
a637556
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@metonymic-smokey It appears there're some test failures here.
@@ -6,7 +6,7 @@ require ( | |||
github.com/RoaringBitmap/roaring v0.9.4 | |||
github.com/bits-and-blooms/bitset v1.2.0 | |||
github.com/blevesearch/bleve_index_api v1.0.3 | |||
github.com/blevesearch/geo v0.1.13 | |||
github.com/blevesearch/geo v0.1.14-0.20220806033936-256c7049d467 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abhinavdangeti I am using v0.14 here so I reckon the failure isn't due to that.
Looking into it and will let you know, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes not related to the go.mod version. p.s. I created a v0.1.14 though.
@metonymic-smokey I see a lot of test additions here. If you want to include this for v2.3.10 - this will need rebasing and make sure the checks pass. |
alright @abhinavdangeti, will let you know, thanks |
This PR adds unit tests for the newly added disjoint relation.