Issue #7709 has been updated by Nigel Kersten. Assignee set to Daniel Pittman Priority changed from High to Urgent Affected Puppet version deleted (2.7.0rc1)
Daniel, I'm assigning over to you, and I consider this to be an urgent fix. It's making it difficult to actually use graphs. :( ---------------------------------------- Bug #7709: expanded_relationship.dot should not have both containment and relationship edges https://projects.puppetlabs.com/issues/7709 Author: Jeff McCune Status: Accepted Priority: Urgent Assignee: Daniel Pittman Category: Target version: 2.7.x 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 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.
