<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kombu.git/t/unit/test_common.py, branch remove-python2-support</title>
<subtitle>github.com: celery/kombu.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/'/>
<entry>
<title>Remove five usage from tests.</title>
<updated>2020-07-23T13:33:40+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-23T13:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=2c75db39e0d91c41384f5c2593ec2e630c8e7420'/>
<id>2c75db39e0d91c41384f5c2593ec2e630c8e7420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pyupgrade</title>
<updated>2020-07-13T13:58:06+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-13T13:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=7a6e7cc45b9afe799770313a66c4211d1986ff30'/>
<id>7a6e7cc45b9afe799770313a66c4211d1986ff30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix connection imaybe_declare (#1196)</title>
<updated>2020-05-26T19:03:22+00:00</updated>
<author>
<name>Oleh Kuchuk</name>
<email>kuchuklehjs@gmail.com</email>
</author>
<published>2020-05-26T19:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=246cb9e996b39be80aa9b50194e2ffa8e024efde'/>
<id>246cb9e996b39be80aa9b50194e2ffa8e024efde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Raise RecoverableConnectionError in maybe_declare with retry on and dropped connection" (#1195)</title>
<updated>2020-05-24T22:06:38+00:00</updated>
<author>
<name>Matus Valo</name>
<email>matusvalo@users.noreply.github.com</email>
</author>
<published>2020-05-24T22:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=4644a5e9400beac6668f326c16078286f7d60b64'/>
<id>4644a5e9400beac6668f326c16078286f7d60b64</id>
<content type='text'>
This reverts commit 90f51bcbbd32146998e7c7e4491150344343776b.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 90f51bcbbd32146998e7c7e4491150344343776b.</pre>
</div>
</content>
</entry>
<entry>
<title>Raise RecoverableConnectionError in maybe_declare with retry on and dropped connection</title>
<updated>2020-04-15T15:08:18+00:00</updated>
<author>
<name>Oleh Kuchuk</name>
<email>kuchuklehjs@gmail.com</email>
</author>
<published>2020-04-15T12:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=90f51bcbbd32146998e7c7e4491150344343776b'/>
<id>90f51bcbbd32146998e7c7e4491150344343776b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 129 fix maybe declare (#1066)</title>
<updated>2019-06-29T05:34:35+00:00</updated>
<author>
<name>Matt Davis</name>
<email>matteius@gmail.com</email>
</author>
<published>2019-06-29T05:34:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=ac6c7b975469cf335b88760ec349ab3b149105fa'/>
<id>ac6c7b975469cf335b88760ec349ab3b149105fa</id>
<content type='text'>
* Factor out the binding of channel to entity into a method that can be shared and does not use assert.

* do not use assertion in production because it can be stripped in optimize and is best left for unit tests.

* dont reassign entity here because it breaks a bunch of tests.

* fix pydoc complaints

* Add TDD style test that fails in master and passes in my branch

* finish refactor of existing maybe_declare tests to use shared fixtures

* py2/py3 print difference means skip printing.

* fix pep8 line length
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Factor out the binding of channel to entity into a method that can be shared and does not use assert.

* do not use assertion in production because it can be stripped in optimize and is best left for unit tests.

* dont reassign entity here because it breaks a bunch of tests.

* fix pydoc complaints

* Add TDD style test that fails in master and passes in my branch

* finish refactor of existing maybe_declare tests to use shared fixtures

* py2/py3 print difference means skip printing.

* fix pep8 line length
</pre>
</div>
</content>
</entry>
<entry>
<title>Reintroduce unqiue broadcast queue name generation as optional. (#1033)</title>
<updated>2019-03-31T14:37:15+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2019-03-31T14:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=892f400355e2aae382691c0105cd29c398cc6250'/>
<id>892f400355e2aae382691c0105cd29c398cc6250</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fix/Broadcast-fail-by-give-queue-kwargs (#906)" (#1031)</title>
<updated>2019-03-27T13:51:13+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2019-03-27T13:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=5e08ad55b11d6e0135558e45de0ce70d1b143ff2'/>
<id>5e08ad55b11d6e0135558e45de0ce70d1b143ff2</id>
<content type='text'>
This reverts commit 87d6423289caa776fc10a8d7cdb3d4b741460cfa.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 87d6423289caa776fc10a8d7cdb3d4b741460cfa.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a deprecation warning about logger.warn() (#924)</title>
<updated>2018-09-27T13:12:44+00:00</updated>
<author>
<name>Bruno Alla</name>
<email>browniebroke@users.noreply.github.com</email>
</author>
<published>2018-09-27T13:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=62087a67cfbae4e87718fbb917f5140aa66e8287'/>
<id>62087a67cfbae4e87718fbb917f5140aa66e8287</id>
<content type='text'>
* Fix a deprecation warning about logger.warn()

This fixes a deprecation warning from the standard library's logging module:

&gt; The 'warn' method is deprecated, use 'warning' instead

* Update test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix a deprecation warning about logger.warn()

This fixes a deprecation warning from the standard library's logging module:

&gt; The 'warn' method is deprecated, use 'warning' instead

* Update test
</pre>
</div>
</content>
</entry>
<entry>
<title>fix/Broadcast-fail-by-give-queue-kwargs (#906)</title>
<updated>2018-08-15T10:59:33+00:00</updated>
<author>
<name>KUAN Hsuan-Tso</name>
<email>kst920106@gmail.com</email>
</author>
<published>2018-08-15T10:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=87d6423289caa776fc10a8d7cdb3d4b741460cfa'/>
<id>87d6423289caa776fc10a8d7cdb3d4b741460cfa</id>
<content type='text'>
* If give queue kwargs broadcast will fail

Because give Broadcast(name='xxx', queue='xxx'),
it will create one specific name for queue,
and if launch more worker for consuming this queue,
this specific name queue already exist then it will not create new queue to
binding fanout exchange.
So all worker will consuming same queue, and exchange only binding this
queue then lose the effect of broadcasting.

* modify test_Broadcast
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* If give queue kwargs broadcast will fail

Because give Broadcast(name='xxx', queue='xxx'),
it will create one specific name for queue,
and if launch more worker for consuming this queue,
this specific name queue already exist then it will not create new queue to
binding fanout exchange.
So all worker will consuming same queue, and exchange only binding this
queue then lose the effect of broadcasting.

* modify test_Broadcast
</pre>
</div>
</content>
</entry>
</feed>
