Skip to content

Commit 6aae40b

Browse files
authored
ci: fix spanner samples integration tests (#14883)
1 parent 0a5ddfd commit 6aae40b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google/cloud/spanner/samples/samples.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5492,6 +5492,8 @@ void RunAllSlowInstanceTests(
54925492
backup_dst.project_id = project_id;
54935493
backup_dst.instance_id = crud_instance_id;
54945494
backup_dst.backup_id = backup_id;
5495+
version_time = DatabaseNow(
5496+
MakeSampleClient(project_id, crud_instance_id, database_id));
54955497
CreateBackupWithMRCMEK(database_admin_client, backup_dst, database_id,
54965498
expire_time, version_time, encryption_keys);
54975499

0 commit comments

Comments
 (0)