BatonTest: initialize a DeterministicSchedule for tests using DeterministicAtomics
Summary: Using DeterministicAtomic without initializing a DeterministicSchedule doesn't offer determinism, and at the time of the last commit to this test, DeterministicAtomics did not even have atomic operations without a DeterministicSchedule. Initializing a DeterministicSchedule for these tests adds determinism and atomicity to the current DeterministicAtomics. This is will be required once to support atomic history buffers in the future. Reviewed By: davidtgoldblatt Differential Revision: D10478718 fbshipit-source-id: f03629ab8683c05eff41eb4886d23d00d42615e8
Showing
Please register or sign in to comment