-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Elixir and Erlang/OTP versions
Erlang/OTP 28 [erts-16.1] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit]
Elixir 1.19.0-rc.1 (f642b30) (compiled with Erlang/OTP 28)
Operating system
MacOS 15.6 and docker erlang:28.1
Current behavior
After upgrading, mix test
for our umbrella app become very slow.
1.19.0-rc.0 (otp 28.1): 1m 23s — all tests passed
1.19.0-rc.1 (otp 28.1): 14m 58s — multiple tests failed with process-related errors
It looks like it's running tests for an app and then waiting for something to happen before running tests for the next one.
Expected behavior
Tests should pass in a similar time as in earlier versions of Elixir
Metadata
Metadata
Assignees
Labels
No labels