You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Embassy to mock our internals API for testing purposes and since we are upgrading our environment (Xcode 11.3.1 to Xcode 12.4) we are experiencing some bugs in our tests in release configuration.
After digging into the issue, we cloned the repository and try to run the unit tests in release and it seems that the library's tests are having the same issue as we do, the tests on the body features are crashing in release (HTTPServerTests.testPostBody(), HTTPServerTests.testPostWithInitialBody() for instance).
@Goos Sorry for the mention but I couldn't find any maintainer for this project.
Could you please have a look into this issue ? I proposed a quick-fix in the PR #97, I would happily update it with your recommendations if needed.
Thank you
Description of the issue
We are using Embassy to mock our internals API for testing purposes and since we are upgrading our environment (Xcode 11.3.1 to Xcode 12.4) we are experiencing some bugs in our tests in release configuration.
After digging into the issue, we cloned the repository and try to run the unit tests in release and it seems that the library's tests are having the same issue as we do, the tests on the body features are crashing in release (
HTTPServerTests.testPostBody()
,HTTPServerTests.testPostWithInitialBody()
for instance).SelectorEventLoop+177
Has anyone experiencing this during the transition to Xcode 12?
Environment
macOS Big Sur 11.2.3 (intel)
Xcode 12.4 (12D4e)
Embassy 4.1.3
Reproduction
Run these unit tests in release configuration:
HTTPServerTests.testPostBody()
HTTPServerTests.testPostWithInitialBody()
Both tests shall fail.
The text was updated successfully, but these errors were encountered: