[pgjdbc/pgjdbc] 298683: test: add Travis configuration to test SSL (#1095)

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 298683: test: add Travis configuration to test SSL (#1095)
Date: 2018-03-11 12:51:04
Message-ID: 5aa52638dd821_16b12ae1eed1bc1c126663@hookshot-fe-88eb02d.cp1-iad.github.net.mail
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 298683b1bd11a4b16cdba861c8ca93134cfb037b
https://github.com/pgjdbc/pgjdbc/commit/298683b1bd11a4b16cdba861c8ca93134cfb037b
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2018-03-11 (Sun, 11 Mar 2018)

Changed paths:
M .travis.yml
A .travis/travis_configure_ssl.sh
A .travis/travis_ssl_users.sh
M .travis/travis_start_postgres.sh
M certdir/README
M certdir/server/pg_hba.conf
M codecov.yml
M pgjdbc/src/main/java/org/postgresql/ssl/MakeSSL.java
M pgjdbc/src/test/java/org/postgresql/test/README.md
M pgjdbc/src/test/java/org/postgresql/test/ssl/SingleCertValidatingFactoryTestSuite.java
M pgjdbc/src/test/java/org/postgresql/test/ssl/SslTest.java
M pgjdbc/src/test/java/org/postgresql/test/ssl/SslTestSuite.java
M ssltest.properties

Log Message:
-----------
test: add Travis configuration to test SSL (#1095)

remove v2 protocol versions of the test
remove pg8 versions of the test

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2018-03-11 13:54:15 [pgjdbc/pgjdbc] 4204f0: docs: improve documentation and tests for server-s...
Previous Message Vladimir Sitnikov 2018-03-11 12:06:10 [pgjdbc/pgjdbc] af4996: test: workaround DST issue in StatementTest#testDa...