chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.78k stars 418 forks source link

Try to remove calls to sleep() from test suite #5454

Open ronawho opened 7 years ago

ronawho commented 7 years ago

There are a number of tests that use sleep in our test suite.

It'd be ideal to get rid of as many sleeps as possible for a few reasons

I wonder if we should have some smoke test that looks for sleeps in test/. We'd need some way to mark a test as being allowed to have a sleep in it though

Here's (way too long of) a list of tests that sleep (or more accurately have text "sleep" in them somewhere), please check them off as they are fixed or as you discover that I lied and they don't actually sleep:

Here's a list of tests that are allowed to have a sleep (please list a reason after the test name)

Test Name Reason
modules/standard/Time/sleepTimeUnits.chpl Testing the functionality of sleep()
cassella commented 5 years ago

Here's some off the end: