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 bfb0ac2 commit 689b326Copy full SHA for 689b326
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 \
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