summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Stop logging "SIGQUIT is not a command" in testsjkeiser-patch-1John Keiser2016-08-181-3/+2
| | | This looks like a typo was introduced; we're seeing this in the logs on nodes.
* Fix race where lockfile can be created but not yet acquiredJohn Keiser2016-08-171-4/+8
|
* Merge pull request #5215 from chef/jk/windows-ruby-2.3John Keiser2016-08-171-1/+70
|\ | | | | Don't use relative_path_from on glob results
| * Don't use relative_path_from on glob resultsjk/windows-ruby-2.3John Keiser2016-08-161-1/+70
| | | | | | | | Windows Ruby 2.3 translates pathnames like ADMINI~1 to Administrator, making the comparison fail.
* | fix Style/VariableName copLamont Granquist2016-08-162-4/+4
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | fix some Style/TrailingWhitespaceLamont Granquist2016-08-161-30/+30
| | | | | | | | | | | | I'm not sure how this happened Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | fixing Style/ConstantName copLamont Granquist2016-08-161-4/+4
| |
* | fixing Lint/Void copLamont Granquist2016-08-164-13/+13
| |
* | fix Lint/UselessAccessModifier copLamont Granquist2016-08-162-22/+16
| |
* | fix Lint/UnderscorePrefixedVariableName copLamont Granquist2016-08-162-10/+10
| |
* | autofixing Style/WhileUntilModifier copLamont Granquist2016-08-164-15/+5
| |
* | autofixing Style/SpaceBeforeSemicolon copLamont Granquist2016-08-162-3/+3
| |
* | autofixing Style/SpaceBeforeComment copLamont Granquist2016-08-162-3/+3
| |
* | auotfixing Style/SpaceAfterSemicolon copLamont Granquist2016-08-161-5/+5
| |
* | autofixing Style/RedundantException copLamont Granquist2016-08-164-5/+5
| |
* | autofixing Style/IndentAssignment copLamont Granquist2016-08-163-278/+278
|/
* omit this chef-provisioning testLamont Granquist2016-08-161-0/+2
| | | | | | its always red on my mac Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #5205 from chef/rackMatt Wrock2016-08-161-33/+6
|\ | | | | Wait until inner webrick http server is confirmed running
| * improved waiting logic for server startMatt Wrock2016-08-161-33/+6
| |
* | Spec break on Windows due to temp dir and short path namesAdam Edwards2016-08-163-2/+24
| |
* | clear test directory before file resource examplesMatt Wrock2016-08-161-0/+1
|/
* rubygems memory perf issueslcg/rubygems_perf2Lamont Granquist2016-08-151-38/+46
| | | | | | set rubygems_cache_enabled to true in Chef::Config to get the old behavior back Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* okay i really, really hate ruby 2.1 nowlcg/keepalives-again-againLamont Granquist2016-08-111-2/+2
| | | | | | this is reaching ruby 1.8.7-levels of pissing me off Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* test Chef::HTTP and tweak cacheLamont Granquist2016-08-111-0/+14
| | | | | | this is mildly awful, but works around the String-vs-URI crap Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* specs and lazying net-http client buildingLamont Granquist2016-08-112-0/+27
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Revert "Merge pull request #5123 from chef/lcg/resolv-replace"John Keiser2016-08-083-31/+0
| | | | | This reverts commit e8877cd363642ed6757c48d1ed5ab35509d87e22, reversing changes made to 162d988d3bcfce2773ef2831fa33e416f53731f6.
* Merge pull request #5173 from chef/lcg/apt-update-noopLamont Granquist2016-08-082-4/+28
|\ | | | | noop apt_update similar to apt_repository
| * add tests for noopinglcg/apt-update-noopLamont Granquist2016-08-052-4/+28
| |
* | Remove race conditions from run_lock_specjk/run_lock_spec_raceJohn Keiser2016-08-051-10/+17
|/
* Fix Powershell tests to acknowledge they sometimes return SI fieldJohn Keiser2016-08-031-2/+2
|
* Fix Ruby 2.3 `symlink?` when symlink points to nonexistent fileJohn Keiser2016-08-031-6/+1
|
* Fix http specs against Ruby 2.3 with more thorough monkeypatchingJohn Keiser2016-08-031-1/+7
|
* Merge branch 'master' into configoptionNoah Kantrowitz2016-08-0293-261/+3387
|\
| * Merge pull request #5127 from chef/tm/empty_cron_attributesThom May2016-08-022-17/+24
| |\ | | | | | | Support setting an empty string for cron attrs
| | * Fix handling of empty string values for cron attrstm/empty_cron_attributesThom May2016-07-292-17/+17
| | | | | | | | | | | | | | | This is a rebase and clean up of #311 Signed-off-by: Thom May <thom@chef.io>
| | * Add failing functional tests for empty cron attrsThom May2016-07-261-0/+7
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | Invalidate the cache on file creationtm/cache_invalidateThom May2016-08-021-0/+1
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | Also clear notifications when deleting a resource.Noah Kantrowitz2016-07-281-0/+30
| | |
| * | Cache ChefFS childrentm/cache_fs_childrenThom May2016-07-266-9/+19
| |/ | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * Merge pull request #5123 from chef/lcg/resolv-replaceLamont Granquist2016-07-193-0/+31
| |\ | | | | | | replace glibc resolver with ruby resolver
| | * fix the spec filterLamont Granquist2016-07-192-1/+2
| | | | | | | | | | | | | | | | | | these platform filters really need some serious cleanup along the lines of the ruby version cleanup that i did, the number of these helpers is getting rediculous...
| | * only work around resolver caching on linuxLamont Granquist2016-07-193-2/+14
| | | | | | | | | | | | | | | it should be the only O/S which needs it due to the way its glibc was written. it is the only O/S that we've recieved any bugs for.
| | * replace glibc resolver with ruby resolverLamont Granquist2016-07-191-0/+18
| | | | | | | | | | | | also wires up file providers to reload /etc/reoslv.conf when it changes.
| * | We don't care so much about categories on the supermarkettm/fix_supermarket_share_errorThom May2016-07-141-4/+4
| | | | | | | | | | | | Signed-off-by: Thom May <thom@may.lt>
| * | added "zypper info" tests for 1.12.* and 1.13.* formatEike Waldt2016-07-141-2/+18
| |/
| * Merge pull request #5103 from chef/lcg/fix-5012Lamont Granquist2016-07-121-0/+6
| |\ | | | | | | add back method_missing support to set_unless
| | * fix mixup in the test titlesLamont Granquist2016-07-111-2/+2
| | |
| | * add back method_missing support to set_unlessLamont Granquist2016-07-111-0/+6
| | | | | | | | | | | | closes #5012
| * | Merge pull request #5093 from chef/aix2Matt Wrock2016-07-081-0/+13
| |\ \ | | | | | | | | Warn if not installing an individual bff fileset
| | * | warn if not installing an individual bff filesetaix2Matt Wrock2016-07-071-0/+13
| | |/