Skip to content

Commit

Permalink
Removed Core and Unit tests from old drivers tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 8, 2024
1 parent eed2726 commit bdd0142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
matrix:
image: [ 'jdbc-centos7-openjdk8' ]
cloud: [ 'AWS' ]
category: ['OthersOldDriverTestSuite', 'ConnectionOldDriverTestSuite,StatementOldDriverTestSuite', 'CoreOldDriverTestSuite,LoaderOldDriverTestSuite,ResultSetOldDriverTestSuite']
category: ['OthersOldDriverTestSuite', 'ConnectionOldDriverTestSuite,StatementOldDriverTestSuite', 'LoaderOldDriverTestSuite,ResultSetOldDriverTestSuite']
is_old_driver: ['true']
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion ci/container/test_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if [[ "$is_old_driver" == "true" ]]; then
$MVNW_EXE -DjenkinsIT \
-Djava.io.tmpdir=$WORKSPACE \
-Djacoco.skip.instrument=false \
-Dtest=UnitOldDriverTestSuite,"$JDBC_TEST_CATEGORY" \
-Dtest="$JDBC_TEST_CATEGORY" \
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
verify \
--batch-mode --show-version
Expand Down

0 comments on commit bdd0142

Please sign in to comment.