You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add integration test task that uses the OpenSearch gradle plugin
Signed-off-by: Ryan Bogan <[email protected]>
* Added closeTestExtension task to kill testExtension process
Signed-off-by: Ryan Bogan <[email protected]>
* Fix spotless
Signed-off-by: Ryan Bogan <[email protected]>
* Implement resolution strategy to fix dependency conflict
Signed-off-by: Ryan Bogan <[email protected]>
* Minor adjustment
Signed-off-by: Ryan Bogan <[email protected]>
* Change jackson version
Signed-off-by: Ryan Bogan <[email protected]>
* Change jackson dataformat version
Signed-off-by: Ryan Bogan <[email protected]>
* Revert jackson version change
Signed-off-by: Ryan Bogan <[email protected]>
* Add resolution strategy to fix jackson dependency conflict
Signed-off-by: Ryan Bogan <[email protected]>
* Address PR Comments
Signed-off-by: Ryan Bogan <[email protected]>
* Add new implementation to fix error from separate merge
Signed-off-by: Ryan Bogan <[email protected]>
* Address PR Comments
Signed-off-by: Ryan Bogan <[email protected]>
* Address PR Comments
Signed-off-by: Ryan Bogan <[email protected]>
* Revert minor change
Signed-off-by: Ryan Bogan <[email protected]>
* Address PR Comments
Signed-off-by: Ryan Bogan <[email protected]>
* Add reading from yaml for testExtensionCreation
Signed-off-by: Ryan Bogan <[email protected]>
* Spotless
Signed-off-by: Ryan Bogan <[email protected]>
* Minor change
Signed-off-by: Ryan Bogan <[email protected]>
* Debug test commit
Signed-off-by: Ryan Bogan <[email protected]>
* Minor changes
Signed-off-by: Ryan Bogan <[email protected]>
* Remove extra test class
Signed-off-by: Ryan Bogan <[email protected]>
* Add index
Signed-off-by: Ryan Bogan <[email protected]>
* Fix inadvertent change
Signed-off-by: Ryan Bogan <[email protected]>
* Minor change
Signed-off-by: Ryan Bogan <[email protected]>
* Add log4j resolution strategy
Signed-off-by: Ryan Bogan <[email protected]>
* Remove testing println
Signed-off-by: Ryan Bogan <[email protected]>
---------
Signed-off-by: Ryan Bogan <[email protected]>
Co-authored-by: Sarat Vemulapalli <[email protected]>
Co-authored-by: Owais Kazi <[email protected]>
Copy file name to clipboardexpand all lines: DEVELOPER_GUIDE.md
+11
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
-[Publish OpenSearch SDK for Java to Maven Local](#publish-opensearch-sdk-for-java-to-maven-local)
14
14
-[Perform a REST Request on the Extension](#perform-a-rest-request-on-the-extension)
15
15
-[Run Tests](#run-tests)
16
+
-[Launching and debugging from an IDE](#launching-and-debugging-from-an-ide)
16
17
-[Submitting Changes](#submitting-changes)
17
18
18
19
## Introduction
@@ -221,6 +222,16 @@ Run tests :
221
222
```
222
223
./gradlew clean build test
223
224
```
225
+
226
+
Run integration tests :
227
+
```
228
+
./gradlew clean build integTest
229
+
```
230
+
231
+
## Launching and debugging from an IDE
232
+
233
+
See [Launching and debugging from an IDE in OpenSearch](https://github.com/opensearch-project/OpenSearch/blob/main/TESTING.md#launching-and-debugging-from-an-ide)
234
+
224
235
## Generate Artifact
225
236
226
237
In opensearch-sdk-java navigate to build/distributions. Look for tar ball in the form `opensearch-sdk-java-1.0.0-SNAPSHOT.tar`. If not found follow the below steps to create one:
0 commit comments