Commit 1f119833 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

test: fix non-determinism in test-crypto-domains

The test implicitly assumed that crypto operations complete in the same
order as they are started but, because they go round-trip through the
thread pool, there is no such guarantee.  Enforce proper sequencing.

Fixes node-forward/node#22.

PR-URL: https://github.com/node-forward/node/pull/23


Reviewed-By: default avatarFedor Indutny <fedor@indutny.com>
parent d3c317e0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment