Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[driver] Fixed a bug in DummyTaskQueue where it would not generate un…
…ique ProcessIds. Since DummyTaskQueue does not actually execute, it keeps a counter of ProcessIds. This previously was a local variable; it is now static since multiple instances of DummyTaskQueue may be used, depending on the requested commands. No tests for this yet, but this will be required to properly test parseable output. Swift SVN r20849
- Loading branch information