summaryrefslogtreecommitdiff
path: root/tests/unit/test_zk.py
Commit message (Expand)AuthorAgeFilesLines
* Remove layout_uuid from PipelineState create callJames E. Blair2023-02-101-4/+12
* Fix race condition in pipeline change list initJames E. Blair2023-02-101-2/+74
* Parallelize some pipeline refresh opsJames E. Blair2022-11-091-14/+21
* Merge "Rename admin-rule to authorization-rule"Zuul2022-10-251-3/+6
|\
| * Rename admin-rule to authorization-ruleJames E. Blair2022-10-061-3/+6
* | Deprecate Ansible 5, make Ansible 6 the defaultJames E. Blair2022-10-111-1/+1
|/
* Remove support for Ansible 2James E. Blair2022-09-141-1/+1
* Strictly sequence reconfiguration eventsJames E. Blair2022-07-181-5/+5
* Add branch cache fetch failure testsJames E. Blair2022-07-041-0/+12
* Fix read-only branches error in zuul-webSimon Westphahl2022-07-041-12/+12
* Add a blob store and store large secrets in itJames E. Blair2022-04-081-0/+35
* Rely on the unparsed config cache in reconfigurationsJames E. Blair2022-03-281-0/+32
* Merge "Fix ZKObject compressed data size estimate"Zuul2022-03-161-1/+9
|\
| * Fix ZKObject compressed data size estimateSimon Westphahl2022-03-151-1/+9
* | Merge "Use kazoo.retry in zkobject"Zuul2022-03-151-3/+3
|\ \ | |/ |/|
| * Use kazoo.retry in zkobjectJames E. Blair2022-03-141-3/+3
* | Check if job request is still queued before yieldingJames E. Blair2022-03-021-0/+113
|/
* Merge "Populate missing change cache entries"Zuul2022-02-221-1/+1
|\
| * Populate missing change cache entriesJames E. Blair2022-02-171-1/+1
* | Make a global component registryJames E. Blair2022-02-141-16/+8
|/
* Add some ZK data size statsJames E. Blair2022-02-081-1/+10
* Fix version check when re-creating cached changesSimon Westphahl2022-02-011-0/+1
* Add a model API versionJames E. Blair2022-01-271-16/+28
* Move relevant change expansion to change cache cleanupJames E. Blair2021-12-041-3/+17
* Only update ZKObject values in ZK if necessaryJames E. Blair2021-11-121-3/+24
* Fix buildset config_errorsJames E. Blair2021-11-101-0/+36
* Fix change cache corruption on second scheduler startJames E. Blair2021-11-061-0/+12
* Don't clear branch cacheJames E. Blair2021-11-051-3/+66
* Store branch cache minimum ltimes in layout stateSimon Westphahl2021-11-051-3/+12
* Store connection branch cache in ZKJames E. Blair2021-11-031-0/+72
* Merge "Ensure same layout UUID across schedulers"Zuul2021-10-301-3/+5
|\
| * Ensure same layout UUID across schedulersSimon Westphahl2021-10-291-3/+5
* | Remove false-negative in zk testJames E. Blair2021-10-281-3/+0
* | Merge "Add support for sharded ZKObjects"Zuul2021-10-271-12/+44
|\ \ | |/
| * Add support for sharded ZKObjectsSimon Westphahl2021-10-261-12/+44
* | Merge "Only retry ZK operations for Kazoo exceptions"Zuul2021-10-271-2/+2
|\ \ | |/
| * Only retry ZK operations for Kazoo exceptionsSimon Westphahl2021-10-261-2/+2
* | Increase timeout in test_build_requestJames E. Blair2021-10-261-1/+1
|/
* Simplified attribute API for ZKObjectsSimon Westphahl2021-10-251-6/+34
* Add an API for ZK-backed objectsJames E. Blair2021-10-251-0/+100
* Handle concurrent modification during change cache delete4.10.3James E. Blair2021-10-181-0/+24
* Merge "Don't use executor.builds when processing build result events"Zuul2021-09-261-11/+22
|\
| * Don't use executor.builds when processing build result eventsFelix Edel2021-09-241-11/+22
* | Use structured change cache keysJames E. Blair2021-09-241-28/+42
|/
* Merge "Simplify Zookeeper change cache API"Zuul2021-09-181-6/+0
|\
| * Simplify Zookeeper change cache APISimon Westphahl2021-09-171-6/+0
* | Merge "Periodically maintain connection caches"Zuul2021-09-181-1/+2
|\ \ | |/
| * Periodically maintain connection cachesSimon Westphahl2021-09-161-1/+2
* | Merge "Implement ABC for caching changes in Zookeeper"Zuul2021-09-181-0/+170
|\ \ | |/
| * Implement ABC for caching changes in ZookeeperSimon Westphahl2021-09-161-0/+170