Details
-
Task
-
Status: Resolved
-
High
-
Resolution: Done
-
None
-
None
-
None
-
AppVeyor CI
-
- RSpec tests on AppVeyor are executed in serial mode
- AppVeyor CI tests pass
-
Pipelines
-
Needs Assessment
Description
This PR changed the test execution mode to spec_parallel. After investigation, documented on this page, it demonstrated that the tests within this module are not thread safe.
We should switch the test mode back to serial for this module. Fortunately, given the execution time of the tests, it only adds an addition 3-4 mins for PR verification.
A subsequent effort to refactor the tests to be thread safe should be considered.