File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,5 @@ before_script:
18
18
- ./tests/travis/setup_arangodb.sh
19
19
20
20
script :
21
- - ./phpunit --configuration ./tests/phpunit-connection-close.xml
22
- - ./phpunit --configuration ./tests/phpunit-connection-keep-alive.xml
23
-
24
- after_script :
25
- - ./tests/travis/teardown_arangodb.sh
21
+ - ARANGO_ROOT_PASSWORD="test" ./phpunit --configuration ./tests/phpunit-connection-close.xml
22
+ - ARANGO_ROOT_PASSWORD="test" ./phpunit --configuration ./tests/phpunit-connection-keep-alive.xml
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
36
36
cd $DIR
37
37
38
38
docker pull arangodb/arangodb-preview:nightly.devel
39
- docker run -d -e ARANGO_ROOT_PASSWORD=" " -p 8529:8529 arangodb/arangodb-preview:nightly.devel
39
+ docker run -d -e ARANGO_ROOT_PASSWORD=" test " -p 8529:8529 arangodb/arangodb-preview:nightly.devel
40
40
41
41
sleep 2
42
42
43
43
n=0
44
44
# timeout value for startup
45
45
timeout=60
46
- while [[ (-z ` curl -H ' Authorization: Basic cm9vdDo= ' -s ' http://127.0.0.1:8529/_api/version' ` ) && (n -lt timeout) ]] ; do
46
+ while [[ (-z ` curl -H ' Authorization: Basic cm9vdDp0ZXN0 ' -s ' http://127.0.0.1:8529/_api/version' ` ) && (n -lt timeout) ]] ; do
47
47
echo -n " ."
48
48
sleep 1s
49
49
n=$[$n +1]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments