From f89432983364a009979b180f4af7ecfacb183245 Mon Sep 17 00:00:00 2001 From: Ashwin Agrawal Date: Mon, 16 Jul 2018 17:20:28 -0700 Subject: [PATCH] Remove seqserver process from walrep test. --- .../tincrepo/mpp/gpdb/tests/storage/walrepl/crash/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/walrepl/crash/__init__.py b/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/walrepl/crash/__init__.py index 23f620e001..7a1672115a 100644 --- a/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/walrepl/crash/__init__.py +++ b/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/walrepl/crash/__init__.py @@ -114,7 +114,7 @@ class WalReplKillProcessTestCase(TINCTestCase): def kill_transc_backend_check_reset(self): dict_process = { 'stats collector process': -1, 'writer process': -1, - 'checkpointer process': -1,'seqserver process': -1, + 'checkpointer process': -1, 'ftsprobe process': -1,'sweeper process': -1,'wal sender process': -1} for process in dict_process: pid = self.pgutil.get_pid_by_keyword(pgport=self.pgport,keyword=process) -- GitLab