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
14 stars 12 forks source link

Remove Dependency on ElasticSearch Security/securemock #15

Open macohen opened 11 months ago

macohen commented 11 months ago

These 14 tests should pass.

From the README.md: These releases are alpha because some issues with the tests due to securemock that depends on ElasticSearch security stuff. And there are 14 failing tests.

Tests with failures:
- store.feature.ltr.org.opensearch.learning2rank.StoredFeatureSetParserTests.testExpressionDoubleQueryParameter
- store.feature.ltr.org.opensearch.learning2rank.StoredFeatureSetParserTests.testExpressionMissingQueryParameter
- store.feature.ltr.org.opensearch.learning2rank.StoredFeatureSetParserTests.testExpressionIntegerQueryParameter
- store.feature.ltr.org.opensearch.learning2rank.StoredFeatureSetParserTests.testExpressionShortQueryParameter
- store.feature.ltr.org.opensearch.learning2rank.StoredFeatureSetParserTests.testExpressionInvalidQueryParameter
- termstat.org.opensearch.learning2rank.TermStatQueryBuilderTests.testMustRewrite
- termstat.org.opensearch.learning2rank.TermStatQueryBuilderTests.testToQuery
- termstat.org.opensearch.learning2rank.TermStatQueryBuilderTests.testCacheability
- store.feature.ltr.org.opensearch.learning2rank.StoredFeatureParserTests.testExpressionOptimization
- termstat.org.opensearch.learning2rank.TermStatQueryTests.testEmptyTerms
- termstat.org.opensearch.learning2rank.TermStatQueryTests.testUniqueCount
- termstat.org.opensearch.learning2rank.TermStatQueryTests.testBasicFormula
- termstat.org.opensearch.learning2rank.TermStatQueryTests.testQuery
- termstat.org.opensearch.learning2rank.TermStatQueryTests.testMatchCount

228 tests completed, 14 failed