[JBoss JIRA] (JBTM-1382) QA build does not archive test group summary files
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1382?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-1382:
-------------------------------------
If I understand you correctly you are saying that the corresponding TEST*txt are in the zip, if so that is fine, I looked at the pull that passed with your fix in and it didn't seem to be the case.
> QA build does not archive test group summary files
> --------------------------------------------------
>
> Key: JBTM-1382
> URL: https://issues.jboss.org/browse/JBTM-1382
> Project: JBoss Transaction Manager
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 5.0.0.M2
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> The QA test suite consists of a number of test groups. The build produces a summary file showing the status of each sub test within a group (these are called TEST-<test group>.txt and stored in the qa directory). We currently archive the qa/testoutput directory but it would be useful to also archive these summary text files. Note that we cannot rely on Jenkins to do this for us since the jts remote test group is executed twice (once for each orb) and the files from the first run are overwritten.
--
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
13 years, 2 months
[JBoss JIRA] (JBTM-1031) Search for "<String.class> == <String.class>" bugs
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-1031?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris logged work on JBTM-1031:
-----------------------------------------
Author: Gytis Trikleris
Created on: 11/Jan/13 10:50 AM
Start Date: 11/Jan/13 9:10 AM
Worklog Time Spent: 1 hour, 20 minutes
Issue Time Tracking
-------------------
Remaining Estimate: 0 minutes
Time Spent: 1 hour, 20 minutes
Worklog Id: (was: 12428341)
> Search for "<String.class> == <String.class>" bugs
> --------------------------------------------------
>
> Key: JBTM-1031
> URL: https://issues.jboss.org/browse/JBTM-1031
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Paul Robinson
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.0.0.M2
>
> Time Spent: 1 hour, 20 minutes
> Remaining Estimate: 0 minutes
>
> A recent bug in XTS recovery was caused by the use of == to compare Strings. String#equals(...) should have been used.
> We need to search the XTS codebase for other occurrences of this type of bug.
--
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
13 years, 2 months
[JBoss JIRA] (JBTM-1420) org.apache.commons.io.output.DeferredFileOutputStream class not found
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1420?page=com.atlassian.jira.plugin.... ]
Paul Robinson updated JBTM-1420:
--------------------------------
Priority: Critical (was: Major)
> org.apache.commons.io.output.DeferredFileOutputStream class not found
> ---------------------------------------------------------------------
>
> Key: JBTM-1420
> URL: https://issues.jboss.org/browse/JBTM-1420
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing, TXFramework
> Reporter: Gytis Trikleris
> Assignee: Paul Robinson
> Priority: Critical
> Fix For: 5.0.0.M2
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> See: http://172.17.131.2/job/narayana/139
> {noformat}
> Tests in error:
> clientDrivenCommitTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.ClientTXInterceptorTest): java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
> multipleInvokeTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> clientDrivenRollbackTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> participantDrivenRollbackTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> clientDrivenCommitTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> {noformat}
--
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
13 years, 2 months
[JBoss JIRA] (JBTM-1420) org.apache.commons.io.output.DeferredFileOutputStream class not found
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1420?page=com.atlassian.jira.plugin.... ]
Paul Robinson edited comment on JBTM-1420 at 1/11/13 10:37 AM:
---------------------------------------------------------------
Seems to happen with every build, so raising to critical. I suspect it's a RestEasy issue:
{code}
Caused by: java.lang.ClassNotFoundException: org.apache.commons.io.output.DeferredFileOutputStream from [Module "org.jboss.resteasy.resteasy-jaxrs:main" from local module loader @dbcc2d (roots: /home/hudson/workspace/narayana/jboss-as/build/target/jboss-as-7.2.0.Alpha1-SNAPSHOT/modules)]
{code}
was (Author: paul.robinson):
Happening more often than not at the moment so raising to major. I suspect it's a RestEasy issue:
{code}
Caused by: java.lang.ClassNotFoundException: org.apache.commons.io.output.DeferredFileOutputStream from [Module "org.jboss.resteasy.resteasy-jaxrs:main" from local module loader @dbcc2d (roots: /home/hudson/workspace/narayana/jboss-as/build/target/jboss-as-7.2.0.Alpha1-SNAPSHOT/modules)]
{code}
> org.apache.commons.io.output.DeferredFileOutputStream class not found
> ---------------------------------------------------------------------
>
> Key: JBTM-1420
> URL: https://issues.jboss.org/browse/JBTM-1420
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing, TXFramework
> Reporter: Gytis Trikleris
> Assignee: Paul Robinson
> Fix For: 5.0.0.M2
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> See: http://172.17.131.2/job/narayana/139
> {noformat}
> Tests in error:
> clientDrivenCommitTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.ClientTXInterceptorTest): java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
> multipleInvokeTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> clientDrivenRollbackTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> participantDrivenRollbackTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> clientDrivenCommitTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> {noformat}
--
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
13 years, 2 months
[JBoss JIRA] (JBTM-1382) QA build does not archive test group summary files
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-1382?page=com.atlassian.jira.plugin.... ]
Michael Musgrove commented on JBTM-1382:
----------------------------------------
The JIRA asks for output to be sent to qa/testoutput (not qa). For a qa run against both orbs if you look in the testoutput directory you will find two zips (testoutput-jacorb.zip and testoutput-idlj.zip) which contain the testoutput directory and the TEST*txt files corresponding to each run. To see it working look at the latest narayana-dualstack job (I did notice that btny-pulls-narayana CI job does not archive testoutput so I have updated that job config).
I think I may have misunderstood your requirement. Did you mean move all the TEST*txt files into testoutput but leave the zip files in the qa directory.
> QA build does not archive test group summary files
> --------------------------------------------------
>
> Key: JBTM-1382
> URL: https://issues.jboss.org/browse/JBTM-1382
> Project: JBoss Transaction Manager
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 5.0.0.M2
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> The QA test suite consists of a number of test groups. The build produces a summary file showing the status of each sub test within a group (these are called TEST-<test group>.txt and stored in the qa directory). We currently archive the qa/testoutput directory but it would be useful to also archive these summary text files. Note that we cannot rely on Jenkins to do this for us since the jts remote test group is executed twice (once for each orb) and the files from the first run are overwritten.
--
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
13 years, 2 months
[JBoss JIRA] (JBTM-1420) org.apache.commons.io.output.DeferredFileOutputStream class not found
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1420?page=com.atlassian.jira.plugin.... ]
Paul Robinson edited comment on JBTM-1420 at 1/11/13 10:15 AM:
---------------------------------------------------------------
Happening more often than not at the moment so raising to major. I suspect it's a RestEasy issue:
{code}
Caused by: java.lang.ClassNotFoundException: org.apache.commons.io.output.DeferredFileOutputStream from [Module "org.jboss.resteasy.resteasy-jaxrs:main" from local module loader @dbcc2d (roots: /home/hudson/workspace/narayana/jboss-as/build/target/jboss-as-7.2.0.Alpha1-SNAPSHOT/modules)]
{code}
was (Author: paul.robinson):
Happening more often than not at the moment so raising to major. I suspect it's a Weld issue:
{code}
org.jboss.weld.interceptor.proxy.InterceptorException: java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
{code}
> org.apache.commons.io.output.DeferredFileOutputStream class not found
> ---------------------------------------------------------------------
>
> Key: JBTM-1420
> URL: https://issues.jboss.org/browse/JBTM-1420
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing, TXFramework
> Reporter: Gytis Trikleris
> Assignee: Paul Robinson
> Fix For: 5.0.0.M2
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> See: http://172.17.131.2/job/narayana/139
> {noformat}
> Tests in error:
> clientDrivenCommitTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.ClientTXInterceptorTest): java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
> multipleInvokeTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> clientDrivenRollbackTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> participantDrivenRollbackTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> clientDrivenCommitTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> {noformat}
--
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
13 years, 2 months
[JBoss JIRA] (JBTM-1420) org.apache.commons.io.output.DeferredFileOutputStream class not found
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1420?page=com.atlassian.jira.plugin.... ]
Paul Robinson commented on JBTM-1420:
-------------------------------------
Happening more often than not at the moment so raising to major. I suspect it's a Weld issue:
{code}
org.jboss.weld.interceptor.proxy.InterceptorException: java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
{code}
> org.apache.commons.io.output.DeferredFileOutputStream class not found
> ---------------------------------------------------------------------
>
> Key: JBTM-1420
> URL: https://issues.jboss.org/browse/JBTM-1420
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing, TXFramework
> Reporter: Gytis Trikleris
> Assignee: Paul Robinson
> Fix For: 5.0.0.M2
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> See: http://172.17.131.2/job/narayana/139
> {noformat}
> Tests in error:
> clientDrivenCommitTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.ClientTXInterceptorTest): java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
> multipleInvokeTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> clientDrivenRollbackTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> participantDrivenRollbackTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> clientDrivenCommitTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> {noformat}
--
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
13 years, 2 months
[JBoss JIRA] (JBTM-1420) org.apache.commons.io.output.DeferredFileOutputStream class not found
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1420?page=com.atlassian.jira.plugin.... ]
Paul Robinson updated JBTM-1420:
--------------------------------
Priority: Major (was: Minor)
> org.apache.commons.io.output.DeferredFileOutputStream class not found
> ---------------------------------------------------------------------
>
> Key: JBTM-1420
> URL: https://issues.jboss.org/browse/JBTM-1420
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing, TXFramework
> Reporter: Gytis Trikleris
> Assignee: Paul Robinson
> Fix For: 5.0.0.M2
>
>
> See: http://172.17.131.2/job/narayana/139
> {noformat}
> Tests in error:
> clientDrivenCommitTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.ClientTXInterceptorTest): java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
> multipleInvokeTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> clientDrivenRollbackTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> participantDrivenRollbackTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> clientDrivenCommitTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> {noformat}
--
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
13 years, 2 months
[JBoss JIRA] (JBTM-1420) org.apache.commons.io.output.DeferredFileOutputStream class not found
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1420?page=com.atlassian.jira.plugin.... ]
Paul Robinson updated JBTM-1420:
--------------------------------
Original Estimate: 1 day
Remaining Estimate: 1 day
> org.apache.commons.io.output.DeferredFileOutputStream class not found
> ---------------------------------------------------------------------
>
> Key: JBTM-1420
> URL: https://issues.jboss.org/browse/JBTM-1420
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing, TXFramework
> Reporter: Gytis Trikleris
> Assignee: Paul Robinson
> Fix For: 5.0.0.M2
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> See: http://172.17.131.2/job/narayana/139
> {noformat}
> Tests in error:
> clientDrivenCommitTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.ClientTXInterceptorTest): java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
> multipleInvokeTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> clientDrivenRollbackTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> participantDrivenRollbackTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> clientDrivenCommitTest(org.jboss.narayana.txframework.functional.rest.at.simpleEJB.IndirectTXManagementTest): org/apache/commons/io/output/DeferredFileOutputStream
> {noformat}
--
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
13 years, 2 months