Issue #7709 has been updated by Reid Vandewiele.
A fix has been submitted for #8040 but I don't see that it impacts this issue at all. Nigel's statement "it’s making it difficult to actually use graphs" still holds. ---------------------------------------- Bug #7709: expanded_relationship.dot should not have both containment and relationship edges https://projects.puppetlabs.com/issues/7709#change-100320 * Author: Jeff McCune * Status: Accepted * Priority: Normal * Assignee: * Category: * Target version: * Affected Puppet version: * Keywords: cycle graph containment edge relationship frontier * Branch: ---------------------------------------- # Overview # Running against master (2.7.0rc3-135-g520cbc0) I notice that using --graph has obvious cycles in the graph when the catalog itself does not actually have cycles and applies cleanly. Please see the attached screenshot. Talking with Daniel, the suspicion is that the graphing output is not drawing a distinction between containment edges and relationship edges and is displaying both in the graph output. # Desired Behavior # The graph output should only display relationship edges between resources as it does with Puppet 2.6 and earlier. # Actual Behavior # Visible cycles are displayed in the graph output when there are no relationship edge cycles. # Steps to reproduce # A simple catalog should show some resources looping against themselves. I can provide example manifests upon request. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
