[System] Use pid-specific X509Store names in tests to make it possible to run multipl...
commit212bfe90f14a4e08304ff41494fa95a48cba6dc1
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Wed, 28 Nov 2018 18:20:34 +0000 (28 19:20 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 28 Nov 2018 18:20:34 +0000 (28 19:20 +0100)
tree8b10788ac742daff44677f3f3a1d1742ff505264
parentcd69b727d05e74f607dd98980084fca3c741968f
[System] Use pid-specific X509Store names in tests to make it possible to run multiple System test runs in parallel. (#11830)

While working on PR #11829 I stress-tested the tests by running multiple test
runs in parallel, and it turned out that the X509StoreTest is not parallel-safe.

This fixes the X509StoreTest test to parallel-safe.
mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509StoreTest.cs