Re-work connections and connection pool in favor of Node Pool #1014
continuous-integration.yaml
on: pull_request
Coding style
21s
PHPStan
23s
Matrix: phpunit
Annotations
21 errors
PHPUnit (PHP 8.1, ES 8.5.3)
Process completed with exit code 2.
|
PHPUnit (PHP 8.1, ES 7.17.9)
Process completed with exit code 2.
|
PHPUnit (PHP 8.1, ES 8.0.1)
Process completed with exit code 2.
|
PHPUnit (PHP 8.1, ES 8.9.0-SNAPSHOT)
Process completed with exit code 2.
|
PHPUnit (PHP 8.2, ES 7.17.9)
Process completed with exit code 2.
|
PHPUnit (PHP 8.1, ES 8.7.1)
Process completed with exit code 2.
|
PHPUnit (PHP 8.0, ES 7.17.9)
Process completed with exit code 2.
|
PHPUnit (PHP 8.0, ES 7.17.9)
Process completed with exit code 2.
|
PHPUnit (PHP 8.1, ES 8.6.2)
Process completed with exit code 2.
|
PHPUnit (PHP 8.1, ES 8.8.0)
Process completed with exit code 2.
|
PHPStan:
tests/Base.php#L63
Access to constant DEFAULT_HOST on an unknown class Elastica\Connection.
|
PHPStan:
tests/Base.php#L68
Access to constant DEFAULT_PORT on an unknown class Elastica\Connection.
|
PHPStan:
tests/Base.php#L73
Access to constant DEFAULT_HOST on an unknown class Elastica\Connection.
|
PHPStan:
tests/Base.php#L80
Access to constant DEFAULT_HOST on an unknown class Elastica\Connection.
|
PHPStan:
tests/ClientFunctionalTest.php#L380
Instantiated class Elastica\Test\Connection not found.
|
PHPStan:
tests/ClientFunctionalTest.php#L381
Instantiated class Elastica\Test\Connection not found.
|
PHPStan:
tests/ClientFunctionalTest.php#L383
Call to an undefined method Elastica\Client::setConnections().
|
PHPStan:
tests/ClientFunctionalTest.php#L387
Call to an undefined method Elastica\Client::getConnections().
|
PHPStan:
tests/ClientFunctionalTest.php#L418
Instantiated class Elastica\Test\Connection not found.
|
PHPStan:
tests/ClientFunctionalTest.php#L419
Instantiated class Elastica\Test\Connection not found.
|
PHPUnit (PHP 8.1, ES 8.1.3)
Process completed with exit code 2.
|