Skip to content
New issue

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 Harness and Acceptance test #550

Open
roxblnfk opened this issue Jan 11, 2025 · 0 comments
Open

Check Harness and Acceptance test #550

roxblnfk opened this issue Jan 11, 2025 · 0 comments
Labels
Bug Something isn't working Tests Update tests or testing tools
Milestone

Comments

@roxblnfk
Copy link
Collaborator

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)
@roxblnfk roxblnfk added Bug Something isn't working Tests Update tests or testing tools labels Jan 11, 2025
@roxblnfk roxblnfk added this to the 2.12.3 milestone Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Tests Update tests or testing tools
Projects
None yet
Development

No branches or pull requests

1 participant