swift-bench 2.0.0
We are glad to announce the release of: swift-bench 2.0.0 The source is available from: https://opendev.org/openstack/swift-bench Download the package from: https://tarballs.openstack.org/swift-bench/ For more details, please see below. Changes in swift-bench 1.2.0..2.0.0 ----------------------------------- 4a46450 Version bump for 2.0.0 release 7ef87b9 pypy is not checked at gate a463307 drop mock from lower-constraints and requirements 897a2f9 support container_name from cli b007149 Switch from optparse to argparse 3a269af Read GETs in 1MB chunks dee1430 Up-rev hacking 666fc88 Removed Python 2 support and six e8eb951 Catch connection errors and count them as failures 5f803ae refactor bin/bench into swiftbench/cli for testing 427a16c Fix SyntaxWarning db047a7 Fix tox.ini to work with tox4 23aba52 py3: Fix distributed benchmarking d3db1ea Use unversioned templates 7d3192c Migrate from testr to stestr 9d708e6 Use py3 as the default runtime for tox 457f368 Switch to xena jobs 8845f72 py2: Import print function 7d00460 Drop testing for py27 4539128 py3: Fix sigint handler 31d4747 Switch to Ussuri jobs fc53cbf Allow users to specify object sizes with k/M/G suffixes f221632 Port to py3 6e047b6 OpenDev Migration Patch e1acba9 Add long_description to fix gate fb57d21 Change openstack-dev to openstack-discuss c82ac0d import zuul job settings from project-config 6314064 Replace assertEquals with assertEqual b6b1e42 Remove support for py33/py26 7d5c39d Remove discover from test-requirements 7b08385 version bump to open 1.2.1 dev work 9e41cb3 Put py34 first in the env order of tox Diffstat (except docs and test files) ------------------------------------- .gitignore | 24 ++++-- .gitreview | 2 +- .stestr.conf | 3 + .testr.conf | 4 - .zuul.yaml | 4 + AUTHORS | 15 ++++ CHANGELOG | 10 +++ bin/swift-bench | 176 +--------------------------------------- bin/swift-bench-client | 2 +- requirements.txt | 2 +- setup.cfg | 1 + setup.py | 9 ++- swiftbench/__init__.py | 2 +- swiftbench/bench.py | 63 ++++++++++----- swiftbench/cli/__init__.py | 198 +++++++++++++++++++++++++++++++++++++++++++++ swiftbench/utils.py | 47 ++++++++--- test-requirements.txt | 7 +- tox.ini | 7 +- 20 files changed, 576 insertions(+), 260 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7b19353..a912a6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -python-swiftclient +python-swiftclient>=3.2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8f0a24d..e8aca0b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -hacking>=0.10.0,<0.11 +hacking>=7.0.0,<8.0.0 @@ -4,4 +4 @@ coverage>=3.6 -discover -mock>=1.0 -sphinx>=1.1.2,<1.2 -testrepository>=0.0.17 +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org