Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 08/Jun/13 8:42 AM
Description:

Original design:

  • HudsonTestCase.ComputerListenerImpl and JenkinsRule.ComputerListenerImpl register channels of launched slaves in order to close at the tearDown phase.
  • They are registered to Jenkins with @TestExtension

Current status:

  • They does not work.
  • @TestExtension can be used for classes enclosed by test case classes.
  • JenkinsRule.ComputerListenerImpl does not work at all.
  • HudsonTestCase.ComputerListenerImpl worked in Jenkins < 1.482 for HudsonTestCase is a super class of enclosing classes. But in Jenkins 1.482, @TestExtension works only when the encolosing class is exactly the test case class.
Environment: Jenkins >= 1.482
Project: Jenkins
Priority: Minor Minor
Reporter: ikedam
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to