@@ -11,7 +11,7 @@ class LockingTest(ProbackupTest, unittest.TestCase):
1111
1212 # @unittest.skip("skip")
1313 # @unittest.expectedFailure
14- def test_locking_simple_1 (self ):
14+ def test_locking_running_1 (self ):
1515 """
1616 make node, take full backup, stop it in the middle
1717 run validate, expect it to successfully executed,
@@ -57,7 +57,7 @@ def test_locking_simple_1(self):
5757 # Clean after yourself
5858 self .del_test_dir (module_name , fname )
5959
60- def test_locking_simple_2 (self ):
60+ def test_locking_running_2 (self ):
6161 """
6262 make node, take full backup, stop it in the middle,
6363 kill process so no cleanup is done - pid file is in place,
@@ -111,7 +111,7 @@ def test_locking_simple_2(self):
111111 # Clean after yourself
112112 self .del_test_dir (module_name , fname )
113113
114- def test_locking_simple_3 (self ):
114+ def test_locking_running_3 (self ):
115115 """
116116 make node, take full backup, stop it in the middle,
117117 terminate process, delete pid file,
0 commit comments