Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples.samples.snippets_test: many tests failed #272

Closed
flaky-bot bot opened this issue Mar 11, 2021 · 2 comments
Closed

samples.samples.snippets_test: many tests failed #272

flaky-bot bot opened this issue Mar 11, 2021 · 2 comments
Labels
api: spanner Issues related to the googleapis/python-spanner API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Mar 11, 2021

Many tests failed at the same time in this package.

  • I will close this issue when there are no more failures in this package and
    there is at least one pass.
  • No new issues will be filed for this package until this issue is closed.
  • If there are already issues for individual test cases, I will close them when
    the corresponding test passes. You can close them earlier, if you prefer, and
    I won't reopen them while this issue is still open.

Here are the tests that failed:

  • test_create_instance
  • test_create_database
  • test_insert_data
  • test_delete_data
  • test_query_data
  • test_add_column
  • test_read_data
  • test_update_data
  • test_read_stale_data
  • test_read_write_transaction
  • test_query_data_with_new_column
  • test_add_index
  • test_query_data_with_index
  • test_read_data_with_index
  • test_add_storing_index
  • test_read_data_with_storing_index
  • test_read_only_transaction
  • test_add_timestamp_column
  • test_update_data_with_timestamp
  • test_query_data_with_timestamp
  • test_create_table_with_timestamp
  • test_insert_data_with_timestamp
  • test_write_struct_data
  • test_query_with_struct
  • test_query_with_array_of_struct
  • test_query_struct_field
  • test_query_nested_struct_field
  • test_insert_data_with_dml
  • test_log_commit_stats
  • test_update_data_with_dml
  • test_delete_data_with_dml
  • test_update_data_with_dml_timestamp
  • test_dml_write_read_transaction
  • test_update_data_with_dml_struct
  • test_insert_with_dml
  • test_query_data_with_parameter
  • test_write_with_dml_transaction
  • test_create_table_with_datatypes
  • test_insert_datatypes_data
  • test_query_data_with_array
  • test_query_data_with_bool
  • test_query_data_with_bytes
  • test_query_data_with_date
  • test_query_data_with_float
  • test_query_data_with_int
  • test_query_data_with_string
  • test_add_numeric_column
  • test_update_data_with_numeric
  • test_query_data_with_numeric_parameter
  • test_query_data_with_timestamp_parameter
  • test_query_data_with_query_options
  • test_create_client_with_query_options

commit: 0d7722b
buildURL: Build Status, Sponge
status: failed

@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Mar 11, 2021
@product-auto-label product-auto-label bot added api: spanner Issues related to the googleapis/python-spanner API. samples Issues that are directly related to samples. labels Mar 11, 2021
@flaky-bot flaky-bot bot added the flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. label Mar 11, 2021
@flaky-bot
Copy link
Author

flaky-bot bot commented Mar 11, 2021

Looks like this issue is flaky. 😟

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

A human should fix and close this.


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

@larkee
Copy link
Contributor

larkee commented Mar 15, 2021

These samples failed with a ResourceExhausted due to hitting the Instance create requests per minute limit. This is a transient issue and was likely caused by multiple PRs running the required checks simultaneously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/python-spanner API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant