tree: f593b74b2399b9fc64818390c35fa51eeb2555b0
  1. resources/
  2. __init__.py
  3. distribution_test.py
  4. download_test.py
  5. info_test.py
  6. list_test.py
  7. proxy_test.py
  8. README.md
  9. sources_test.py
  10. tracker_test.py
it/README.md

Integration Tests

Note: The integration tests in this directory were originally written for OpenSearch Benchmark and test OpenSearch-specific pipeline steps (provisioning, starting, and querying OpenSearch clusters). They are not yet adapted for Apache Solr Orbit and will not pass against a Solr cluster.

A Solr-native integration test suite is planned as a future user story. Until then, use the Solr unit tests in tests/unit/solr/ to validate Solr-specific functionality.

Running the existing tests

These tests require a running OpenSearch cluster and are not part of the default CI for this branch.

make it   # Requires Java, Docker; ~30 min