forked from celery/py-amqp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drain events before publish data. (celery#214)
* Drain events before publish data. Data are drained to checked if server sent connection blocked/unblocked notification. * s/assert_called_with/assert_called_once_with/ * Add unittest of connection blocked when broker does not support it * Improve naming of tests * Added unittest for publishing when connection is closed
- Loading branch information
Showing
2 changed files
with
58 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters