Flaky test: SendPublicChatTest #32

Open
opened 2026-06-06 16:03:50 +00:00 by sickday · 0 comments
Owner

SendPublicChatTest asserts function_exported? on the unloaded SendPublicChat module → false at some seeds (module-load ordering). Fix with Code.ensure_loaded! before the check.

Source: .memory/Bugs/pre_existing_flaky_tests.md.

`SendPublicChatTest` asserts `function_exported?` on the unloaded `SendPublicChat` module → false at some seeds (module-load ordering). Fix with `Code.ensure_loaded!` before the check. **Source:** `.memory/Bugs/pre_existing_flaky_tests.md`.
sickday added this to the v1 milestone 2026-06-06 16:03:50 +00:00
Sign in to join this conversation.
No description provided.