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 API samples write data with array types and read failed #1105

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:
  write_read_bool_array project_id: @project_id,
                        instance_id: @instance.instance_id,
                        database_id: database.database_id

Google::Cloud::DeadlineExceededError:
  4:4:Deadline expired before operation could complete.. debug_error_string:{UNKNOWN:Error received from peer ipv4:142.251.161.95:443 {grpc_message:"Deadline expired before operation could complete.", grpc_status:4, created_time:"2023-07-26T23:33:56.636896646+00:00"}}
./spanner_samples.rb:1667:in `write_read_bool_array'
./spec/spanner_samples_spec.rb:1368:in `block (3 levels) in '
./spec/spec_helper.rb:53:in `capture'
./spec/spanner_samples_spec.rb:1367: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:142.251.161.95:443 {grpc_message:"Deadline expired before operation could complete.", grpc_status:4, created_time:"2023-07-26T23:33:56.636896646+00:00"}}
  ./spanner_samples.rb:1667:in `write_read_bool_array'
flaky-bot[bot] commented 1 year ago

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