This is an archive of the discontinued LLVM Phabricator instance.

TestConcurrentEvents - delay threads not working
ClosedPublic

Authored by vharron on Nov 11 2014, 1:49 PM.

Details

Reviewers
clayborg
sbest
Summary

Part of TestConcurrentEvents starts threads that are supposed to be delayed by one second.

Test was adding "delay" threads to the "actions" thread list instead of the "delay_actions" list, which caused them to be started without delay.

Diff Detail

Event Timeline

vharron updated this revision to Diff 16059.Nov 11 2014, 1:49 PM
vharron retitled this revision from to TestConcurrentEvents - delay threads not working .
vharron updated this object.
vharron edited the test plan for this revision. (Show Details)
vharron added reviewers: clayborg, sbest.
vharron added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Nov 11 2014, 2:04 PM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Nov 11 2014, 2:04 PM
vharron closed this revision.Nov 19 2014, 2:03 PM