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

SOLR - add tests using Docker image #851

Open
jnioche opened this issue Jan 23, 2021 · 6 comments
Open

SOLR - add tests using Docker image #851

jnioche opened this issue Jan 23, 2021 · 6 comments

Comments

@jnioche
Copy link
Contributor

jnioche commented Jan 23, 2021

Similar to what we have for ES, the tests could spin a Docker container for SOLR and check that documents are indexed as it should be.

@jnioche jnioche added this to the 1.18 milestone Jan 23, 2021
@jnioche jnioche removed this from the 1.18 milestone Jan 27, 2021
@jnioche
Copy link
Contributor Author

jnioche commented Apr 11, 2023

@jnioche
Copy link
Contributor Author

jnioche commented May 2, 2023

Initial code in https://github.com/DigitalPebble/storm-crawler/tree/851
Work in progress

@jnioche
Copy link
Contributor Author

jnioche commented May 23, 2024

@mvolikas since you use this module, any chance you would be able to have a look at this one? Or any of the other issues for SOLR?

@mvolikas
Copy link
Contributor

Sure, thx! I was actually having a look earlier today :)

@jnioche
Copy link
Contributor Author

jnioche commented May 23, 2024

Sure, thx! I was actually having a look earlier today :)

That would be fantastic!

mvolikas added a commit to mvolikas/incubator-stormcrawler that referenced this issue May 26, 2024
@mvolikas
Copy link
Contributor

Hi there!
I have opened a PR to branch 851. I fixed the StatusBoltTest and added a very simple IndexerBoltTest (just checks if the tuple is acked). Note that I used a slightly different approach: Now the solr/cores/ configuration files are used for the tests, and the cores are created explicitly. For the Indexer, I could also add a query to Solr that checks that the document is actually in the core. What do you think?

mvolikas added a commit to mvolikas/incubator-stormcrawler that referenced this issue May 29, 2024
mvolikas added a commit to mvolikas/incubator-stormcrawler that referenced this issue May 29, 2024
mvolikas added a commit to mvolikas/incubator-stormcrawler that referenced this issue May 29, 2024
mvolikas added a commit to mvolikas/incubator-stormcrawler that referenced this issue May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants