8000 smth wrong with travis docker network · postgrespro/postgres_cluster@a5be4f7 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit a5be4f7

Browse files
committed
smth wrong with travis docker network
1 parent cb38bc3 commit a5be4f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contrib/mmts/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 \

contrib/mmts/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)
0