[JBoss JIRA] (ARQ-769) Add functionality similar to TestNG test method timeout
by Martin Kouba (JIRA)
Martin Kouba created ARQ-769:
--------------------------------
Summary: Add functionality similar to TestNG test method timeout
Key: ARQ-769
URL: https://issues.jboss.org/browse/ARQ-769
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Base Implementation, Extension - Performance
Reporter: Martin Kouba
It would be useful to add some functionality similar to TestNG test method timeout [1], so that the test method is terminated once the timeout is exceeded. Performance extension [2] covers different use case - it only checks whether the test finished within the specified time.
[1] org.testng.annotations.Test.timeOut()
[2] org.jboss.arquillian.performance.annotation.Performance.time()
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (ARQ-768) Performance extension not working for TestNG
by Martin Kouba (JIRA)
Martin Kouba created ARQ-768:
--------------------------------
Summary: Performance extension not working for TestNG
Key: ARQ-768
URL: https://issues.jboss.org/browse/ARQ-768
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Base Implementation, Extension - Performance
Affects Versions: 1.0.0.CR7, performance_1.0.0.CR1
Reporter: Martin Kouba
Most probably because of *TestNGTestRunner* [1], or *TestListener* [2] respectively, does not handle *TestResult* [3] start and end properly. Start is the time TestResult instance is created (!!) and end is not set at all (!!!).
[1] org.jboss.arquillian.testng.container.TestNGTestRunner
[2] org.jboss.arquillian.testng.container.TestListener
[3] org.jboss.arquillian.test.spi.TestResult
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months