public class Ipv6SupportTest extends DevApiBaseTestCase
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<java.lang.String> |
ipv6Addrs |
(package private) java.lang.String |
testUser |
dbCharset, dbCollation, schema, sessionbaseUrl, DEFAULT_METADATA_CHARSET, fact, isSetForXTests, testHostInfo, testProperties| Constructor and Description |
|---|
Ipv6SupportTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setupIpv6SupportTest() |
void |
teardownIpv6SupportTest() |
void |
testIpv6SupportInSession()
Tests the creation of
Sessions referencing the host by its IPv6. |
assertNonSecureSession, assertPreparedStatementsCount, assertPreparedStatementsCountsAndId, assertPreparedStatementsStatusCounts, assertSecureSession, assertSecureSession, buildString, count_data, destroyTestSession, dropCollection, getPreparedStatementExecutionsCount, getPreparedStatementId, getPreparedStatementsCount, getPreparedStatementsCount, getPreparedStatementsCount, getPrepDeallocateCount, getPrepExecuteCount, getPrepPrepareCount, getThreadId, isMysqlRunningLocally, isServerRunningOnWindows, makeParam, makeParam, makeParam, setupTestSession, sqlUpdate, supportsTestCertificates, supportsTLSv1_2assertSessionStatusEquals, assertSessionStatusNotEquals, assertThrows, assertThrows, assertThrows, assertThrows, createAuthenticatedTestProtocol, createTempTestCollection, createTestProtocol, createTestSchema, createTestSession, dropTempTestCollection, getEncodedTestHost, getTestDatabase, getTestHost, getTestPassword, getTestPort, getTestUser, mysqlVersionMeetsMinimum, mysqlVersionMeetsMinimumjava.util.List<java.lang.String> ipv6Addrs
java.lang.String testUser
@BeforeEach public void setupIpv6SupportTest()
@AfterEach public void teardownIpv6SupportTest()
@Test public void testIpv6SupportInSession()
Sessions referencing the host by its IPv6. This feature was introduced in MySQL 5.7.17 and requires a server started
with the option "mysqlx-bind-address=*" (future versions may set this value by default).