Skip to content

Commit 5c11545

Browse files
committed
iter3
1 parent 1ca4d85 commit 5c11545

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

x-pack/plugin/logsdb/qa/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
* your election, the "Elastic License 2.0", the "GNU Affero General Public
77
* License v3.0 only", or the "Server Side Public License, v 1".
88
*/
9-
9+
description = 'Integration tests for Logsdb'
10+
subprojects {
11+
tasks.withType(Javadoc).configureEach { enabled = false }
12+
}

x-pack/plugin/logsdb/qa/rolling-upgrade2/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
import org.elasticsearch.gradle.testclusters.StandaloneRestIntegTestTask
88

99
apply plugin: 'elasticsearch.internal-java-rest-test'
10-
apply plugin: 'elasticsearch.internal-test-artifact-base'
1110
apply plugin: 'elasticsearch.bwc-test'
12-
apply plugin: 'elasticsearch.fwc-test'
13-
apply plugin: 'elasticsearch.bc-upgrade-test'
1411
apply plugin: 'elasticsearch.internal-test-artifact' // needed to run logsdb rest tests in serverless
1512

1613
dependencies {
@@ -28,7 +25,3 @@ tasks.withType(Test).configureEach {
2825
// CI doesn't like it when there's multiple clusters running at once
2926
maxParallelForks = 1
3027
}
31-
32-
tasks.named("javaRestTest") {
33-
enabled = false
34-
}

x-pack/plugin/logsdb/qa/rolling-upgrade2/src/javaRestTest/java/org/elasticsearch/xpack/logsdb/LogsdbIndexingRollingUpgradeIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ protected Settings restClientSettings() {
8686
}
8787

8888
public void testIndexing() throws Exception {
89+
logger.info("system_properties: {}", System.getProperties());
90+
8991
String dataStreamName = "logs-bwc-test";
9092
{
9193
maybeEnableLogsdbByDefault();

0 commit comments

Comments
 (0)