server-rust icon indicating copy to clipboard operation
server-rust copied to clipboard

Internal Tracking: GetProcAddress Windows API call fails when running multi-threaded tests

Open pan93412 opened this issue 2 years ago • 1 comments

  • Issue: https://github.com/napi-rs/napi-rs/issues/1405
  • Found on: #274
  • Workaround: cargo nextest runcargo test for Windows

pan93412 avatar Jan 20 '23 06:01 pan93412

Hi, primary author of nextest here! You could potentially also look at turning on test groups to enable mutual exclusion: https://nexte.st/book/test-groups.html

(You can make it so that test groups are only enabled on Windows)

sunshowers avatar Jan 20 '23 19:01 sunshowers