We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check why Harness test is failing: Test case: https://github.com/temporalio/features/blob/5a0e5ad50ec0c927bf7acca2cfac5fb14f2bd09a/features/child_workflow/throws_on_execute/feature.php Run: https://github.com/temporalio/features/actions/runs/12713467168/job/35457744674
Running check Harness\Feature\ChildWorkflow\ThrowsOnExecute\FeatureChecker::check FAILED Temporal\Exception\Client\TimeoutException {#261 #message: "Deadline Exceeded (code: 4)" #code: 4 #file: "./vendor/temporal/sdk/src/Client/GRPC/BaseClient.php" #line: 291 -previous: Temporal\Exception\Client\ServiceClientException {#246 #message: "Deadline Exceeded (code: 4)" #code: 4 #file: "./vendor/temporal/sdk/src/Client/GRPC/BaseClient.php" #line: 284 -status: Google\Rpc\Status {#262 message: "google.rpc.Status" values: [] } trace: { ./vendor/temporal/sdk/src/Client/GRPC/BaseClient.php:284 { …} ./vendor/temporal/sdk/src/Client/GRPC/BaseClient.php:252 { …} ./vendor/temporal/sdk/src/Client/GRPC/ServiceClient.php:137 { …} ./vendor/temporal/sdk/src/Internal/Client/WorkflowStub.php:576 { …} ./vendor/temporal/sdk/src/Internal/Client/WorkflowStub.php:491 { …} ./vendor/temporal/sdk/src/Internal/Client/WorkflowStub.php:423 { …} ./vendor/temporal/sdk/src/Internal/Interceptor/Pipeline.php:92 { …} ./vendor/temporal/sdk/src/Internal/Client/WorkflowStub.php:432 { …} /home/runner/work/features/features/features/features/child_workflow/throws_on_execute/feature.php:49 { Harness\Feature\ChildWorkflow\ThrowsOnExecute\FeatureChecker::check(WorkflowStubInterface $stub): void › try { › $stub->getResult(); › throw new \Exception('Expected exception'); } Harness\Feature\ChildWorkflow\ThrowsOnExecute\FeatureChecker::check() {} ./vendor/spiral/core/src/Internal/Invoker.php:59 { …} ./vendor/spiral/core/src/Container.php:292 { …} /home/runner/work/features/features/features/harness/php/runner.php:108 { …} {closure}() {} ./vendor/spiral/core/src/Internal/Invoker.php:77 { …} ./vendor/spiral/core/src/Container.php:292 { …} ./vendor/spiral/core/src/Container.php:404 { …} ./vendor/spiral/core/src/ContainerScope.php:46 { …} ./vendor/spiral/core/src/Container.php:399 { …} ./vendor/spiral/core/src/Container.php:[181](https://github.com/temporalio/features/actions/runs/12713467168/job/35457744674#step:10:182) { …} /home/runner/work/features/features/features/harness/php/runner.php:99 { …} } } trace: { ./vendor/temporal/sdk/src/Client/GRPC/BaseClient.php:291 { …} ./vendor/temporal/sdk/src/Client/GRPC/BaseClient.php:252 { …} ./vendor/temporal/sdk/src/Client/GRPC/ServiceClient.php:137 { …} ./vendor/temporal/sdk/src/Internal/Client/WorkflowStub.php:576 { …} ./vendor/temporal/sdk/src/Internal/Client/WorkflowStub.php:491 { …} ./vendor/temporal/sdk/src/Internal/Client/WorkflowStub.php:423 { …} ./vendor/temporal/sdk/src/Internal/Interceptor/Pipeline.php:92 { …} ./vendor/temporal/sdk/src/Internal/Client/WorkflowStub.php:432 { …} /home/runner/work/features/features/features/features/child_workflow/throws_on_execute/feature.php:49 { Harness\Feature\ChildWorkflow\ThrowsOnExecute\FeatureChecker::check(WorkflowStubInterface $stub): void › try { › $stub->getResult(); › throw new \Exception('Expected exception'); } Harness\Feature\ChildWorkflow\ThrowsOnExecute\FeatureChecker::check() {} ./vendor/spiral/core/src/Internal/Invoker.php:59 { …} ./vendor/spiral/core/src/Container.php:292 { …} /home/runner/work/features/features/features/harness/php/runner.php:108 { …} {closure}() {} ./vendor/spiral/core/src/Internal/Invoker.php:77 { …} ./vendor/spiral/core/src/Container.php:292 { …} ./vendor/spiral/core/src/Container.php:404 { …} ./vendor/spiral/core/src/ContainerScope.php:46 { …} ./vendor/spiral/core/src/Container.php:399 { …} ./vendor/spiral/core/src/Container.php:181 { …} /home/runner/work/features/features/features/harness/php/runner.php:99 { …} } } -> /home/runner/work/features/features/features/features/child_workflow/throws_on_execute/feature.php:49 TimeoutException Deadline Exceeded (code: 4) ServiceClientException Deadline Exceeded (code: 4)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check why Harness test is failing:
Test case: https://github.com/temporalio/features/blob/5a0e5ad50ec0c927bf7acca2cfac5fb14f2bd09a/features/child_workflow/throws_on_execute/feature.php
Run: https://github.com/temporalio/features/actions/runs/12713467168/job/35457744674
The text was updated successfully, but these errors were encountered: