Skip to content

Commit 1429dfe

Browse files
Some tests fail on 'localhost'
1 parent 9564336 commit 1429dfe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

benchmark.cfg.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[Defaults]
22
# Available Keys:
3-
client_host=localhost
3+
client_host=127.0.0.1
44
client_identity_file=None
55
client_user=techempower
66
runner_user=testrunner
7-
database_host=localhost
7+
database_host=127.0.0.1
88
database_identity_file=None
99
database_os=linux
1010
database_user=techempower
@@ -23,7 +23,7 @@ mode=benchmark
2323
name=ec2
2424
os=linux
2525
password_prompt=False
26-
server_host=localhost
26+
server_host=127.0.0.1
2727
sleep=60
2828
test=None
2929
type=all

config/benchmark_profile

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ export PATH="$JAVA_HOME/bin:$GRAILS_HOME/bin:$PLAY_HOME:$PLAY1_HOME:$VERTX_HOME/
3939

4040
export LD_LIBRARY_PATH='$LD_LIBRARY_PATH:/usr/local/apr/lib'
4141

42-
export TFB_SERVER_HOST='localhost'
43-
export TFB_CLIENT_HOST='localhost'
42+
export TFB_SERVER_HOST='127.0.0.1'
43+
export TFB_CLIENT_HOST='127.0.0.1'
4444
export TFB_CLIENT_USER='tfb'
4545
export TFB_CLIENT_IDENTITY_FILE='/home/tfb/.ssh/id_rsa'
46-
export TFB_DATABASE_HOST='localhost'
46+
export TFB_DATABASE_HOST='127.0.0.1'
4747

4848
[ -e ~/.rvm ] && . ~/.rvm/scripts/'rvm'
4949
export LC_ALL='en_US.UTF-8'

0 commit comments

Comments
 (0)