GoogleCloudPlatform / ruby-docs-samples

Ruby samples for Google Cloud Platform products.
https://cloud.google.com/ruby
Apache License 2.0
231 stars 200 forks source link

rspec: Google Cloud Spanner Postgres DML examples spanner_postgresql_delete_dml_returning failed #1102

Closed flaky-bot[bot] closed 1 year ago

flaky-bot[bot] commented 1 year ago

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and I will stop commenting.


commit: 3a46e9e37e4d90f237ff25c97a116aa50b220c28 buildURL: Build Status, Sponge status: failed

Test output
Failure/Error:
  job = db_admin_client.update_database_ddl database: db_path,
                                            statements: [create_table_query]

Google::Cloud::DeadlineExceededError:
  4:4:Deadline expired before operation could complete.. debug_error_string:{UNKNOWN:Error received from peer ipv4:108.177.112.95:443 {created_time:"2023-07-26T22:06:02.117705542+00:00", grpc_status:4, grpc_message:"Deadline expired before operation could complete."}}
./spec/spanner_postgresql_helper.rb:50:in `block in create_spangres_singers_table'
./spec/spec_helper.rb:53:in `capture'
./spec/spanner_postgresql_helper.rb:32:in `create_spangres_singers_table'
./spec/spanner_postgresql_dml_returning_spec.rb:25:in `block (2 levels) in '
------------------
--- Caused by: ---
GRPC::DeadlineExceeded:
  4:Deadline expired before operation could complete.. debug_error_string:{UNKNOWN:Error received from peer ipv4:108.177.112.95:443 {created_time:"2023-07-26T22:06:02.117705542+00:00", grpc_status:4, grpc_message:"Deadline expired before operation could complete."}}
  ./spec/spanner_postgresql_helper.rb:50:in `block in create_spangres_singers_table'
flaky-bot[bot] commented 1 year ago

Test passed for commit ac1f4f31a1896d8d9d45d6f07fff6d04c991e403 (Build Status, Sponge)! Closing this issue.