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

Create embedded solr-cloud setup for unittest #442

Open
thomasegense opened this issue Jan 7, 2024 · 0 comments
Open

Create embedded solr-cloud setup for unittest #442

thomasegense opened this issue Jan 7, 2024 · 0 comments
Labels

Comments

@thomasegense
Copy link
Contributor

We already have a embedded-solr setup(stand alone, single core) for unittest. And those unittest are of vital importance.

The new shard splitting that gives a substantial export speedup in multi sharded environments has no unittest that runs in the coded vs. a realistic solr-cloud setup.

Idea for a unittest.

  1. Generate enough minimum sample documents (just required fields and content_text)
  2. Index test-data into a single embedded solr. Maybe have a dedicated solr-master with no documents as this is the production setup.
  3. index test.datra into an embedded solr cloud with 4 shards.
  4. Validate output from solr is correct in both cases.
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

2 participants