<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git/test/unit, branch 3.13.1</title>
<subtitle>opendev.org: openstack/python-swiftclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/'/>
<entry>
<title>Merge "Include storage policy when listing account with --long"</title>
<updated>2021-10-13T01:11:03+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-10-13T01:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=3f5d5b0252b3690af1e6577bf6584efe506f15fe'/>
<id>3f5d5b0252b3690af1e6577bf6584efe506f15fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Allow unit tests to be run via pytest"</title>
<updated>2021-09-23T23:56:23+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-09-23T23:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=e03a11c6497d749ee6bd1fdc164621d930ae0eac'/>
<id>e03a11c6497d749ee6bd1fdc164621d930ae0eac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly aggregate totals for &gt;10k items</title>
<updated>2021-09-21T23:06:56+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2021-09-21T23:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=373fa26ce1620d096918bd34ea4983b8ca96898c'/>
<id>373fa26ce1620d096918bd34ea4983b8ca96898c</id>
<content type='text'>
Previously, we would write out totals for every page of listings, like

    $ swift list sync --prefix=09-21 --total -l
     80000000000
     80000000000
     80000000000
     58096000000

Now, roll those all into a single total:

    $ swift list sync --prefix=09-21 --total -l
    298096000000

Change-Id: Icc265636815220e33e8c9eec0a3ab80e9f899038
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we would write out totals for every page of listings, like

    $ swift list sync --prefix=09-21 --total -l
     80000000000
     80000000000
     80000000000
     58096000000

Now, roll those all into a single total:

    $ swift list sync --prefix=09-21 --total -l
    298096000000

Change-Id: Icc265636815220e33e8c9eec0a3ab80e9f899038
</pre>
</div>
</content>
</entry>
<entry>
<title>Include storage policy when listing account with --long</title>
<updated>2021-09-21T15:40:45+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2021-04-09T00:16:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=ad3e8e49d072d8137c85c451db427d07e1301799'/>
<id>ad3e8e49d072d8137c85c451db427d07e1301799</id>
<content type='text'>
Change-Id: Ibc2f9445b5a8e80cfb73d0706e20a7e4c62eec4a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ibc2f9445b5a8e80cfb73d0706e20a7e4c62eec4a
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve formatting for billions of objects</title>
<updated>2021-09-20T22:49:59+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2021-09-20T19:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=553e34ebfe891fe234abd722ceeba0809775a175'/>
<id>553e34ebfe891fe234abd722ceeba0809775a175</id>
<content type='text'>
Change-Id: If8aa08c4c8c8ad6ca2c861602baf1eefa8642a8a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If8aa08c4c8c8ad6ca2c861602baf1eefa8642a8a
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow unit tests to be run via pytest</title>
<updated>2021-05-11T20:34:35+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2021-05-11T05:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=99b5b81217abdfc4b7a8c388242aaf50c64f1f5b'/>
<id>99b5b81217abdfc4b7a8c388242aaf50c64f1f5b</id>
<content type='text'>
You can run all tests by just running

   $ pytest

Or just unit tests with

   $ pytest test/unit/

Or one specific test with

   $ pytest test/unit/test_swiftclient.py::TestConnection::test_reauth

Change-Id: I1dfa239f9ee9ea85663b5c1f22631a97f87b4dfc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You can run all tests by just running

   $ pytest

Or just unit tests with

   $ pytest test/unit/

Or one specific test with

   $ pytest test/unit/test_swiftclient.py::TestConnection::test_reauth

Change-Id: I1dfa239f9ee9ea85663b5c1f22631a97f87b4dfc
</pre>
</div>
</content>
</entry>
<entry>
<title>Have `delete --all` imply `--versions` for the CLI</title>
<updated>2020-10-16T20:57:02+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2020-04-03T16:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=74c50dee2de1fdda0d58cc295a70c7ff7d1700e6'/>
<id>74c50dee2de1fdda0d58cc295a70c7ff7d1700e6</id>
<content type='text'>
Change-Id: Id5a6d4cef3d4ed76c897a099a62a4ba3ed8f8dab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id5a6d4cef3d4ed76c897a099a62a4ba3ed8f8dab
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Close connections created when calling module-level functions"</title>
<updated>2020-10-15T22:41:10+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-10-15T22:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=bf862981a6fa4ea9e5d50a425a0f46aa41cf7532'/>
<id>bf862981a6fa4ea9e5d50a425a0f46aa41cf7532</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "tests: Make test_delete_container_versions less flakey"</title>
<updated>2020-10-14T03:56:46+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-10-14T03:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=90c10fab432105c2aad6cc00e1a1870d5f14030b'/>
<id>90c10fab432105c2aad6cc00e1a1870d5f14030b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close connections created when calling module-level functions</title>
<updated>2020-10-13T17:45:07+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2020-04-19T05:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=97aa3e65412ee241fce7721927b0b003daf51ed4'/>
<id>97aa3e65412ee241fce7721927b0b003daf51ed4</id>
<content type='text'>
Co-Authored-By: Clay Gerrard &lt;clay.gerrard@gmail.com&gt;
Change-Id: Id62e63afc6f2ffa32eb8640787c78559481050f9
Related-Change: I200ad0cdc8b7999c3f5521b9a822122bd18714bf
Related-Bug: #1873435
Closes-Bug: #1838775
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Clay Gerrard &lt;clay.gerrard@gmail.com&gt;
Change-Id: Id62e63afc6f2ffa32eb8640787c78559481050f9
Related-Change: I200ad0cdc8b7999c3f5521b9a822122bd18714bf
Related-Bug: #1873435
Closes-Bug: #1838775
</pre>
</div>
</content>
</entry>
</feed>
