[JBoss JIRA] (JBTM-1554) Create a job for PR on 5_BRANCH and 4_BRANCH
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1554?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-1554:
--------------------------------
Fix Version/s: 4.17.5
(was: 4.17.4)
> Create a job for PR on 5_BRANCH and 4_BRANCH
> --------------------------------------------
>
> Key: JBTM-1554
> URL: https://issues.jboss.org/browse/JBTM-1554
> Project: JBoss Transaction Manager
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Build System
> Reporter: Paul Robinson
> Assignee: Gytis Trikleris
> Priority: Critical
> Fix For: 4.17.5, 5.0.0.M3
>
>
> This will allow us to test changes to our AS fork before merging. I suggest we run all the tests that AS run on lightning, followed by all the Narayana tests.
> We should also come up with a plan for building PR on 4_BRANCH or 5_BRANCH and Narayana together. This is required for situations when we need to make commits to both code basis that are mutually dependent.
--
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
11 years, 6 months
[JBoss JIRA] (JBTM-1479) Create a quickstart to show how to use IronJacamar and JBTM inside tomcat
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-1479?page=com.atlassian.jira.plugin.... ]
Work on JBTM-1479 started by Gytis Trikleris.
> Create a quickstart to show how to use IronJacamar and JBTM inside tomcat
> -------------------------------------------------------------------------
>
> Key: JBTM-1479
> URL: https://issues.jboss.org/browse/JBTM-1479
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Demonstrator
> Reporter: Tom Jenkinson
> Assignee: Gytis Trikleris
> Fix For: 5.0.0.M3
>
> Attachments: test-ds.xml, transaction.xml
>
> Original Estimate: 3 days
> Time Spent: 1 week, 1 day, 2 hours
> Remaining Estimate: 30 minutes
>
> See JBTM-809 for the algorithm
> You might want to put the startup in the context listener:
> public class MyServletContextListener implements ServletContextListener {
> public void contextInitialized(ServletContextEvent sce) {
> // Initialize RecoveryManager
> // Initialize TransactionManager
> // Initialize IronJacamar
> }
>
> @Override
> public void contextDestroyed(ServletContextEvent sce) {
> // Clean IronJacamar
> // Clean TransactionManager
> // Clean RecoveryManager
> }
> }
> Quickstart application should connect to the database (say PostgreSQL), dummy XA resource and coordinate the transaction. The PostgreSQL data source needs to be accessed via IronJacamar.
--
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
11 years, 6 months
[JBoss JIRA] (JBTM-1645) Allow pull requests to configure some parameters in scripts/hudson/narayana.sh
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1645?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-1645:
--------------------------------
Priority: Critical (was: Major)
> Allow pull requests to configure some parameters in scripts/hudson/narayana.sh
> ------------------------------------------------------------------------------
>
> Key: JBTM-1645
> URL: https://issues.jboss.org/browse/JBTM-1645
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Build System
> Reporter: Tom Jenkinson
> Assignee: Paul Robinson
> Priority: Critical
> Fix For: 5.0.0.M3
>
>
> If the pull description has something like this:
> export NARAYANA_BUILD=1 AS_BUILD=1 NARAYANA_TESTS=1 TXF_TESTS=1 XTS_TESTS=1 XTS_AS_TESTS=1 txbridge=1 QA_TESTS=1 [SUN_ORB=0] [JAC_ORB=1] [QA_TARGET=ci-jts-tests]
> We could use it in scripts/hudson/narayana.sh if we detect it is a pull build. We might need to white list users we apply this to.
--
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
11 years, 6 months
[JBoss JIRA] (JBTM-1645) Allow pull requests to configure some parameters in scripts/hudson/narayana.sh
by Tom Jenkinson (JIRA)
Tom Jenkinson created JBTM-1645:
-----------------------------------
Summary: Allow pull requests to configure some parameters in scripts/hudson/narayana.sh
Key: JBTM-1645
URL: https://issues.jboss.org/browse/JBTM-1645
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Build System
Reporter: Tom Jenkinson
Assignee: Paul Robinson
Fix For: 5.0.0.M3
If the pull description has something like this:
export NARAYANA_BUILD=1 AS_BUILD=1 NARAYANA_TESTS=1 TXF_TESTS=1 XTS_TESTS=1 XTS_AS_TESTS=1 txbridge=1 QA_TESTS=1 [SUN_ORB=0] [JAC_ORB=1] [QA_TARGET=ci-jts-tests]
We could use it in scripts/hudson/narayana.sh if we detect it is a pull build. We might need to white list users we apply this to.
--
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
11 years, 6 months
[JBoss JIRA] (JBTM-1592) Fix qa suite failure: org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources0*_oracle_thin_jndi
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1592?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson resolved JBTM-1592.
---------------------------------
Resolution: Done
> Fix qa suite failure: org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources0*_oracle_thin_jndi
> -----------------------------------------------------------------------------------------------------
>
> Key: JBTM-1592
> URL: https://issues.jboss.org/browse/JBTM-1592
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Gytis Trikleris
> Assignee: Tom Jenkinson
> Priority: Minor
> Fix For: 4.17.4, 5.0.0.M3
>
>
> See: http://172.17.131.2/job/jbossts-EAP61/1745
> {noformat}
> junit-jdbc-ncl-testsuite:
> [mkdir] Created dir: /home/hudson/workspace/jbossts-EAP61/qa/dbdrivers/selected_dbdriver
> [copy] Copying 1 file to /home/hudson/workspace/jbossts-EAP61/qa/dbdrivers/selected_dbdriver
> [echo] Running junit test group jdbcresources01_oracle_thin_jndi from basedir=/home/hudson/workspace/jbossts-EAP61/qa
> [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources01_oracle_thin_jndi
> [junit] Tests run: 30, Failures: 60, Errors: 0, Time elapsed: 184.715 sec
> [junit] Test org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources01_oracle_thin_jndi FAILED
> [echo] Running junit test group jdbcresources02_oracle_thin_jndi from basedir=/home/hudson/workspace/jbossts-EAP61/qa
> [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources02_oracle_thin_jndi
> [junit] Tests run: 30, Failures: 60, Errors: 0, Time elapsed: 183.608 sec
> [junit] Test org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources02_oracle_thin_jndi FAILED
> {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
11 years, 6 months