summary refs log tree commit diff
path: root/tests/util/test_linearizer.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix edge case where a `Linearizer` could get stuck (#12358)Sean Quah2022-04-051-4/+47
* Refactor and convert `Linearizer` to async (#12357)Sean Quah2022-04-051-2/+2
* Convert `Linearizer` tests from `inlineCallbacks` to async (#12353)Sean Quah2022-04-051-91/+133
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-2/+0
* Add test for Linearizer.is_queued(..)Erik Johnston2020-05-271-0/+32
* Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-241-3/+3
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-4/+5
* Remove periods from copyright headers (#5046)Andrew Morgan2019-04-111-1/+1
* Run black.black2018-08-101-5/+2
* Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678)Amber Brown2018-08-101-1/+1
* Test and fix support for cancellation in LinearizerRichard van der Hoff2018-07-201-0/+31
* Combine Limiter and LinearizerRichard van der Hoff2018-07-201-0/+47
* run isortAmber Brown2018-07-091-3/+4
* Pass around the reactor explicitly (#3385)Amber Brown2018-06-221-3/+4
* Make tests py3 compatibleAdrian Tschira2018-04-161-1/+2
* Fix stackoverflow and logcontexts from linearizerRichard van der Hoff2017-10-111-4/+24
* Deduplicate joinsErik Johnston2016-04-071-0/+44