Skip to content

Commit

Permalink
Update ticket number in TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Mar 9, 2018
1 parent ca129a9 commit 1ca746a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion esrally/driver/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ def __repr__(self, *args, **kwargs):
return "retryable %s" % repr(self.delegate)


# TODO #370: Remove this registration and replace with a new Index runner.
# TODO #435: Remove this registration
# Old (deprecated) name
register_runner(track.OperationType.Index.name, BulkIndex())
# New name
Expand Down
2 changes: 1 addition & 1 deletion esrally/track/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ def parse_operation(self, op_spec, error_ctx="operations"):
params = op_spec

try:
# TODO #370: Remove this warning.
# TODO #435: Remove this warning.
# Add a deprecation warning but not for built-in tracks (they need to keep the name for backwards compatibility in the meantime)
if op_type_name == "index" and \
self.name not in DEFAULT_TRACKS and \
Expand Down
2 changes: 1 addition & 1 deletion esrally/track/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
return False


# TODO #370: Remove this registration.
# TODO #435: Remove this registration.
# Old name - deprecated
register_param_source_for_operation(track.OperationType.Index, BulkIndexParamSource)
# New name
Expand Down

0 comments on commit 1ca746a

Please sign in to comment.