opensearch-project / opensearch-learning-to-rank-base

Fork of https://github.com/o19s/elasticsearch-learning-to-rank to work with OpenSearch
Apache License 2.0
16 stars 15 forks source link

Fix tests failing due to JVM security exceptions #41

Closed sstults closed 2 months ago

sstults commented 2 months ago

Description

This addresses the failing tests listed in #15. It does not remove any dependencies though.

Issues Resolved

Addresses #15. Possibly closes.

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.

macohen commented 2 months ago

@opensearch-project/admin is there an issue with Mend right now? It keeps failing. Not sure if I missed an update on how these are handled, but getting this error: "Oops! An error occurred while running the Security Check.The Scanner was unable to connect to the repository or branch and clone it."

msfroh commented 2 months ago

is there an issue with Mend right now? It keeps failing.

Yes. This is pretty common across all the repos. On core, we mostly ignore these failures for the time being.

macohen commented 2 months ago

@sstults can you check on the build failures for jdk21, please?