derivepassphrase
bug concurrency-testing-in-test-suite¶
Bug details: Test for concurrency and assert thread-safety in derivepassphrase
's test suite
Class | bug | This is clearly an actual problem we want fixed. |
---|---|---|
Priority | high | This should be fixed in the next release. |
Difficulty | tricky | Needs many tuits. |
Present-in | 0.1.0 0.1.1 0.1.2 0.2.0 0.3.0 0.3.1 0.3.2 0.3.3 0.4.0 | |
Fixed-in | 47376f4dcf2a2cc121df9b44b94b4036bf1bdb3b (0.5) | |
Depends | concurrency-audit |
Once concurrency-audit is resolved, the thread-safety of derivepassphrase
should be explicitly asserted in the test suite.
Therefore, assert the thread-safety of derivepassphrase
in the test suite.
This was implemented in 47376f4dcf2a2cc121df9b44b94b4036bf1bdb3b.