Jira (PUP-9653) Refactor acceptance tests that do not require a master but are using the with_puppet_running_on method

2021-04-23 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-9653  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Refactor acceptance tests that do not require a master but are using the with_puppet_running_on method   
 

  
 
 
 
 

 
 I'm going to close this as I think we're in a "good enough" state now.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.305770.1555965056000.17587.1619217300025%40Atlassian.JIRA.


Jira (PUP-9653) Refactor acceptance tests that do not require a master but are using the with_puppet_running_on method

2019-05-07 Thread John Duarte (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Duarte commented on  PUP-9653  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Refactor acceptance tests that do not require a master but are using the with_puppet_running_on method   
 

  
 
 
 
 

 
 PR 7512 opened to address this ticket.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.305770.1555965056000.25627.1557262680050%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-9653) Refactor acceptance tests that do not require a master but are using the with_puppet_running_on method

2019-04-22 Thread John Duarte (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Duarte created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9653  
 
 
  Refactor acceptance tests that do not require a master but are using the with_puppet_running_on method   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2019/04/22 1:30 PM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 John Duarte  
 

  
 
 
 
 

 
 As a puppet tester I want acceptance tests that do not require a master to not manage the state of the master  So that I can get test feedback faster Acceptance tests are expensive. The puppet acceptance test suite was audited in July 2017 and discovered many tests that do not need to run against a puppet master but are using the with_puppet_running_on beaker helper method to set/reset the state of the puppet master during the test. This process add considerable overhead to these tests. Such tests should be refactored to stop managing the state of the master when such a task is not necessary.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment