Skip to content

Commit 96f810c

Browse files
committed
changed host because of the error
1 parent 097ee18 commit 96f810c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/helpers/conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const ossStandaloneForSSHConfig = {
121121
};
122122

123123
export const ossClusterForSSHConfig = {
124-
host: process.env.OSS_STANDALONE_SSH_HOST || '172.31.100.211',
124+
host: process.env.OSS_STANDALONE_SSH_HOST || '172.33.100.211',
125125
port: process.env.OSS_STANDALONE_SSH_PORT || '6379',
126126
databaseName: `${process.env.OSS_STANDALONE_SSH_DATABASE_NAME || 'oss-cluster-for-ssh'}-${uniqueId}`,
127127
databaseUsername: process.env.OSS_STANDALONE_SSH_USERNAME,

tests/e2e/rte.docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ services:
138138
default:
139139
ipv4_address: 172.31.100.211
140140
ssh:
141-
ipv4_address: 172.31.100.211
141+
ipv4_address: 172.33.100.211
142142
master-plain-7-2:
143143
logging: *logging
144144
build: *cluster-plain-7-build

0 commit comments

Comments
 (0)