collective / collective.solr

Solr search engine integration for Plone
https://pypi.org/project/collective.solr/
22 stars 46 forks source link

Tests: make sure we don't have old data queued #228

Closed reinhardt closed 4 years ago

reinhardt commented 5 years ago

On Python 2 the test actually passes despite the old data, but on Python 3 it fails, probably because the order of the data differs.

In case we end up with separate branches I'm making this PR to master but I'm also cherry-picking to the python3 branch.

reinhardt commented 5 years ago

Hold on, I think f9bd1fa7fe43b54714e1895c31f76b4ce88a6b41 does the same thing...

tisto commented 4 years ago

@reinhardt what's the status of this PR? Can we close it or is this something worth looking into?

reinhardt commented 4 years ago

Can be closed, thanks for the reminder!