Issue #3567 has been updated by Daniel Pittman. Description updated Status changed from Unreviewed to Closed
tests pass, these days. ---------------------------------------- Bug #3567: 'Puppet::Type::Mount::ProviderParsed Puppet::Type::Mount::ProviderParsed when modifying the filesystem tab should write the mount to disk when :flush is called' FAILED https://projects.puppetlabs.com/issues/3567 Author: Mathias Gug Status: Closed Priority: Normal Assignee: Category: testing Target version: Affected Puppet version: 0.25.4 Keywords: Branch: While running the tests from the puppet-testsuite package on Ubuntu Lucid the following test failed: 'Puppet::Type::Mount::ProviderParsed Puppet::Type::Mount::ProviderParsed when modifying the filesystem tab should write the mount to disk when :flush is called' FAILED expected: "/dev/dsk1\t/fspuppet1\tfakefstype1\tfakeoptions1\tfakedump1\tfakepass1\n", got: "# /etc/fstab: static file system information.\n# <file system> <mount point> <type> <options> <dump> <pass>\nproc\t/proc\tproc\tnodev,noexec,nosuid\t0\t0\n/dev/sda1\t/\text3\tdefaults\t0\t0\n/dev/sda2\t/mnt\tauto\tdefaults,comment=cloudconfig\t0\t0\n/dev/sda3\tnone\tswap\tsw,comment=cloudconfig\t0\t0\n/dev/dsk1\t/fspuppet1\tfakefstype1\tfakeoptions1\tfakedump1\tfakepass1\n" (using ==) ./spec/unit/provider/mount/parsed.rb:157: ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
