File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.48 .0" # {x-version-update:google-cloud-shared-dependencies:current}
6
+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.47 .0" # {x-version-update:google-cloud-shared-dependencies:current}
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.48 .0" # {x-version-update:google-cloud-shared-dependencies:current}
6
+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.47 .0" # {x-version-update:google-cloud-shared-dependencies:current}
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.48 .0" # {x-version-update:google-cloud-shared-dependencies:current}
6
+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.47 .0" # {x-version-update:google-cloud-shared-dependencies:current}
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ public void uuidAsKeyParameter() {
399
399
return null ;
400
400
});
401
401
402
- verifyKeyContents (Arrays .asList (uuid1 , uuid2 ));
402
+ verifyKeyContents (Arrays .asList (uuid2 , uuid1 ));
403
403
}
404
404
405
405
private void verifyKeyContents (List <UUID > uuids ) {
You can’t perform that action at this time.
0 commit comments