Removing some redundant words

This patch removes some redundant words.

Change-Id: If3160bdb020a5a0cdca7bb6cc024bcf09f7ddd81
This commit is contained in:
Anh Tran 2016-03-25 15:21:56 +07:00
parent d6d212fe45
commit ceae9a336b
4 changed files with 6 additions and 6 deletions

View File

@ -248,7 +248,7 @@ class VerticaApp(object):
db_password))
system.shell_execute(create_db_command, "dbadmin")
except exception.ProcessExecutionError:
# Give vertica some time to get the the node up, won't be available
# Give vertica some time to get the node up, won't be available
# by the time adminTools -t db_add_node completes
LOG.info(_("adminTools failed as expected - wait for node"))
self.wait_for_node_status()
@ -265,7 +265,7 @@ class VerticaApp(object):
db_password))
system.shell_execute(create_db_command, "dbadmin")
except exception.ProcessExecutionError:
# Give vertica some time to get the the node up, won't be available
# Give vertica some time to get the node up, won't be available
# by the time adminTools -t db_add_node completes
LOG.info(_("adminTools failed as expected - wait for node"))

View File

@ -120,7 +120,7 @@ class TestRootOnCreate(object):
@test(depends_on=[test_root_still_enabled])
def test_root_disable(self):
"""
After root disable ensure the the history enabled flag
After root disable ensure the history enabled flag
is still enabled.
"""
self.dbaas.root.delete(self.instance_id)

View File

@ -235,7 +235,7 @@ class DbaasTest(trove_testtools.TestCase):
def test_load_mysqld_options(self):
output = "mysqld would've been started with the these args:\n"\
output = "mysqld would've been started with these args:\n"\
"--user=mysql --port=3306 --basedir=/usr "\
"--tmpdir=/tmp --skip-external-locking"
@ -252,7 +252,7 @@ class DbaasTest(trove_testtools.TestCase):
self.assertTrue("skip-external-locking" in options)
def test_load_mysqld_options_contains_plugin_loads_options(self):
output = ("mysqld would've been started with the these args:\n"
output = ("mysqld would've been started with these args:\n"
"--plugin-load=blackhole=ha_blackhole.so "
"--plugin-load=federated=ha_federated.so")

View File

@ -92,7 +92,7 @@ pulse Method
------------
The pulse method is going through the stack(list) of threads looking for
the the next thread to execute while updating the 'sleep' time and the if
the next thread to execute while updating the 'sleep' time and the if
the 'sleep' time is <=0 then it will run this thread until it calls for
another time.sleep.