Fix "error opening file" errors in tests for Windows

This sort of just punts on the problem by not creating log files in the
tests, but it seemed like the simplest solution.
This commit is contained in:
Tyler Treat
2017-07-10 12:21:01 -05:00
parent b6e43c0dc1
commit ca1b3485cb
22 changed files with 1 additions and 28 deletions

View File

@@ -11,7 +11,6 @@ authorization {
}
pid_file: '/tmp/nats_cluster_test.pid'
log_file: '/tmp/nats_cluster_test.log'
cluster {
host: 127.0.0.1

View File

@@ -1,7 +1,6 @@
# Copyright 2017 Apcera Inc. All rights reserved.
listen: localhost:-1
log_file: "/tmp/gnatsd.log"
authorization {
# Our role based permissions.

View File

@@ -1,7 +1,6 @@
# Copyright 2017 Apcera Inc. All rights reserved.
listen: localhost:-1
log_file: "/tmp/gnatsd.log"
authorization {
# Our role based permissions.

View File

@@ -1,4 +1,3 @@
# Copyright 2017 Apcera Inc. All rights reserved.
listen: localhost:-1
log_file: "/tmp/gnatsd.log"

View File

@@ -1,6 +1,5 @@
# Copyright 2017 Apcera Inc. All rights reserved.
listen: localhost:-1
log_file: "/tmp/gnatsd.log"
max_connections: 1

View File

@@ -1,6 +1,5 @@
# Copyright 2017 Apcera Inc. All rights reserved.
listen: localhost:-1
log_file: "/tmp/gnatsd.log"
max_payload: 1

View File

@@ -1,7 +1,6 @@
# Copyright 2017 Apcera Inc. All rights reserved.
listen: localhost:-1
log_file: "/tmp/gnatsd.log"
authorization {
users = [

View File

@@ -1,7 +1,6 @@
# Copyright 2017 Apcera Inc. All rights reserved.
listen: localhost:-1
log_file: "/tmp/gnatsd.log"
authorization {
users = [

View File

@@ -6,7 +6,6 @@ trace: true # enable on reload
logtime: true # enable on reload
syslog: true # enable on reload
remote_syslog: "udp://localhost:514" # change on reload
log_file: "/tmp/gnatsd-2.log" # change on reload
pid_file: "/tmp/gnatsd.pid" # change on reload
max_control_line: 512 # change on reload

View File

@@ -4,4 +4,3 @@
debug: false
trace: true
logtime: true # logtime not supported on config reload
log_file: "/tmp/gnatsd.log"

View File

@@ -1,7 +1,6 @@
# Copyright 2017 Apcera Inc. All rights reserved.
listen: localhost:-1
log_file: "/tmp/gnatsd.log"
authorization {
user: tyler

View File

@@ -1,7 +1,6 @@
# Copyright 2017 Apcera Inc. All rights reserved.
listen: localhost:-1
log_file: "/tmp/gnatsd.log"
authorization {
user: derek

View File

@@ -4,7 +4,6 @@
debug: false
trace: false
logtime: false
log_file: "/tmp/gnatsd.log"
cluster {
listen: localhost:-1

View File

@@ -3,7 +3,6 @@
# Simple TLS config file
listen: localhost:-1
log_file: "/tmp/gnatsd.log"
tls {
cert_file: "./configs/certs/server.pem"

View File

@@ -3,7 +3,6 @@
# Simple TLS config file
listen: localhost:-1
log_file: "/tmp/gnatsd.log"
tls {
cert_file: "./configs/certs/cert.new.pem"

View File

@@ -1,7 +1,6 @@
# Copyright 2017 Apcera Inc. All rights reserved.
listen: localhost:-1
log_file: "/tmp/gnatsd.log"
authorization {
token: T0pS3cr3t

View File

@@ -1,7 +1,6 @@
# Copyright 2017 Apcera Inc. All rights reserved.
listen: localhost:-1
log_file: "/tmp/gnatsd.log"
authorization {
token: passw0rd

View File

@@ -16,7 +16,6 @@ authorization {
debug: false
trace: true
logtime: false
log_file: "/tmp/gnatsd.log"
syslog: true
remote_syslog: "udp://foo.com:33"