コード例 #1
0
ファイル: FaultTest.py プロジェクト: hellomokey/gp
 def test_kill_mirror_processes(self):
     newfault = Fault()
     # Sleep introduced in order for the Transactions to start first
     sleep(15)
     newfault.kill_processes_with_role('m')
コード例 #2
0
ファイル: FaultTest.py プロジェクト: 50wu/gpdb
 def test_kill_mirror_processes(self):
     newfault = Fault()
     # Sleep introduced in order for the Transactions to start first
     sleep(15)
     newfault.kill_processes_with_role('m')