We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3b5d4 commit f5a7481Copy full SHA for f5a7481
samples/snippets/src/test/java/com/example/spanner/SpannerSampleIT.java
@@ -126,7 +126,7 @@ private static void deleteStaleEncryptedTestInstances() throws InterruptedExcept
126
.iterateAll()) {
127
if ((now.getSeconds() - instance.getCreateTime().getSeconds())
128
> STALE_INSTANCE_THRESHOLD_SECS) {
129
- deleteAllBackups(instanceId);
+ deleteAllBackups(instance.getId().getInstance());
130
instance.delete();
131
}
132
0 commit comments