-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Labels
api: pubsubIssues related to the googleapis/python-pubsub API.Issues related to the googleapis/python-pubsub API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
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_publish_messages[grpc] (tests.system: test_publish_messages[grpc] failed #1517)
- test_publish_messages[rest]
- test_publish_large_messages[grpc]
- test_publish_large_messages[rest] (tests.system: test_publish_large_messages[rest] failed #1434)
- test_subscribe_to_messages[grpc-grpc] (tests.system: test_subscribe_to_messages[grpc-grpc] failed #1056)
- test_subscribe_to_messages[grpc-rest] (tests.system: test_subscribe_to_messages[grpc-rest] failed #1435)
- test_subscribe_to_messages[rest-grpc] (tests.system: test_subscribe_to_messages[rest-grpc] failed #1387)
- test_subscribe_to_messages[rest-rest] (tests.system: test_subscribe_to_messages[rest-rest] failed #1041)
- test_subscribe_to_messages_async_callbacks[grpc-grpc] (tests.system: test_subscribe_to_messages_async_callbacks[grpc-grpc] failed #1328)
- test_subscribe_to_messages_async_callbacks[grpc-rest] (tests.system: test_subscribe_to_messages_async_callbacks[grpc-rest] failed #1042)
- test_subscribe_to_messages_async_callbacks[rest-grpc] (tests.system: test_subscribe_to_messages_async_callbacks[rest-grpc] failed #1425)
- test_subscribe_to_messages_async_callbacks[rest-rest]
- test_creating_subscriptions_with_non_default_settings[grpc-grpc]
- test_creating_subscriptions_with_non_default_settings[grpc-rest] (tests.system: test_creating_subscriptions_with_non_default_settings[grpc-rest] failed #1226)
- test_creating_subscriptions_with_non_default_settings[rest-grpc]
- test_creating_subscriptions_with_non_default_settings[rest-rest]
- test_listing_project_topics[grpc] (tests.system: test_listing_project_topics[grpc] failed #1436)
- test_listing_project_topics[rest]
- test_listing_project_subscriptions[grpc-grpc] (tests.system: test_listing_project_subscriptions[grpc-grpc] failed #1453)
- test_listing_project_subscriptions[grpc-rest] (tests.system: test_listing_project_subscriptions[grpc-rest] failed #1236)
- test_listing_project_subscriptions[rest-grpc] (tests.system: test_listing_project_subscriptions[rest-grpc] failed #1191)
- test_listing_project_subscriptions[rest-rest] (tests.system: test_listing_project_subscriptions[rest-rest] failed #1457)
- test_listing_topic_subscriptions[grpc-grpc] (tests.system: test_listing_topic_subscriptions[grpc-grpc] failed #1419)
- test_listing_topic_subscriptions[grpc-rest] (tests.system: test_listing_topic_subscriptions[grpc-rest] failed #1223)
- test_listing_topic_subscriptions[rest-grpc] (tests.system: test_listing_topic_subscriptions[rest-grpc] failed #1065)
- test_listing_topic_subscriptions[rest-rest] (tests.system: test_listing_topic_subscriptions[rest-rest] failed #1562)
- test_managing_topic_iam_policy[grpc] (tests.system: test_managing_topic_iam_policy[grpc] failed #1358)
- test_managing_topic_iam_policy[rest] (tests.system: test_managing_topic_iam_policy[rest] failed #1329)
- test_managing_subscription_iam_policy[grpc-grpc]
- test_managing_subscription_iam_policy[grpc-rest] (tests.system: test_managing_subscription_iam_policy[grpc-rest] failed #1359)
- test_managing_subscription_iam_policy[rest-grpc] (tests.system: test_managing_subscription_iam_policy[rest-grpc] failed #1382)
- test_managing_subscription_iam_policy[rest-rest] (tests.system: test_managing_subscription_iam_policy[rest-rest] failed #1437)
- test_subscriber_not_leaking_open_sockets[grpc-grpc-grpc] (tests.system: test_subscriber_not_leaking_open_sockets[grpc-grpc-grpc] failed #1225)
- test_subscriber_not_leaking_open_sockets[grpc-grpc-rest] (tests.system: test_subscriber_not_leaking_open_sockets[grpc-grpc-rest] failed #1389)
- test_subscriber_not_leaking_open_sockets[grpc-rest-grpc] (tests.system: test_subscriber_not_leaking_open_sockets[grpc-rest-grpc] failed #1430)
- test_subscriber_not_leaking_open_sockets[grpc-rest-rest] (tests.system: test_subscriber_not_leaking_open_sockets[grpc-rest-rest] failed #1555)
- test_subscriber_not_leaking_open_sockets[rest-grpc-grpc] (tests.system: test_subscriber_not_leaking_open_sockets[rest-grpc-grpc] failed #1202)
- test_subscriber_not_leaking_open_sockets[rest-grpc-rest] (tests.system: test_subscriber_not_leaking_open_sockets[rest-grpc-rest] failed #1438)
- test_subscriber_not_leaking_open_sockets[rest-rest-grpc] (tests.system: test_subscriber_not_leaking_open_sockets[rest-rest-grpc] failed #1507)
- test_subscriber_not_leaking_open_sockets[rest-rest-rest] (tests.system: test_subscriber_not_leaking_open_sockets[rest-rest-rest] failed #1332)
- test_synchronous_pull_no_deadline_error_if_no_messages[grpc-grpc] (tests.system: test_synchronous_pull_no_deadline_error_if_no_messages[grpc-grpc] failed #1333)
- test_synchronous_pull_no_deadline_error_if_no_messages[grpc-rest] (tests.system: test_synchronous_pull_no_deadline_error_if_no_messages[grpc-rest] failed #1356)
- test_synchronous_pull_no_deadline_error_if_no_messages[rest-grpc] (tests.system: test_synchronous_pull_no_deadline_error_if_no_messages[rest-grpc] failed #1439)
- test_synchronous_pull_no_deadline_error_if_no_messages[rest-rest]
commit: 171f7d4
buildURL: Build Status, Sponge
status: failed
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the googleapis/python-pubsub API.Issues related to the googleapis/python-pubsub API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.