We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb38bc3 commit a5be4f7Copy full SHA for a5be4f7
contrib/mmts/tests2/docker-regress.sh
@@ -2,6 +2,8 @@
2
3
cd /pg/src/src/test/regress
4
5
+cat /etc/hosts
6
+
7
./pg_regress --use-existing \
8
--schedule=parallel_schedule \
9
--host=node1 \
contrib/mmts/tests2/test_recovery.py
@@ -2,7 +2,6 @@
import time
import subprocess
from lib.bank_client import MtmClient
-# from client2 import MtmClient
import datetime
class RecoveryTest(unittest.TestCase):
0 commit comments