@@ -11,7 +11,7 @@ class LockingTest(ProbackupTest, unittest.TestCase):
11
11
12
12
# @unittest.skip("skip")
13
13
# @unittest.expectedFailure
14
- def test_locking_simple_1 (self ):
14
+ def test_locking_running_1 (self ):
15
15
"""
16
16
make node, take full backup, stop it in the middle
17
17
run validate, expect it to successfully executed,
@@ -57,7 +57,7 @@ def test_locking_simple_1(self):
57
57
# Clean after yourself
58
58
self .del_test_dir (module_name , fname )
59
59
60
- def test_locking_simple_2 (self ):
60
+ def test_locking_running_2 (self ):
61
61
"""
62
62
make node, take full backup, stop it in the middle,
63
63
kill process so no cleanup is done - pid file is in place,
@@ -111,7 +111,7 @@ def test_locking_simple_2(self):
111
111
# Clean after yourself
112
112
self .del_test_dir (module_name , fname )
113
113
114
- def test_locking_simple_3 (self ):
114
+ def test_locking_running_3 (self ):
115
115
"""
116
116
make node, take full backup, stop it in the middle,
117
117
terminate process, delete pid file,
0 commit comments