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

[Bug] Failure to start ephemeral server prevents shutdown of the process #1443

Open
mjameswh opened this issue Jun 14, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@mjameswh
Copy link
Contributor

Describe the bug

We regularly see patterns like the following in our CI; I presume this also affects users. The cause of the failure to start an ephemeral server isn't important (in this case, trying to use the time skipping server on Linux ARM, which isn't supported).

integration-workflows › before hook
Rejected promise returned by test. Reason:
UnexpectedError {
  message: 'Failed to start ephemeral server: HTTP status client error (404 Not Found) for url (https://temporal.download/temporal-test-server/default?arch=arm64&platform=linux&sdk-name=sdk-typescript&sdk-version=1.10.1)',
}

integration-workflows › after.always hook
Rejected promise returned by test. Reason:
TypeError {
  message: 'Cannot read properties of undefined (reading \'teardown\')',
}
› <anonymous> (src/helpers-integration.ts:89:30)

...then process never completes shutdown
@mjameswh mjameswh added the bug Something isn't working label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant