Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 93a258d

Browse files
committed
build: run samples with Emulator version 1.5.42
There seems to be a regression in Emulator version 1.5.43 with regards to pending_commit_timestamp() that causes at least one sample to fail.
1 parent 4e7cb97 commit 93a258d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/sample_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run_sample(sample_method: Callable):
5353

5454
def start_emulator() -> (DockerContainer, str):
5555
emulator = DockerContainer(
56-
"gcr.io/cloud-spanner-emulator/emulator"
56+
"gcr.io/cloud-spanner-emulator/emulator:1.5.42"
5757
).with_exposed_ports(9010)
5858
emulator.start()
5959
wait_for_logs(emulator, "gRPC server listening at 0.0.0.0:9010")

0 commit comments

Comments
 (0)