[JBoss JIRA] (JBTM-2115) Not all classes are under code coverage
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-2115?page=com.atlassian.jira.plugin.... ]
Amos Feng commented on JBTM-2115:
---------------------------------
ArjunaCore/arjuna/pom.xml
- ObjStoreBrowserTest it looks good and I will remove it from the excluded tests
- LogStressTest2.java it looks like not a unit test and needs to run for 4 hours. So I think it should be excluded
ArjunaJTA/jdbc/pom.xml
- There is no excluded test
ArjunaJTA/jta/pom.xml
- */io/narayana/perf/product/* I think all of them should be the performance tests
- */commitmarkable/*
- */recovery/* it looks like that the tests do not work with byteman and jacoco and I will investigate it.
ArjunaJTA/spi/pom.xml
- There is no excluded test
XTS/localjunit/pom.xml
- it should be in the subtask
> Not all classes are under code coverage
> ---------------------------------------
>
> Key: JBTM-2115
> URL: https://issues.jboss.org/browse/JBTM-2115
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: Testing
> Affects Versions: 5.0.1
> Reporter: Michael Musgrove
> Assignee: Amos Feng
> Fix For: 5.next
>
>
> The following poms contain skipped classes for code coverage:
> ArjunaCore/arjuna/pom.xml
> ArjunaJTA/jdbc/pom.xml
> ArjunaJTA/jta/pom.xml
> ArjunaJTA/spi/pom.xml
> XTS/localjunit/pom.xml
> We should aim to test everything
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (JBTM-2533) Possibility to run "scripts/hudson/narayana.sh" on different platforms.
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2533?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2533:
--------------------------------
Issue Type: Task (was: Feature Request)
> Possibility to run "scripts/hudson/narayana.sh" on different platforms.
> -----------------------------------------------------------------------
>
> Key: JBTM-2533
> URL: https://issues.jboss.org/browse/JBTM-2533
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: Testing
> Affects Versions: 5.2.5.Final
> Reporter: Hayk Hovsepyan
> Assignee: Hayk Hovsepyan
> Priority: Blocker
> Fix For: 5.next
>
>
> Currently "scripts/hudson/narayana.sh" uses "sed" command with "-i" option, so it looks like:
> "sed -i file -e expression".
> "-i" option is not supported on some platforms (HP-UX).
> We need to apply workaround here and modify "sed" commands to be in this format:
> "sed -e expression file > file.tmp && mv file.tmp file"
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (JBTM-2538) Benchmarking failure
by Tom Jenkinson (JIRA)
Tom Jenkinson created JBTM-2538:
-----------------------------------
Summary: Benchmarking failure
Key: JBTM-2538
URL: https://issues.jboss.org/browse/JBTM-2538
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Performance Testing
Reporter: Tom Jenkinson
Assignee: Michael Musgrove
Priority: Critical
Fix For: 5.next
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months