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

Trapping process causes conflict with created users #774

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

savhappy
Copy link

When attempting to create a user to login during Wallaby test, this error appears:

Wallaby.SessionStore.handle_info({:EXIT, #PID<0.984.0>, :normal}, %{ets_table: :session_store})

Switching Process.flag(:trap_process, true) to Process.flag(:trap_process, false) solves problem.

lib/wallaby/session_store.ex Outdated Show resolved Hide resolved
@savhappy savhappy requested a review from mhanberg May 17, 2024 20:49
@mhanberg
Copy link
Member

There are some unrelated failures that might be from chrome driver changes.

I'll take a look

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.

None yet

2 participants