Skip to content

Commit 02346c2

Browse files
author
Christoph Büscher
authored
Rankeval: Fold template test project into main module (#31203)
This change moves tests in `smoke-test-rank-eval-with-mustache` into the main ranking evaluation module by declaring that the integration testing cluster requires the `lang-mustache` plugin. This avoids having to maintain the qa project for only one basic test suite.
1 parent afc91e9 commit 02346c2

File tree

4 files changed

+9
-66
lines changed

4 files changed

+9
-66
lines changed

modules/rank-eval/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ esplugin {
2323
hasClientJar = true
2424
}
2525

26+
integTestCluster {
27+
// Modules who's integration is explicitly tested in integration tests
28+
module project(':modules:lang-mustache')
29+
}
30+
31+
run {
32+
// Modules who's integration is explicitly tested in integration tests
33+
module project(':modules:lang-mustache')
34+
}

qa/smoke-test-rank-eval-with-mustache/build.gradle

Lines changed: 0 additions & 27 deletions
This file was deleted.

qa/smoke-test-rank-eval-with-mustache/src/test/java/org/elasticsearch/index/rankeval/SmokeTestRankEvalWithMustacheYAMLTestSuiteIT.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)