PCBC-995: The SDK should throw an InvalidArgumentException when an empty VectorSearch is constructed #64
tests.yml
on: pull_request
source
1m 24s
Matrix: build_linux_x86_64
Matrix: alpine
Matrix: build_macos_arm64
Matrix: build_macos_x86_64
Matrix: build_windows
Matrix: mock_linux_x86_64
Matrix: server_linux_x86_64
Matrix: mock_alpine
Matrix: mock_macos_arm64
Matrix: mock_macos_x86_64
Matrix: mock_windows
Annotations
50 errors and 1 warning
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/AnalyticsTest.php.testScopeAnalyticsQuery:
tests/AnalyticsTest.php#L33
AnalyticsTest::testScopeAnalyticsQuery
Couchbase\Exception\InternalServerFailureException: internal_server_failure (5): "unable to execute HTTP operation "analytics_query"", serverError=23000, "Analytics Service is temporarily unavailable"
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/AnalyticsTest.php.testClusterAnalyticsQuery:
tests/AnalyticsTest.php#L57
AnalyticsTest::testClusterAnalyticsQuery
Couchbase\Exception\InternalServerFailureException: internal_server_failure (5): "unable to execute HTTP operation "analytics_query"", serverError=23000, "Analytics Service is temporarily unavailable"
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/AnalyticsTest.php.testRowsShapeAssociative:
tests/AnalyticsTest.php#L79
AnalyticsTest::testRowsShapeAssociative
Couchbase\Exception\InternalServerFailureException: internal_server_failure (5): "unable to execute HTTP operation "analytics_query"", serverError=23000, "Analytics Service is temporarily unavailable"
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/AnalyticsTest.php.testRowsShapeNonAssociative:
tests/AnalyticsTest.php#L91
AnalyticsTest::testRowsShapeNonAssociative
Couchbase\Exception\InternalServerFailureException: internal_server_failure (5): "unable to execute HTTP operation "analytics_query"", serverError=23000, "Analytics Service is temporarily unavailable"
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/AnalyticsTest.php.testRowsShapeDefault:
tests/AnalyticsTest.php#L103
AnalyticsTest::testRowsShapeDefault
Couchbase\Exception\InternalServerFailureException: internal_server_failure (5): "unable to execute HTTP operation "analytics_query"", serverError=23000, "Analytics Service is temporarily unavailable"
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testBucketDurabilityLevel:
tests/BucketManagerTest.php#L290
BucketManagerTest::testBucketDurabilityLevel
Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketConflictResolutionSeqNo:
tests/BucketManagerTest.php#L321
BucketManagerTest::testCreateBucketConflictResolutionSeqNo
Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testDropCollectionDeprecatedApi:
tests/CollectionManagerTest.php#L138
CollectionManagerTest::testDropCollectionDeprecatedApi
Failed asserting that false is true.
|
server_linux_x86_64 (8.3, nts, 7.1.6)
Process completed with exit code 1.
|
server_linux_x86_64 (8.3, nts, 7.2.4)
Process completed with exit code 1.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketFlushEnable:
tests/BucketManagerTest.php#L117
BucketManagerTest::testCreateBucketFlushEnable
Couchbase\Exception\InternalServerFailureException: internal_server_failure (5): "unable to execute HTTP operation "bucket_flush""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testBucketDurabilityLevel:
tests/BucketManagerTest.php#L290
BucketManagerTest::testBucketDurabilityLevel
Failed asserting that two strings are equal.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketConflictResolutionSeqNo:
tests/BucketManagerTest.php#L321
BucketManagerTest::testCreateBucketConflictResolutionSeqNo
Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testUpdateHistory:
tests/BucketManagerTest.php#L376
BucketManagerTest::testUpdateHistory
Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketFlushEnable:
tests/BucketManagerTest.php#L117
BucketManagerTest::testCreateBucketFlushEnable
Couchbase\Exception\InternalServerFailureException: internal_server_failure (5): "unable to execute HTTP operation "bucket_flush""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testBucketCompressionMode:
tests/BucketManagerTest.php#L266
BucketManagerTest::testBucketCompressionMode
Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_update""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testBucketDurabilityLevel:
tests/BucketManagerTest.php#L290
BucketManagerTest::testBucketDurabilityLevel
Failed asserting that two strings are equal.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testDropCollectionDeprecatedApi:
tests/CollectionManagerTest.php#L138
CollectionManagerTest::testDropCollectionDeprecatedApi
Failed asserting that false is true.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testDropCollection:
tests/CollectionManagerTest.php#L211
CollectionManagerTest::testDropCollection
Failed asserting that false is true.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testSearchWithConsistency:
tests/SearchTest.php#L207
SearchTest::testSearchWithConsistency
Exception: Excepted rows to not to be empty
|
server_linux_x86_64 (8.3, zts, 7.1.6)
Process completed with exit code 1.
|
server_linux_x86_64 (8.3, zts, 7.2.4)
Process completed with exit code 1.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testDropBucket:
tests/BucketManagerTest.php#L72
BucketManagerTest::testDropBucket
Failed asserting that exception of type "Couchbase\Exception\BucketNotFoundException" is thrown.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketRamQuota:
tests/BucketManagerTest.php#L106
BucketManagerTest::testCreateBucketRamQuota
Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketFlushEnable:
tests/BucketManagerTest.php#L117
BucketManagerTest::testCreateBucketFlushEnable
Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketStorageBackendCouchstore:
tests/BucketManagerTest.php#L209
BucketManagerTest::testCreateBucketStorageBackendCouchstore
Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testBucketCompressionMode:
tests/BucketManagerTest.php#L266
BucketManagerTest::testBucketCompressionMode
Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testUpdateHistory:
tests/BucketManagerTest.php#L376
BucketManagerTest::testUpdateHistory
Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testCreateScopeAndGetAllScopes:
tests/CollectionManagerTest.php#L42
CollectionManagerTest::testCreateScopeAndGetAllScopes
Failed asserting that false is true.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testDropScopes:
tests/CollectionManagerTest.php#L57
CollectionManagerTest::testDropScopes
Failed asserting that true is false.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testDropCollectionDeprecatedApi:
tests/CollectionManagerTest.php#L138
CollectionManagerTest::testDropCollectionDeprecatedApi
Failed asserting that false is true.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testDropCollection:
tests/CollectionManagerTest.php#L211
CollectionManagerTest::testDropCollection
Failed asserting that true is false.
|
server_linux_x86_64 (8.3, zts, 7.6.0)
Process completed with exit code 1.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testUpdateHistory:
tests/BucketManagerTest.php#L376
BucketManagerTest::testUpdateHistory
Failed asserting that false is true.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/KeyValueLookupInTest.php.testSubdocumentLookupAnyReplicaCanFetchExpiry:
tests/KeyValueLookupInTest.php#L119
KeyValueLookupInTest::testSubdocumentLookupAnyReplicaCanFetchExpiry
null does not match expected type "object".
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testCompoundSearchQueries:
tests/SearchTest.php#L395
SearchTest::testCompoundSearchQueries
Failed asserting that 6 is equal to 10 or is greater than 10.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testSearchWithFacets:
tests/SearchTest.php#L456
SearchTest::testSearchWithFacets
Failed asserting that 9 is equal to 10 or is greater than 10.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testDropScopes:
tests/CollectionManagerTest.php#L57
CollectionManagerTest::testDropScopes
Failed asserting that true is false.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testSearchWithFragments:
tests/SearchTest.php#L434
SearchTest::testSearchWithFragments
Failed asserting that 'Samuel Adams Hallertau Imperial Pilsner' matches PCRE pattern "/<mark>/".
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testSearchWithFacets:
tests/SearchTest.php#L456
SearchTest::testSearchWithFacets
Failed asserting that 9 is equal to 10 or is greater than 10.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/ViewTest.php.testConsistency:
tests/ViewTest.php#L23
ViewTest::testConsistency
Couchbase\Exception\AmbiguousTimeoutException: ambiguous_timeout (13): "unable to execute HTTP operation "view_query""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/ViewTest.php.testGrouping:
tests/ViewTest.php#L62
ViewTest::testGrouping
Couchbase\Exception\AmbiguousTimeoutException: ambiguous_timeout (13): "unable to execute HTTP operation "view_query""
|
server_linux_x86_64 (8.3, zts, 7.0.5)
Process completed with exit code 1.
|
server_linux_x86_64 (8.3, nts, 7.0.5)
Process completed with exit code 1.
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testEphemeralBucketEvictionPolicyNRUEviction:
tests/BucketManagerTest.php#L197
BucketManagerTest::testEphemeralBucketEvictionPolicyNRUEviction
Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testDropScopes:
tests/CollectionManagerTest.php#L57
CollectionManagerTest::testDropScopes
Couchbase\Exception\ScopeNotFoundException: scope_not_found (16): "unable to execute HTTP operation "scope_drop"", errors={"_":"Scope with name \"scope_69451768f1a15d621aa171352169d089\" is not found"}
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/ViewTest.php.testConsistency:
tests/ViewTest.php#L23
ViewTest::testConsistency
Couchbase\Exception\AmbiguousTimeoutException: ambiguous_timeout (13): "unable to execute HTTP operation "view_query""
|
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/ViewTest.php.testGrouping:
tests/ViewTest.php#L62
ViewTest::testGrouping
Couchbase\Exception\AmbiguousTimeoutException: ambiguous_timeout (13): "unable to execute HTTP operation "view_query""
|
D:\a\couchbase-php-client\couchbase-php-client\tests\KeyValueLockingTest.php.testPessimisticLockingWorkflow:
tests/KeyValueLockingTest.php#L30
KeyValueLockingTest::testPessimisticLockingWorkflow
Failed asserting that '17d6c769b7b600ca' is not equal to '17d6c769b7b600ca'.
|
mock_windows (8.2, nts)
Process completed with exit code 1.
|
build_macos_arm64 (8.2, nts)
Received request to deprovision: The request was cancelled by the remote provider.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
8.3-nts-7.0.5-logs
Expired
|
29.5 MB |
|
8.3-nts-7.1.6-logs
Expired
|
19.3 MB |
|
8.3-nts-7.2.4-logs
Expired
|
23.8 MB |
|
8.3-zts-7.0.5-logs
Expired
|
30.2 MB |
|
8.3-zts-7.1.6-logs
Expired
|
19.5 MB |
|
8.3-zts-7.2.4-logs
Expired
|
23.2 MB |
|
8.3-zts-7.6.0-logs
Expired
|
30 MB |
|
couchbase-4.2.1.5
Expired
|
6.08 MB |
|
couchbase-4.2.1.5-php8.1-nts-linux-x86_64
Expired
|
4.63 MB |
|
couchbase-4.2.1.5-php8.1-nts-macos-arm64
Expired
|
5 MB |
|
couchbase-4.2.1.5-php8.1-nts-macos-x86_64
Expired
|
5.13 MB |
|
couchbase-4.2.1.5-php8.1-nts-windows-x64
Expired
|
6.05 MB |
|
couchbase-4.2.1.5-php8.1-nts-windows-x86
Expired
|
5.12 MB |
|
couchbase-4.2.1.5-php8.1-zts-linux-x86_64
Expired
|
4.63 MB |
|
couchbase-4.2.1.5-php8.1-zts-macos-arm64
Expired
|
5.01 MB |
|
couchbase-4.2.1.5-php8.1-zts-macos-x86_64
Expired
|
5.13 MB |
|
couchbase-4.2.1.5-php8.1-zts-windows-x64
Expired
|
6.05 MB |
|
couchbase-4.2.1.5-php8.1-zts-windows-x86
Expired
|
5.12 MB |
|
couchbase-4.2.1.5-php8.2-nts-linux-x86_64
Expired
|
4.63 MB |
|
couchbase-4.2.1.5-php8.2-nts-macos-arm64
Expired
|
5 MB |
|
couchbase-4.2.1.5-php8.2-nts-macos-x86_64
Expired
|
5.13 MB |
|
couchbase-4.2.1.5-php8.2-nts-windows-x64
Expired
|
6.05 MB |
|
couchbase-4.2.1.5-php8.2-nts-windows-x86
Expired
|
5.12 MB |
|
couchbase-4.2.1.5-php8.2-zts-linux-x86_64
Expired
|
4.63 MB |
|
couchbase-4.2.1.5-php8.2-zts-macos-arm64
Expired
|
5.01 MB |
|
couchbase-4.2.1.5-php8.2-zts-macos-x86_64
Expired
|
5.13 MB |
|
couchbase-4.2.1.5-php8.2-zts-windows-x64
Expired
|
6.05 MB |
|
couchbase-4.2.1.5-php8.2-zts-windows-x86
Expired
|
5.12 MB |
|
couchbase-4.2.1.5-php8.3-nts-linux-x86_64
Expired
|
4.63 MB |
|
couchbase-4.2.1.5-php8.3-nts-macos-arm64
Expired
|
5 MB |
|
couchbase-4.2.1.5-php8.3-nts-macos-x86_64
Expired
|
5.13 MB |
|
couchbase-4.2.1.5-php8.3-nts-windows-x64
Expired
|
6.05 MB |
|
couchbase-4.2.1.5-php8.3-nts-windows-x86
Expired
|
5.12 MB |
|
couchbase-4.2.1.5-php8.3-zts-linux-x86_64
Expired
|
4.63 MB |
|
couchbase-4.2.1.5-php8.3-zts-macos-arm64
Expired
|
5.01 MB |
|
couchbase-4.2.1.5-php8.3-zts-macos-x86_64
Expired
|
5.13 MB |
|
couchbase-4.2.1.5-php8.3-zts-windows-x64
Expired
|
6.05 MB |
|
couchbase-4.2.1.5-php8.3-zts-windows-x86
Expired
|
5.12 MB |
|
couchbase-4.2.1.5-php81-nts-linux-musl-x86_64
Expired
|
4.75 MB |
|
couchbase-4.2.1.5-php82-nts-linux-musl-x86_64
Expired
|
4.75 MB |
|
couchbase-4.2.1.5-php83-nts-linux-musl-x86_64
Expired
|
4.75 MB |
|
docs-4.2.1.5
Expired
|
5.25 MB |
|
scripts-4.2.1.5
Expired
|
11.9 KB |
|
tests-4.2.1.5
Expired
|
63.6 KB |
|