Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 689b326

Browse files
committed
smth wrong with travis docker network
1 parent bfb0ac2 commit 689b326

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests2/docker-regress.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
cd /pg/src/src/test/regress
44

5+
cat /etc/hosts
6+
57
./pg_regress --use-existing \
68
--schedule=parallel_schedule \
79
--host=node1 \

tests2/test_recovery.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import time
33
import subprocess
44
from lib.bank_client import MtmClient
5-
# from client2 import MtmClient
65
import datetime
76

87
class RecoveryTest(unittest.TestCase):

0 commit comments

Comments
 (0)