Skip to content

[DRAFT] Enable running jni test during gradle build#3089

Draft
kotwanikunal wants to merge 2 commits intoopensearch-project:mainfrom
kotwanikunal:jni-tests
Draft

[DRAFT] Enable running jni test during gradle build#3089
kotwanikunal wants to merge 2 commits intoopensearch-project:mainfrom
kotwanikunal:jni-tests

Conversation

@kotwanikunal
Copy link
Member

Description

Related Issues

Resolves #1453

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

navneet1v and others added 2 commits January 29, 2026 13:14
Signed-off-by: Navneet Verma <navneev@amazon.com>
Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
args = '--gtest_filter=' + System.getProperty("gtest_filter")
}
workingDir 'jni'
commandLine './bin/jni_test' , "${args}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want to add bash in front ./bin/jni_test to see if that work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enabling the execution of JNI tests as a component of gradle builds or github pull request checks

2 participants