1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
jsteemann 2016-06-08 09:27:23 +02:00
commit 8c3c6cfafc
19 changed files with 55 additions and 79 deletions

View File

@ -4,11 +4,13 @@
auto-upgrade = false
upgrade-check = false
directory= @LOCALSTATEDIR@/lib/arangodb3
# maximal-journal-size=33554432
[server]
rest-server = false
authentication = true
# username = root
# password =
statistics = false
# set number of threads to 1 so we don't have concurrency
threads = 1

View File

@ -6,3 +6,5 @@ progress = true
[server]
endpoint = tcp://127.0.0.1:8529
authentication = true
# username = root
# password =

View File

@ -31,36 +31,47 @@ endpoint = tcp://127.0.0.1:8529
# resuse a port on restart or wait until it is freed by the operating system
# reuse-address = false
# disable authentication for the admin frontend
authentication = true
# number of server threads, 0 to use them all
# threads = 4
# number of server threads. use 0 to make arangod determine the
# number of threads automatically, based on available CPUs
# threads = 0
# gather server statistics
statistics = true
# the user and group are normally set in the start script
# uid = arangodb
# gid = arangodb
[scheduler]
# number of threads used for I/O, 0 will select a sensible number
# threads = 2
# number of threads used for I/O, use 0 to make arangod determine
# the number of threads automatically
# threads = 0
[javascript]
startup-directory = @PKGDATADIR@/js
app-path = @LOCALSTATEDIR@/lib/arangodb3-apps
# app-path = @HOMEDRIVE@/@HOMEPATH@/arangodb3/apps
# number of worker threads for V8
v8-contexts = 5
# number of V8 contexts available for JavaScript execution. use 0 to
# make arangod determine the number of contexts automatically.
# v8-contexts = 0
[foxx]
# enable Foxx queues in the server
# queues = true
# interval (seconds) to use for polling jobs in Foxx queues
# queues-poll-interval = 1
[log]
level = info
file = @LOCALSTATEDIR@/log/arangodb/arangod.log
file = @LOCALSTATEDIR@/log/arangodb3/arangod.log
[cluster]
data-path = @LOCALSTATEDIR@/lib/arangodb3/cluster
log-path = @LOCALSTATEDIR@/log/arangodb/cluster
log-path = @LOCALSTATEDIR@/log/arangodb3/cluster
arangod-path = @SBINDIR@/arangod@PROGRAM_SUFFIX@
dbserver-config = @SYSCONFDIR@/arangod.conf
coordinator-config = @SYSCONFDIR@/arangod.conf

View File

@ -5,3 +5,5 @@ progress = true
[server]
endpoint = tcp://127.0.0.1:8529
authentication = true
# username = root
# password =

View File

@ -3,3 +3,5 @@
[server]
endpoint = tcp://127.0.0.1:8529
authentication = true
# username = root
# password =

View File

@ -5,3 +5,5 @@ progress = true
[server]
endpoint = tcp://127.0.0.1:8529
authentication = true
# username = root
# password =

View File

@ -4,6 +4,8 @@ pretty-print = true
[server]
endpoint = tcp://127.0.0.1:8529
authentication = true
# username = root
# password =
[javascript]
startup-directory = @PKGDATADIR@/js

View File

@ -3,7 +3,9 @@ pretty-print = true
[server]
endpoint = tcp://127.0.0.1:8529
authentication = false
authentication = true
# username = root
# password =
[javascript]
startup-directory = @PKGDATADIR@/js

View File

@ -5,6 +5,9 @@ upgrade-check = false
[server]
rest-server = false
authentication = false
# username = root
# password =
statistics = false
# set number of threads to 1 so we don't have concurrency
threads = 1

View File

@ -3,4 +3,5 @@ progress = true
[server]
authentication = false
# username = root
# password =

View File

@ -1,31 +0,0 @@
[database]
# directory= /var/arangodb
# maximal-journal-size = 33554432
[server]
disable-authentication = true
endpoint = tcp://127.0.0.1:8529
threads = 10
keyfile = UnitTests/server.pem
# reuse-address = false
[scheduler]
threads = 2
[javascript]
startup-directory = ./js
app-path = ./js/apps
v8-contexts = 5
[log]
level = info
[cluster]
username = root
password =
data-path = ./cluster/data
log-path = ./cluster/log
arangod-path = ./bin/arangod
dbserver-config = ./etc/relative/arangod-dbserver.conf
coordinator-config = ./etc/relative/arangod-coordinator.conf

View File

@ -1,31 +0,0 @@
[database]
# directory= /var/arangodb
# maximal-journal-size = 33554432
[server]
disable-authentication = true
endpoint = tcp://127.0.0.1:8529
threads = 10
keyfile = UnitTests/server.pem
# reuse-address = false
[scheduler]
threads = 2
[javascript]
startup-directory = ./js
app-path = ./js/apps
v8-contexts = 5
[log]
level = info
[cluster]
username = root
password =
data-path = ./cluster/data
log-path = ./cluster/log
arangod-path = ./bin/arangod
dbserver-config = ./etc/relative/arangod-dbserver.conf
coordinator-config = ./etc/relative/arangod-coordinator.conf

View File

@ -1,6 +1,8 @@
[server]
authentication = true
endpoint = tcp://0.0.0.0:8529
# username = root
# password =
[javascript]
startup-directory = ./js

View File

@ -2,4 +2,5 @@ progress = true
[server]
authentication = false
# username = root
# password =

View File

@ -1,3 +1,4 @@
[server]
authentication = false
# username = root
# password =

View File

@ -2,4 +2,5 @@ progress = true
[server]
authentication = false
# username = root
# password =

View File

@ -3,6 +3,8 @@ pretty-print = true
[server]
authentication = false
# username = root
# password =
[javascript]
startup-directory = ./js

View File

@ -3,6 +3,8 @@ pretty-print = true
[server]
authentication = false
# username = root
# password =
[javascript]
startup-directory = ./js

View File

@ -65,7 +65,7 @@ function ahuacatlQueryGeneralEdgesTestSuite() {
(FOR x IN ${v4} RETURN x)
)`;
var startExample = [{hugo : true}, {heinz : 1}];
// var startExample = [{hugo : true}, {heinz : 1}];
return {