From 6ec2d48f4214a021342891e7c2fb6ff10a82e902 Mon Sep 17 00:00:00 2001 From: Maytas Monsereenusorn Date: Tue, 3 Mar 2020 13:40:48 -1000 Subject: [PATCH 1/2] test integration compile with 8 and run with 11 --- .travis.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75f6c11ecf52..c208cc76a509 100644 --- a/.travis.yml +++ b/.travis.yml @@ -341,35 +341,35 @@ jobs: after_failure: *integration_test_diags # END - Integration tests for Compile with Java 8 and Run with Java 8 - # START - Integration tests for Compile with Java 11 and Run with Java 11 + # START - Integration tests for Compile with Java 8 and Run with Java 11 - <<: *integration_batch_index - name: "(Compile=openjdk11, Run=openjdk11) batch index integration test" - jdk: openjdk11 + name: "(Compile=openjdk8, Run=openjdk11) batch index integration test" + jdk: openjdk8 env: TESTNG_GROUPS='-Dgroups=batch-index' JVM_RUNTIME='-Djvm.runtime=11' - <<: *integration_perfect_rollup_parallel_batch_index - name: "(Compile=openjdk11, Run=openjdk11) perfect rollup parallel batch index integration test" - jdk: openjdk11 + name: "(Compile=openjdk8, Run=openjdk11) perfect rollup parallel batch index integration test" + jdk: openjdk8 env: TESTNG_GROUPS='-Dgroups=perfect-rollup-parallel-batch-index' JVM_RUNTIME='-Djvm.runtime=11' - <<: *integration_kafka_index - name: "(Compile=openjdk11, Run=openjdk11) kafka index integration test" - jdk: openjdk11 + name: "(Compile=openjdk8, Run=openjdk11) kafka index integration test" + jdk: openjdk8 env: TESTNG_GROUPS='-Dgroups=kafka-index' JVM_RUNTIME='-Djvm.runtime=11' - <<: *integration_query - name: "(Compile=openjdk11, Run=openjdk11) query integration test" - jdk: openjdk11 + name: "(Compile=openjdk8, Run=openjdk11) query integration test" + jdk: openjdk8 env: TESTNG_GROUPS='-Dgroups=query' JVM_RUNTIME='-Djvm.runtime=11' - <<: *integration_realtime_index - name: "(Compile=openjdk11, Run=openjdk11) realtime index integration test" - jdk: openjdk11 + name: "(Compile=openjdk8, Run=openjdk11) realtime index integration test" + jdk: openjdk8 env: TESTNG_GROUPS='-Dgroups=realtime-index' JVM_RUNTIME='-Djvm.runtime=11' - <<: *integration_tests - name: "(Compile=openjdk11, Run=openjdk11) other integration test" - jdk: openjdk11 + name: "(Compile=openjdk8, Run=openjdk11) other integration test" + jdk: openjdk8 env: TESTNG_GROUPS='-DexcludedGroups=batch-index,perfect-rollup-parallel-batch-index,kafka-index,query,realtime-index' JVM_RUNTIME='-Djvm.runtime=11' # END - Integration tests for Compile with Java 11 and Run with Java 11 From 5d28efeee9aaf6dd660924f141d747c6274d1be0 Mon Sep 17 00:00:00 2001 From: Maytas Monsereenusorn Date: Mon, 9 Mar 2020 21:46:18 -0700 Subject: [PATCH 2/2] Integration test compile with Java 8 and run with Java 8 and 11 --- .travis.yml | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/.travis.yml b/.travis.yml index c208cc76a509..e7adb9dcd092 100644 --- a/.travis.yml +++ b/.travis.yml @@ -371,39 +371,7 @@ jobs: name: "(Compile=openjdk8, Run=openjdk11) other integration test" jdk: openjdk8 env: TESTNG_GROUPS='-DexcludedGroups=batch-index,perfect-rollup-parallel-batch-index,kafka-index,query,realtime-index' JVM_RUNTIME='-Djvm.runtime=11' - # END - Integration tests for Compile with Java 11 and Run with Java 11 - - # START - Integration tests for Compile with Java 11 and Run with Java 8 - - <<: *integration_batch_index - name: "(Compile=openjdk11, Run=openjdk8) batch index integration test" - jdk: openjdk11 - env: TESTNG_GROUPS='-Dgroups=batch-index' JVM_RUNTIME='-Djvm.runtime=8' - - - <<: *integration_perfect_rollup_parallel_batch_index - name: "(Compile=openjdk11, Run=openjdk8) perfect rollup parallel batch index integration test" - jdk: openjdk11 - env: TESTNG_GROUPS='-Dgroups=perfect-rollup-parallel-batch-index' JVM_RUNTIME='-Djvm.runtime=8' - - - <<: *integration_kafka_index - name: "(Compile=openjdk11, Run=openjdk8) kafka index integration test" - jdk: openjdk11 - env: TESTNG_GROUPS='-Dgroups=kafka-index' JVM_RUNTIME='-Djvm.runtime=8' - - - <<: *integration_query - name: "(Compile=openjdk11, Run=openjdk8) query integration test" - jdk: openjdk11 - env: TESTNG_GROUPS='-Dgroups=query' JVM_RUNTIME='-Djvm.runtime=8' - - - <<: *integration_realtime_index - name: "(Compile=openjdk11, Run=openjdk8) realtime index integration test" - jdk: openjdk11 - env: TESTNG_GROUPS='-Dgroups=realtime-index' JVM_RUNTIME='-Djvm.runtime=8' - - - <<: *integration_tests - name: "(Compile=openjdk11, Run=openjdk8) other integration test" - jdk: openjdk11 - env: TESTNG_GROUPS='-DexcludedGroups=batch-index,perfect-rollup-parallel-batch-index,kafka-index,query,realtime-index' JVM_RUNTIME='-Djvm.runtime=8' - # END - Integration tests for Compile with Java 11 and Run with Java 8 + # END - Integration tests for Compile with Java 8 and Run with Java 11 - name: "security vulnerabilities" stage: cron