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

Support Elixir 1.18 in CI #124

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Conversation

kianmeng
Copy link
Contributor

No description provided.

@kianmeng
Copy link
Contributor Author

Is this error intended in test?

$ mix test                                          
Generated flow app                                                                               
Running ExUnit with seed: 618358, max_cases: 16                                                  
                                                                                                 
.................................................................................................
.................................................................................................
.................
Finished in 1.7 seconds (1.7s async, 0.00s sync) 
26 doctests, 185 tests, 0 failures
$ mix test
Running ExUnit with seed: 907459, max_cases: 16

.................................................................................................
......................................................................
20:30:33.439 [error] GenServer #PID<0.1885.0> terminating
** (stop) killed
Last message: {:EXIT, #PID<0.1884.0>, :killed}
State: %{supervisor: #PID<0.1886.0>, refs: [#Reference<0.1645831067.502267910.208626>, #Reference<0.1645831067.502267910.208627>, #Reference<0.1645831067.502267910.208628>, #Reference<0.1645831067.502267910.208629>], producers: [#PID<0.1887.0>], intermediary: [{#PID<0.1888.0>, [cancel: :transient]}, {#PID<0.1889.0>, [cancel: :transient]}, {#PID<0.1890.0>, [cancel: :transient]}, {#PID<0.1891.0>, [cancel: :transient]}]}
............................................
Finished in 1.6 seconds (1.6s async, 0.00s sync)
26 doctests, 185 tests, 0 failures

@josevalim josevalim merged commit 81b6e8b into dashbitco:master Feb 25, 2025
2 checks passed
@josevalim
Copy link
Member

Yes, it is. We test in several places what happens when a process terminates. We may be missing a capture log but we do expect those scenarios!

@kianmeng
Copy link
Contributor Author

🥳 🥳 🥳 🥳 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants