From e98263019b7617da46c73a84b193cc430e2bd17f Mon Sep 17 00:00:00 2001 From: Sualeh Fatehi Date: Fri, 13 May 2022 14:05:06 -0400 Subject: [PATCH] Update dependencies, and remove mutation tests --- .github/workflows/mutation-tests.yml | 45 ----------------- schemacrawler-dbtest/pom.xml | 2 +- .../resources/testCalciteWithConnection.8.txt | 9 +++- .../testCalciteWithConnection.LTE.txt | 9 +++- schemacrawler-parent/pom.xml | 48 +------------------ 5 files changed, 17 insertions(+), 96 deletions(-) delete mode 100644 .github/workflows/mutation-tests.yml diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml deleted file mode 100644 index b29f884ca8..0000000000 --- a/.github/workflows/mutation-tests.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: Mutation Tests - -on: - workflow_dispatch: - -permissions: read-all - -jobs: - build: - name: Build, run mutation tests, and publish results - runs-on: ubuntu-latest - steps: - -# SETUP BUILD ENVIRONMENT - - id: prepare-maven-build - name: Prepare Maven build - uses: sualeh/prepare-maven-build@760475f02126626b9077db49728d81849463c9dc # pin@v1.2.1 - with: - java-version: 8 - - id: install-packages - name: Install packages - run: | - # Install Graphviz - sudo apt-get -qq update - sudo apt-get -q install graphviz - dot -V - -# BUILD AND TEST - - id: build-test - name: Build and run mutation tests - run: | - # Build - mvn \ - --no-transfer-progress \ - --batch-mode \ - package \ - org.pitest:pitest-maven:mutationCoverage - -# GET TEST RESULTS - - id: upload-test-results - name: Upload mutation test results - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # @v3 - with: - name: mutation-test-results - path: ./schemacrawler-api/target/pit-reports diff --git a/schemacrawler-dbtest/pom.xml b/schemacrawler-dbtest/pom.xml index 9644d6a64a..14dd77739e 100644 --- a/schemacrawler-dbtest/pom.xml +++ b/schemacrawler-dbtest/pom.xml @@ -136,7 +136,7 @@ org.apache.calcite.avatica avatica-core - 1.20.0 + 1.21.0 test diff --git a/schemacrawler-dbtest/src/test/resources/testCalciteWithConnection.8.txt b/schemacrawler-dbtest/src/test/resources/testCalciteWithConnection.8.txt index f19f96a37c..fe26e79481 100644 --- a/schemacrawler-dbtest/src/test/resources/testCalciteWithConnection.8.txt +++ b/schemacrawler-dbtest/src/test/resources/testCalciteWithConnection.8.txt @@ -3,8 +3,8 @@ System Information ======================================================================== -generated by SchemaCrawler 16.16.12 -generated on 2022-03-21 18:20:41 +generated by SchemaCrawler 16.16.14 +generated on 2022-05-13 17:59:08 database version Calcite 1.30.0 driver version Calcite JDBC Driver 1.30.0 @@ -660,6 +660,11 @@ TOPDOWN_OPT [driver property] not required value null +TRANSPARENT_RECONNECTION [driver property] + + not required + value null + TRUSTSTORE [driver property] not required diff --git a/schemacrawler-dbtest/src/test/resources/testCalciteWithConnection.LTE.txt b/schemacrawler-dbtest/src/test/resources/testCalciteWithConnection.LTE.txt index f57449dd79..e7f0020758 100644 --- a/schemacrawler-dbtest/src/test/resources/testCalciteWithConnection.LTE.txt +++ b/schemacrawler-dbtest/src/test/resources/testCalciteWithConnection.LTE.txt @@ -3,8 +3,8 @@ System Information ======================================================================== -generated by SchemaCrawler 16.16.12 -generated on 2022-03-21 18:20:55 +generated by SchemaCrawler 16.16.14 +generated on 2022-05-13 18:03:27 database version Calcite 1.30.0 driver version Calcite JDBC Driver 1.30.0 @@ -661,6 +661,11 @@ TOPDOWN_OPT [driver property] not required value null +TRANSPARENT_RECONNECTION [driver property] + + not required + value null + TRUSTSTORE [driver property] not required diff --git a/schemacrawler-parent/pom.xml b/schemacrawler-parent/pom.xml index 37c2fa468d..ea8753947b 100644 --- a/schemacrawler-parent/pom.xml +++ b/schemacrawler-parent/pom.xml @@ -197,13 +197,13 @@ org.springframework spring-context - 5.3.19 + 5.3.20 test org.springframework spring-jdbc - 5.3.19 + 5.3.20 test @@ -424,50 +424,6 @@ 10 - - org.pitest - pitest-maven - 1.7.5 - - - org.pitest - pitest-junit5-plugin - 0.15 - - - - - schemacrawler.crawl.* - schemacrawler.filter.* - schemacrawler.schemacrawler.* - schemacrawler.analysis.* - - - schemacrawler.analysis.associations.Inflection - schemacrawler.schemacrawler.SchemaCrawlerException - schemacrawler.schemacrawler.SchemaCrawlerRuntimeException - schemacrawler.schemacrawler.SchemaCrawlerSQLException - - - schemacrawler.* - - - schemacrawler.SchemaCrawlerLogger - java.util.logging - org.apache.log4j - org.slf4j - org.apache.commons.logging - - false - true - false - - - XML - HTML - - -