- Notifications
You must be signed in to change notification settings - Fork49
Open
Description
Latest commit from the devel branch:
commit00e25f3 (upstream/devel, upstream/HEAD, devel)
Author: jsteemannjsteemann@users.noreply.github.com
Date: 2022-02-07 09:45:57 +0100fix metrics handling after server-side change
with arangodb/arangodb-preview:3.9.0-nightly
image ID:9452756ce24c
and20036be3c259
docker run -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb-preview:3.9.0-nightly arangod --database.extended-names-databasestrue
phpunit --configuration='./tests/phpunit-connection-close.xml' tests/AdminTest.phpThere was 1 failure:1) ArangoDBClient\AdminTest::testGetServerMetricsFailed asserting that false is true./.../tests/AdminTest.php:261
with arangodb/arangodb:3.9.0-noavx
docker run -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb:3.9.0-noavx arangod --database.extended-names-databases true
phpunit --configuration='./tests/phpunit-connection-close.xml' tests/AdminTest.phpThere was 1 failure:1) ArangoDBClient\AdminTest::testGetServerMetricsFailed asserting thatfalse is true./.../tests/AdminTest.php:261
with arangodb/arangodb:3.8.6
docker run -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb:3.8.6 arangod
phpunit --configuration='./tests/phpunit-connection-close.xml' tests/AdminTest.phpThere were 2 failures:1) ArangoDBClient\AdminTest::testSetServerLogLevelsshould not end up hereFailed asserting that false is true./.../tests/AdminTest.php:1572) ArangoDBClient\AdminTest::testGetServerMetricsFailed asserting that false is true./.../tests/AdminTest.php:261
with arangodb/arangodb:3.7.17
docker run -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb:3.7.17 arangod
phpunit --configuration='./tests/phpunit-connection-close.xml' tests/AdminTest.phpThere was 1 error:1) ArangoDBClient\AdminTest::testGetServerLogEntriesArangoDBClient\ServerException: superfluous suffix, expecting /_admin/log/level/.../lib/ArangoDBClient/Connection.php:721/.../lib/ArangoDBClient/Connection.php:213/.../lib/ArangoDBClient/Connection.php:336/.../lib/ArangoDBClient/Connection.php:214/.../lib/ArangoDBClient/AdminHandler.php:204/.../tests/AdminTest.php:169--There were 2 failures:1) ArangoDBClient\AdminTest::testSetServerLogLevelsshould not end up hereFailed asserting that false is true./.../tests/AdminTest.php:1572) ArangoDBClient\AdminTest::testGetServerMetricsFailed asserting that false is true./.../tests/AdminTest.php:261
https://app.travis-ci.com/github/arangodb/arangodb-php/jobs/565309583
Metadata
Metadata
Assignees
Labels
No labels