Skip to content

fix tests

fix tests #101

Triggered via pull request October 2, 2024 22:13
Status Failure
Total duration 22m 58s
Artifacts 43

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

25 errors
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/QueryIndexManagerTest.php.testQueryIndexesCrud: tests/QueryIndexManagerTest.php#L48
QueryIndexManagerTest::testQueryIndexesCrud Couchbase\Exception\AmbiguousTimeoutException: ambiguous_timeout (13): "unable to execute HTTP operation "query_index_create""
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/QueryIndexManagerTest.php.testQueryIndexesCrud: tests/QueryIndexManagerTest.php#L48
QueryIndexManagerTest::testQueryIndexesCrud Couchbase\Exception\AmbiguousTimeoutException: ambiguous_timeout (13): "unable to execute HTTP operation "query_index_create""
server_linux_x86_64 (8.3, zts, 7.1.6)
Process completed with exit code 1.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/KeyValueLookupInTest.php.testSubdocumentLookupAllReplicas: tests/KeyValueLookupInTest.php#L165
KeyValueLookupInTest::testSubdocumentLookupAllReplicas Couchbase\Exception\DocumentNotFoundException: document_not_found (101): "unable to execute lookup_in_all_replicas", {"bucket":"default","collection":"_default","error_map_info":{"desc":"Not Found","name":"KEY_ENOENT"},"id":"991584e653299b5514ead61b7dd62e19","last_dispatched_from":"172.17.0.1:46252","last_dispatched_to":"172.17.0.2:11210","opaque":73,"operation_id":"d0/882d5a-3b8c-4d43-e2d7-6544e93d98915b","retry_attempts":0,"retry_reasons":[],"scope":"_default","status":"not_found (0x01)"}
server_linux_x86_64 (8.3, nts, 7.6.3)
Process completed with exit code 1.
D:\a\couchbase-php-client\couchbase-php-client\tests\KeyValueLockingTest.php.testPessimisticLockingWorkflow: tests/KeyValueLockingTest.php#L30
KeyValueLockingTest::testPessimisticLockingWorkflow Failed asserting that '17fac3a8a1f500ca' is not equal to '17fac3a8a1f500ca'.
mock_windows (8.2, nts)
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/SearchIndexManagerTest.php.testAnalyzeDocument: tests/SearchIndexManagerTest.php#L108
SearchIndexManagerTest::testAnalyzeDocument Couchbase\Exception\InternalServerFailureException: internal_server_failure (5): "unable to execute HTTP operation "search_index_analyze_document""
/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/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#L64
ViewTest::testGrouping Couchbase\Exception\AmbiguousTimeoutException: ambiguous_timeout (13): "unable to execute HTTP operation "view_query""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchIndexManagerTest.php.testAnalyzeDocument: tests/SearchIndexManagerTest.php#L108
SearchIndexManagerTest::testAnalyzeDocument Couchbase\Exception\InternalServerFailureException: internal_server_failure (5): "unable to execute HTTP operation "search_index_analyze_document""
/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#L64
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.
/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.testSearchWithFields: tests/SearchTest.php#L247
SearchTest::testSearchWithFields Failed asserting that actual size 1 matches expected size 2.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testSearchWithSort: tests/SearchTest.php#L291
SearchTest::testSearchWithSort Failed asserting that actual size 1 matches expected size 2.
/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.
server_linux_x86_64 (8.3, zts, 7.6.3)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
8.3-nts-7.0.5-logs
26.9 MB
8.3-nts-7.1.6-logs
17.7 MB
8.3-nts-7.6.3-logs
29.2 MB
8.3-zts-7.0.5-logs
29.9 MB
8.3-zts-7.1.6-logs
17.4 MB
8.3-zts-7.6.3-logs
28.9 MB
couchbase-4.2.3.6
6.14 MB
couchbase-4.2.3.6-php8.1-nts-linux-x86_64
4.82 MB
couchbase-4.2.3.6-php8.1-nts-macos-arm64
5.38 MB
couchbase-4.2.3.6-php8.1-nts-macos-x86_64
5.36 MB
couchbase-4.2.3.6-php8.1-nts-windows-x64
6.33 MB
couchbase-4.2.3.6-php8.1-nts-windows-x86
5.34 MB
couchbase-4.2.3.6-php8.1-zts-linux-x86_64
4.83 MB
couchbase-4.2.3.6-php8.1-zts-macos-arm64
5.38 MB
couchbase-4.2.3.6-php8.1-zts-macos-x86_64
5.37 MB
couchbase-4.2.3.6-php8.1-zts-windows-x64
6.33 MB
couchbase-4.2.3.6-php8.1-zts-windows-x86
5.35 MB
couchbase-4.2.3.6-php8.2-nts-linux-x86_64
4.82 MB
couchbase-4.2.3.6-php8.2-nts-macos-arm64
5.38 MB
couchbase-4.2.3.6-php8.2-nts-macos-x86_64
5.36 MB
couchbase-4.2.3.6-php8.2-nts-windows-x64
6.33 MB
couchbase-4.2.3.6-php8.2-nts-windows-x86
5.35 MB
couchbase-4.2.3.6-php8.2-zts-linux-x86_64
4.83 MB
couchbase-4.2.3.6-php8.2-zts-macos-arm64
5.38 MB
couchbase-4.2.3.6-php8.2-zts-macos-x86_64
5.37 MB
couchbase-4.2.3.6-php8.2-zts-windows-x64
6.33 MB
couchbase-4.2.3.6-php8.2-zts-windows-x86
5.35 MB
couchbase-4.2.3.6-php8.3-nts-linux-x86_64
4.82 MB
couchbase-4.2.3.6-php8.3-nts-macos-arm64
5.38 MB
couchbase-4.2.3.6-php8.3-nts-macos-x86_64
5.36 MB
couchbase-4.2.3.6-php8.3-nts-windows-x64
6.33 MB
couchbase-4.2.3.6-php8.3-nts-windows-x86
5.35 MB
couchbase-4.2.3.6-php8.3-zts-linux-x86_64
4.83 MB
couchbase-4.2.3.6-php8.3-zts-macos-arm64
5.38 MB
couchbase-4.2.3.6-php8.3-zts-macos-x86_64
5.36 MB
couchbase-4.2.3.6-php8.3-zts-windows-x64
6.33 MB
couchbase-4.2.3.6-php8.3-zts-windows-x86
5.34 MB
couchbase-4.2.3.6-php81-nts-linux-musl-x86_64
4.93 MB
couchbase-4.2.3.6-php82-nts-linux-musl-x86_64
4.93 MB
couchbase-4.2.3.6-php83-nts-linux-musl-x86_64
4.93 MB
docs-4.2.3.6
5.31 MB
scripts-4.2.3.6 Expired
12 KB
tests-4.2.3.6 Expired
67.8 KB