Skip to content

Commit

Permalink
Merge pull request #492 from fomars/develop
Browse files Browse the repository at this point in the history
- tank hub
  • Loading branch information
direvius committed Jan 18, 2018
2 parents b8f86a4 + 128c092 commit 5768255
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 170 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='yandextank',
version='1.9.7',
version='1.9.8',
description='a performance measurement tool',
longer_description='''
Yandex.Tank is a performance measurement and load testing automatization tool.
Expand Down
4 changes: 4 additions & 0 deletions yandextank/aggregator/tank_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ def __init__(self, generator):
self.stats = q.Queue()
self.data_cache = {}
self.stat_cache = {}
self.reader = None
self.stats_reader = None
self.drain = None
self.stats_drain = None

def start_test(self):
self.reader = self.generator.get_reader()
Expand Down
3 changes: 3 additions & 0 deletions yandextank/common/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,6 @@ def get_stats_reader(self):
:rtype: collections.Iterable
"""
pass

def end_test(self, retcode):
pass
1 change: 1 addition & 0 deletions yandextank/plugins/DataUploader/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def __init__(self, request, response):
super(self.__class__, self).__init__(self.message)

class StoppedFromOnline(Exception):
"""http code 410"""
message = "Shooting is stopped from online"

class JobNotCreated(Exception):
Expand Down
14 changes: 0 additions & 14 deletions yandextank/tank-hub/Dockerfile

This file was deleted.

53 changes: 0 additions & 53 deletions yandextank/tank-hub/api.py

This file was deleted.

44 changes: 0 additions & 44 deletions yandextank/tank-hub/api.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions yandextank/tank-hub/requirements.txt

This file was deleted.

3 changes: 0 additions & 3 deletions yandextank/tank-hub/run_locally.py

This file was deleted.

11 changes: 0 additions & 11 deletions yandextank/tank-hub/server.py

This file was deleted.

8 changes: 0 additions & 8 deletions yandextank/tank-hub/uwsgi.ini

This file was deleted.

0 comments on commit 5768255

Please sign in to comment.