Skip to content
Snippets Groups Projects
Commit 02823dc1 authored by Bruno Dal Bo's avatar Bruno Dal Bo Committed by CQ bot account: commit-bot@chromium.org
Browse files

[netemul] Fix sandbox service bindings teardown

- Recent refactor of sandbox_service.cc introduced a flake caused by the
destructor of SandboxBinding being called from another thread, the held
FIDL bindings in SandboxEnv were, consequently, being destroyed in the
wrong dispatcher.

BUG: FLK-195 #done

Offending test was failing once in ~30 runs. Ran test suite > 2000 times
to guarantee fix holds.

Change-Id: Ifa03c66ff8e8cd0991859e4fcd2b6463972d6f59
parent c22b1e28
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment