Skip to content

Commit 0d6eb32

Browse files
committed
Test
1 parent e9e3cf9 commit 0d6eb32

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ojdbc-provider-azure/src/test/java/oracle/jdbc/provider/azure/configuration/AzureAppConfigurationProviderTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ public void testCachePurged() throws SQLException {
123123
APP_CONFIG_LABEL, originalKeyValue + "wrong");
124124

125125
try {
126+
String newKeyValue =
127+
client.getConfigurationSetting(APP_CONFIG_KEY + username,
128+
APP_CONFIG_LABEL).getValue();
129+
System.out.println("============ key = " + APP_CONFIG_KEY + username + ", newKeyValue = " + newKeyValue);
126130
// Connection fails: hit 1017
127131
SQLException exception = assertThrows(SQLException.class,
128132
() -> tryConnection(url), "Should throw an SQLException");

0 commit comments

Comments
 (0)