Skip to content

Commit

Permalink
Remove stock JDBC client tests
Browse files Browse the repository at this point in the history
The integration tests in the crate repo already use the stock PostgreSQL
JDBC client.
  • Loading branch information
mfussenegger committed Oct 4, 2023
1 parent 5fd9cec commit 8b3df4f
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,685 deletions.
9 changes: 0 additions & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,6 @@ pipeline {
'''
}
}
stage('Stock JDBC tests') {
agent { label 'medium' }
steps {
checkout scm
sh '''
(cd tests/client_tests/stock_jdbc && ./gradlew test)
'''
}
}
stage('Rust client tests') {
agent {
dockerfile {
Expand Down
22 changes: 0 additions & 22 deletions tests/client_tests/stock_jdbc/build.gradle

This file was deleted.

Binary file not shown.

This file was deleted.

183 changes: 0 additions & 183 deletions tests/client_tests/stock_jdbc/gradlew

This file was deleted.

100 changes: 0 additions & 100 deletions tests/client_tests/stock_jdbc/gradlew.bat

This file was deleted.

10 changes: 0 additions & 10 deletions tests/client_tests/stock_jdbc/settings.gradle

This file was deleted.

Loading

0 comments on commit 8b3df4f

Please sign in to comment.