Jump to: navigation, search

Difference between revisions of "Swift/PriorityReviews"

(33 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
'''Swift Review Dashboard:''' http://not.mn/reviews.html
 
'''Swift Review Dashboard:''' http://not.mn/reviews.html
 +
 +
'''Swift 2.22.0 release pre-reqs'''
 +
* py3 unit tests
 +
** https://review.opendev.org/#/c/662115/ memcache fix
 +
*** https://review.openstack.org/#/c/652928/ tempurl
 +
** https://review.openstack.org/#/c/652819/ reconstructor
 +
** https://review.opendev.org/#/c/665042/ test_locale
 +
* fixups needed to run tests under py2 against services on py3
 +
** https://review.opendev.org/#/c/662546/ workaround https://bugs.python.org/issue37093
 +
** https://review.opendev.org/#/c/665487/ functest prefix
 +
** https://review.opendev.org/#/c/665746/ s3api
 +
** https://review.opendev.org/#/c/665770/ _MAXHEADERS
 +
** https://review.opendev.org/#/c/665773/ ECAppIter
  
  
Line 6: Line 19:
 
* https://review.openstack.org/#/c/333331/ (rledisez)
 
* https://review.openstack.org/#/c/333331/ (rledisez)
 
* https://review.openstack.org/#/c/337861/ (rledisez)
 
* https://review.openstack.org/#/c/337861/ (rledisez)
* https://review.openstack.org/#/c/548948/ (rledisez)
 
 
* https://review.openstack.org/#/c/342857/ (timburke)
 
* https://review.openstack.org/#/c/342857/ (timburke)
 
* https://review.openstack.org/#/c/265015/ (timburke)
 
* https://review.openstack.org/#/c/265015/ (timburke)
* https://review.openstack.org/#/c/633671/ (zigo)
 
  
  
 
'''Python3 Patches'''
 
'''Python3 Patches'''
  
* https://review.openstack.org/#/c/621376/
+
* py3 func tests:
* https://review.openstack.org/#/c/611686/
+
** https://review.openstack.org/#/c/645388/ functional/test_account.py functional/test_container.py
* https://review.openstack.org/#/c/639263/ dlo -- timburke will feel better about us getting the quoting right if we land
+
** https://review.openstack.org/#/c/642920/ functional/test_dlo.py
** https://review.openstack.org/#/c/571905/ fix quoting in large objects
+
** https://review.openstack.org/#/c/645895/ functional/test_object.py, plus func-ec-py37 job
** https://review.openstack.org/#/c/641855/ fix up UTF-8 func tests
+
** https://review.opendev.org/#/c/659673/ functional/test_slo.py
** so we can play around with func tests on top of https://review.openstack.org/#/c/642520/
+
** https://review.opendev.org/#/c/647923/ functional/test_domain_remap.py functional/test_staticweb.py
* https://review.openstack.org/#/c/619303/ bulk
+
* middleware
* https://review.openstack.org/#/c/640552/ fix missing content-type behavior
+
** https://review.openstack.org/#/c/652928/ tempurl
* https://review.openstack.org/#/c/638019/ for py37
+
* obj
* https://review.openstack.org/#/c/642520/ functional/tests.py
+
** https://review.openstack.org/#/c/652819/ reconstructor
 +
*** has some weird/annoying test failures related to how we check that we're logging status
 +
* https://review.opendev.org/#/c/662115/ memcached issues
  
  
Line 30: Line 43:
 
* https://review.openstack.org/#/q/project:openstack/liberasurecode+is:open
 
* https://review.openstack.org/#/q/project:openstack/liberasurecode+is:open
 
* https://review.openstack.org/#/q/project:openstack/pyeclib+is:open
 
* https://review.openstack.org/#/q/project:openstack/pyeclib+is:open
 
 
'''Other bug fixes'''
 
 
* simplify empty suffix hashing: https://review.openstack.org/#/c/637662/
 
  
 
----
 
----

Revision as of 22:42, 17 June 2019

Swift Review Dashboard: http://not.mn/reviews.html

Swift 2.22.0 release pre-reqs


Open patches that are running in production somewhere


Python3 Patches


PyECLib/LibEC Patches


Bug triage worksheet: https://etherpad.openstack.org/p/swift-bug-triage-list

swiftclient bugs: https://goo.gl/uO4b7l <-- bugs that are marked "New" and need triage

swift bugs: https://goo.gl/LMiiDc <-- bugs that are marked "New" and need triage


Swift Review Dashboard: http://not.mn/reviews.html