From 50c09c70db7ace47744a2ad2d09bafcc006d2911 Mon Sep 17 00:00:00 2001 From: leiyashuai Date: Fri, 21 Oct 2016 01:27:49 -0700 Subject: [PATCH] [Trivial] Fix some typos in rally Change-Id: I04abbbba86cadbcd155a0288de896c3924fe5488 --- doc/source/reports.rst | 4 ++-- doc/specs/in-progress/db_refactoring.rst | 2 +- rally/plugins/common/sla/performance_degradation.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/reports.rst b/doc/source/reports.rst index b5f4c346d6..5b1e53b47b 100644 --- a/doc/source/reports.rst +++ b/doc/source/reports.rst @@ -78,7 +78,7 @@ Full duration This time includes iterations time (`Load duration <#load-duration>`_) plus time taken by another actions related to the task, mostly Contexts -excecution time. +execution time. Iterations ~~~~~~~~~~ @@ -261,7 +261,7 @@ Tab «Failures» Complete information about exceptions raised during the workload run **Iteration** - Number of iteration where exception is occured + Number of iteration where exception is occurred **Exception type** Type of raised Exception subclass diff --git a/doc/specs/in-progress/db_refactoring.rst b/doc/specs/in-progress/db_refactoring.rst index dde0209426..ac4e8fcc40 100644 --- a/doc/specs/in-progress/db_refactoring.rst +++ b/doc/specs/in-progress/db_refactoring.rst @@ -107,7 +107,7 @@ New DB schema * WorkloadData - contains chunks of raw data for future data analyze and reporting. This is complete information that we don't need always, as well - for getting overview of what happend. As we have multiple chunks per + for getting overview of what happened. As we have multiple chunks per Workload, we won't be able to store them without creating this table. * Tag - contains tags binded to tasks and subtasks by uuid and type diff --git a/rally/plugins/common/sla/performance_degradation.py b/rally/plugins/common/sla/performance_degradation.py index 635e04a4de..aede2a026e 100644 --- a/rally/plugins/common/sla/performance_degradation.py +++ b/rally/plugins/common/sla/performance_degradation.py @@ -30,7 +30,7 @@ from rally.task import sla @sla.configure(name="performance_degradation") class PerformanceDegradation(sla.SLA): - """Calculates perfomance degradation based on iteration time + """Calculates performance degradation based on iteration time This SLA plugin finds minimum and maximum duration of iterations completed without errors during Rally task execution.