Rankeval: Fold template test project into main module#31203
Rankeval: Fold template test project into main module#31203cbuescher merged 1 commit intoelastic:masterfrom
Conversation
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.
|
Pinging @elastic/es-search-aggs |
| module project(':modules:lang-mustache') | ||
| } | ||
|
|
||
| run { |
There was a problem hiding this comment.
The IT test where running without addind this run section, however I saw in the commit where you moved the reindex tests that you added them. I'm curious if/when this section is used. Is it for the case when I start clusters from the command line from one of the plugin/module directories or is it used by something else? Or can I safely remove it in my case?
There was a problem hiding this comment.
It is used for ./gradlew -p modules/rank-eval run. I try to keep the integTestCluster and run configurations the same.
|
Wrong Nik. Poor dude gets my pings every once in a while. |
| module project(':modules:lang-mustache') | ||
| } | ||
|
|
||
| run { |
There was a problem hiding this comment.
It is used for ./gradlew -p modules/rank-eval run. I try to keep the integTestCluster and run configurations the same.
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.
* master: Upgrade to Lucene-7.4.0-snapshot-518d303506 (#31360) Rankeval: Fold template test project into main module (#31203) Add QA project and fixture based test for discovery-ec2 plugin (#31107) [Docs] Remove reference to repository-s3 plugin creating an S3 bucket (#31359) REST Client: NodeSelector for node attributes (#31296) LLClient: Fix assertion on windows Add details section for dcg ranking metric (#31177) [ML] Re-enable tests muted in #30982
* 6.x: Upgrade to Lucene-7.4.0-snapshot-518d303506 (#31360) [ML] Implement new rules design (#31110) (#31294) Remove RestGetAllAliasesAction (#31308) CCS: don't proxy requests for already connected node (#31273) Rankeval: Fold template test project into main module (#31203) [Docs] Remove reference to repository-s3 plugin creating an S3 bucket (#31359) More detailed tracing when writing metadata (#31319) Add details section for dcg ranking metric (#31177)
This change moves tests in
smoke-test-rank-eval-with-mustacheinto the mainranking evaluation module by declaring that the integration testing cluster
requires the
lang-mustacheplugin. This avoids having to maintain the qaproject for only one basic test suite.