summaryrefslogtreecommitdiff
path: root/spec/stress/win32/file_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-3/+3
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Disable win32 memory leak testsbtm/disable-windows-leak-testsBryan McLellan2015-01-201-2/+2
| | | | | | | | The values here are arbitrarily set and don't work well on ephemeral slaves because they're not necesssairly stable when the tests start running. So we'll mark them as volatile until someone decides what to do with them, mostly to preserve the code.
* Update to RSpec 3.Claire McQuin2014-10-291-2/+2
|
* Make the windows memory leak test more robust.sersut2014-07-141-7/+1
|
* OC-11191: Workaround for apparent memory leak in CHEF-5004Adam Edwards2014-02-041-0/+6
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+37
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!