6869707172737475767778
} }; Exception error = null; try { filter.connection_connect(chain, new Properties()); } catch (SQLException ex) { error = ex; } Assert.assertNotNull(error); Assert.assertEquals(1, dataSourceStat.getConnectionStat().getConnectErrorCount());