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 read data with storing index failed #1027

Closed flaky-bot[bot] closed 1 year ago

flaky-bot[bot] commented 2 years 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: 98c648b225988819e63f64ec66ae5af0f019415a buildURL: Build Status, Sponge status: failed

Test output
Failure/Error:
  create_database project_id:  @project_id,
                  instance_id: @instance.instance_id,
                  database_id: @database_id

Google::Cloud::UnavailableError:
  14:502:Bad Gateway. debug_error_string:{UNKNOWN:Error received from peer ipv4:74.125.196.95:443 {created_time:"2022-11-03T22:56:55.158492794+00:00", grpc_status:14, grpc_message:"502:Bad Gateway"}}
./spanner_samples.rb:101:in `create_database'
./spec/spec_helper.rb:137:in `block in create_singers_albums_database'
./spec/spec_helper.rb:53:in `capture'
./spec/spec_helper.rb:136:in `create_singers_albums_database'
./spec/spanner_samples_spec.rb:763:in `block (2 levels) in '
------------------
--- Caused by: ---
GRPC::Unavailable:
  14:502:Bad Gateway. debug_error_string:{UNKNOWN:Error received from peer ipv4:74.125.196.95:443 {created_time:"2022-11-03T22:56:55.158492794+00:00", grpc_status:14, grpc_message:"502:Bad Gateway"}}
  ./spanner_samples.rb:101:in `create_database'
flaky-bot[bot] commented 2 years ago

Looks like this issue is flaky. :worried:

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (98c648b225988819e63f64ec66ae5af0f019415a), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

NivedhaSenthil commented 1 year ago

Closing as this has not reoccured in a while now.