Skip to content

PCBC-988: fix type annotation for JsonSerializable implementations #51

PCBC-988: fix type annotation for JsonSerializable implementations

PCBC-988: fix type annotation for JsonSerializable implementations #51

Re-run triggered April 25, 2024 15:54
Status Failure
Total duration 14m 55s
Artifacts 53

tests.yml

on: pull_request
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
Fit to window
Zoom out
Zoom in

Annotations

46 errors
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\InternalServerFailureException" matches expected exception "Couchbase\Exception\BucketNotFoundException". Message was: "internal_server_failure (5): "unable to execute HTTP operation "bucket_get""" at
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateHistory: tests/BucketManagerTest.php#L358
BucketManagerTest::testCreateHistory 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 Failed asserting that false is true.
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.testEphemeralBucketEvictionPolicyNoEviction: tests/BucketManagerTest.php#L185
BucketManagerTest::testEphemeralBucketEvictionPolicyNoEviction 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 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\InvalidArgumentException: invalid_argument (3): "unable to execute HTTP operation "bucket_create"", errors={"ramQuota":"RAM quota specified is too large to be provisioned into this cluster."}
/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/SearchTest.php.testSearchWithConsistency: tests/SearchTest.php#L207
SearchTest::testSearchWithConsistency Exception: Excepted rows to not to be empty
server_linux_x86_64 (8.3, nts, 7.1.6)
Process completed with exit code 1.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketReplicaIndexes: tests/BucketManagerTest.php#L156
BucketManagerTest::testCreateBucketReplicaIndexes 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.testBucketDurabilityLevel: tests/BucketManagerTest.php#L290
BucketManagerTest::testBucketDurabilityLevel Failed asserting that two strings are equal.
server_linux_x86_64 (8.3, zts, 7.1.6)
Process completed with exit code 1.
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.testCreateMemcachedBucket: tests/BucketManagerTest.php#L49
BucketManagerTest::testCreateMemcachedBucket 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/BucketManagerTest.php.testCreateBucketConflictResolutionTimestamp: tests/BucketManagerTest.php#L333
BucketManagerTest::testCreateBucketConflictResolutionTimestamp Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
/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/BucketManagerTest.php.testCreateBucketNumReplicas: tests/BucketManagerTest.php#L146
BucketManagerTest::testCreateBucketNumReplicas Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testSearchWithLimit: tests/SearchTest.php#L149
SearchTest::testSearchWithLimit Failed asserting that actual size 1 matches expected size 2.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testSearchQueryWithRequestApi: tests/SearchTest.php#L170
SearchTest::testSearchQueryWithRequestApi Failed asserting that actual size 1 matches expected size 2.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testSearchWithConsistency: tests/SearchTest.php#L207
SearchTest::testSearchWithConsistency Couchbase\Exception\AmbiguousTimeoutException: ambiguous_timeout (13): "unable to execute HTTP operation "search_query""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testCompoundSearchQueries: tests/SearchTest.php#L395
SearchTest::testCompoundSearchQueries Failed asserting that 9 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 two strings are equal.
server_linux_x86_64 (8.3, nts, 7.6.0)
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.testCreateEphemeralBucket: tests/BucketManagerTest.php#L61
BucketManagerTest::testCreateEphemeralBucket 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.testCreateBucketReplicaIndexes: tests/BucketManagerTest.php#L156
BucketManagerTest::testCreateBucketReplicaIndexes Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
/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/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 Failed asserting that 1 matches expected 4.
/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/SearchTest.php.testSearchWithConsistency: tests/SearchTest.php#L207
SearchTest::testSearchWithConsistency Exception: Excepted rows to not to be empty
/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.

Artifacts

Produced during runtime
Name Size
8.3-nts-7.0.5-logs Expired
30.9 MB
8.3-nts-7.1.6-logs Expired
20 MB
8.3-nts-7.2.4-logs Expired
21.7 MB
8.3-nts-7.6.0-logs Expired
30.1 MB
8.3-zts-7.0.5-logs Expired
31.7 MB
8.3-zts-7.1.6-logs Expired
21.8 MB
8.3-zts-7.2.4-logs Expired
20.9 MB
8.3-zts-7.6.0-logs Expired
29.2 MB