Skip to content

Commit e6da666

Browse files
committed
Try running all the tests
1 parent eff246a commit e6da666

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

testing/main_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ func TestGOPG(t *testing.T) {
429429
// via the 'database' parameter; GoPG also does not support the 'options' parameter.
430430
//
431431
// pg: options other than 'sslmode', 'application_name' and 'connect_timeout' are not supported
432-
authClientCert: "GoPG does not support custom root cert",
433-
authPassword: "GoPG does not support custom root cert",
432+
//authClientCert: "GoPG does not support custom root cert",
433+
//authPassword: "GoPG does not support custom root cert",
434434
})
435435
}
436436

@@ -449,10 +449,10 @@ func TestHibernate(t *testing.T) {
449449
// then we run into
450450
// https://github.com/dbeaver/dbeaver/issues/1835
451451
// because hibernate expects the key in DER format, but it is PEM.
452-
authClientCert: "needs DER format and unescaped query string",
452+
//authClientCert: "needs DER format and unescaped query string",
453453
// Doesn't seem to understand connection strings.
454454
// Caused by: java.net.UnknownHostException: root:hunter2@localhost
455-
authPassword: "needs custom setup for password support",
455+
//authPassword: "needs custom setup for password support",
456456
},
457457
)
458458
}
@@ -463,8 +463,8 @@ func TestSequelize(t *testing.T) {
463463
map[authMode]string{
464464
// Requires bespoke code to actually use SSL, see:
465465
// https://github.com/sequelize/sequelize/issues/10015
466-
authClientCert: "needs custom SSL setup",
467-
authPassword: "needs custom SSL setup",
466+
//authClientCert: "needs custom SSL setup",
467+
//authPassword: "needs custom SSL setup",
468468
},
469469
)
470470
}
@@ -483,10 +483,10 @@ func TestDjango(t *testing.T) {
483483
map[authMode]string{
484484
// No support for client certs (at least not via the query string).
485485
// psycopg2.OperationalError: fe_sendauth: no password supplied
486-
authClientCert: "client certs via query string unsupported",
486+
//authClientCert: "client certs via query string unsupported",
487487
// Ditto,
488488
// psycopg2.OperationalError: fe_sendauth: no password supplied
489-
authPassword: "password via query string unsupported",
489+
//authPassword: "password via query string unsupported",
490490
},
491491
)
492492
}

0 commit comments

Comments
 (0)