Skip to content

Unit test test_nack_calls_ack test hangs with google-cloud-pubsub==2.10.0 #311

@parthea

Description

@parthea

async def test_nack_calls_ack(
subscriber: SinglePartitionSingleSubscriber,
underlying,

Unit test test_nack_calls_ack() started timing out in main after google-cloud-pubsub==2.10.0 was released. See build log here and the checks in PR #310.

Test test_nack_calls_ack() no longer hangs when I change the google-cloud-pubsub dependency in setup.py from "google-cloud-pubsub >= 2.1.0, <3.0.0dev", to "google-cloud-pubsub >= 2.1.0, <3.0.0dev, !=2.10.0",

Metadata

Metadata

Labels

api: pubsubliteIssues related to the googleapis/python-pubsublite API.priority: p1Important 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions