Jump to: navigation, search

Difference between revisions of "Swift/PriorityReviews"

(22 intermediate revisions by the same user 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)
Line 13: Line 25:
 
'''Python3 Patches'''
 
'''Python3 Patches'''
  
* https://review.openstack.org/#/c/621376/
 
* https://review.openstack.org/#/c/611686/
 
* https://review.openstack.org/#/c/639263/ dlo
 
** should probably play around with func tests on top of https://review.openstack.org/#/c/642520/
 
** alternate approach: https://review.openstack.org/#/c/642920/
 
* https://review.openstack.org/#/c/619303/ bulk
 
** https://review.openstack.org/#/c/650507/ slo
 
* https://review.openstack.org/#/c/643855/ staticweb
 
 
* py3 func tests:
 
* py3 func tests:
** https://review.openstack.org/#/c/645284/ work around https://bugs.python.org/issue33973
 
** https://review.openstack.org/#/c/642893/ work around https://bugs.python.org/issue36274
 
** https://review.openstack.org/#/c/642520/ functional/tests.py
 
 
** https://review.openstack.org/#/c/645388/ functional/test_account.py functional/test_container.py
 
** https://review.openstack.org/#/c/645388/ functional/test_account.py functional/test_container.py
** https://review.openstack.org/#/c/645856/ func-py37 gate job
+
** https://review.openstack.org/#/c/642920/ functional/test_dlo.py
 
** https://review.openstack.org/#/c/645895/ functional/test_object.py, plus func-ec-py37 job
 
** https://review.openstack.org/#/c/645895/ functional/test_object.py, plus func-ec-py37 job
 +
** https://review.opendev.org/#/c/659673/ functional/test_slo.py
 +
** https://review.opendev.org/#/c/647923/ functional/test_domain_remap.py functional/test_staticweb.py
 +
* middleware
 +
** https://review.openstack.org/#/c/652928/ tempurl
 +
* obj
 +
** 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
  
  

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