We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece0391 commit 322b3bcCopy full SHA for 322b3bc
1 file changed
lib/ecto/adapters/sql/sandbox.ex
@@ -450,6 +450,7 @@ defmodule Ecto.Adapters.SQL.Sandbox do
450
451
{:ok, pid} =
452
Agent.start(fn ->
453
+ Process.set_label({__MODULE__, :sandbox_owner, %{started_by: parent}})
454
{shared, opts} = Keyword.pop(opts, :shared, false)
455
:ok = checkout(repo, opts)
456
0 commit comments