-
Notifications
You must be signed in to change notification settings - Fork 14
Unit test test_nack_calls_ack test hangs with google-cloud-pubsub==2.10.0 #311
Copy link
Copy link
Labels
api: pubsubliteIssues related to the googleapis/python-pubsublite API.Issues related to the googleapis/python-pubsublite API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to 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.
Metadata
Metadata
Assignees
Labels
api: pubsubliteIssues related to the googleapis/python-pubsublite API.Issues related to the googleapis/python-pubsublite API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to 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.
python-pubsublite/tests/unit/pubsublite/cloudpubsub/internal/single_partition_subscriber_test.py
Lines 250 to 252 in 1d223f4
Unit test
test_nack_calls_ack()started timing out in main aftergoogle-cloud-pubsub==2.10.0was released. See build log here and the checks in PR #310.Test
test_nack_calls_ack()no longer hangs when I change thegoogle-cloud-pubsubdependency insetup.pyfrom"google-cloud-pubsub >= 2.1.0, <3.0.0dev",to"google-cloud-pubsub >= 2.1.0, <3.0.0dev, !=2.10.0",