diff options
| author | Luke Kanies <luke@puppetlabs.com> | 2010-04-12 22:33:32 -0700 |
|---|---|---|
| committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
| commit | ee0cc07544df334cdc549907b4dca8d8d115b7b7 (patch) | |
| tree | 647930e81adb8b36595d293121b762b26c8b0f87 /test | |
| parent | 11189fb1fcf8fb410df3c833d20decb2ec7aa8c2 (diff) | |
| download | puppet-ee0cc07544df334cdc549907b4dca8d8d115b7b7.tar.gz puppet-ee0cc07544df334cdc549907b4dca8d8d115b7b7.tar.xz puppet-ee0cc07544df334cdc549907b4dca8d8d115b7b7.zip | |
Fixing #3533 - Removing all transaction cleanup
It's really slow and has no actual functionality
any more, since we just remove the catalogs from memory
anyway.
This should be a good speed boost for very little effort.
Signed-off-by: Luke Kanies <luke@puppetlabs.com>
Diffstat (limited to 'test')
| -rwxr-xr-x | test/other/transactions.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/other/transactions.rb b/test/other/transactions.rb index 9a3afbd7a..5c21755fb 100755 --- a/test/other/transactions.rb +++ b/test/other/transactions.rb @@ -150,11 +150,6 @@ class TestTransactions < Test::Unit::TestCase "Generated %s was not a vertex" % name) assert($finished.include?(name), "%s was not finished" % name) end - - # Now make sure that cleanup gets rid of those generated types. - assert_nothing_raised do - trans.cleanup - end end def test_ignore_tags? |
