You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use initialize_v8() in test_default_allocator
Fixes race condition when tests run in parallel. The test was calling
V8::initialize_platform() directly which bypasses the Once guard in
initialize_v8(), causing "Invalid global state" panic when another
test tries to initialize V8.
0 commit comments