Closed finnegancarroll closed 1 month ago
That seems incorrect. Last time I was testing a plugin where I needed to make modifications in both core and the plugin I did https://github.com/opensearch-project/OpenSearch/issues/15528#issuecomment-2322010367. Maybe you can help update the documentation one way or another?
Describe the bug
This section of documentation in TESTING.md seems stale maybe? I can't find any mention of this special 'opensearch-extra' directory in the code and have had no luck using this feature to build a plugin alongside opensearch.
Related component
Build
To Reproduce
Expected behavior
Based on the documentation I'm expecting OpenSearch to build and include the plugin cloned into 'opensearch-extra'. I don't see my plugin with either of the below.
./gradlew projects
curl -X GET "http://localhost:9200/_cat/plugins"
Additional Details
No response