[
https://issues.jboss.org/browse/JBTM-1199?page=com.atlassian.jira.plugin....
]
Tom Jenkinson commented on JBTM-1199:
-------------------------------------
This research has clearly shown that
https://github.com/jbossas/jboss-as/commit/435c862b9514bfcf0a036bb2b916ac... is the
cause of the failure.
To replicate a server with that commit in it:
1. cd jboss-as && git checkout master && git branch -D 5_BRANCH &&
git checkout 5_BRANCH && git pull --rebase --ff-only upstream master &&
git rebase -i 435c862b9514bfcf0a036bb2b916ac3dc63b4f4a^
2. Delete all the commits from d6b0d4f (second line) down to b614c44 -- making the commit
list start
pick 435c862 [AS7-4764] Implement --read-only-xxx-config and make that read-only,
while preserving LAST and history
pick feb5f22 5.0.0.M2-SNAPSHOT version of TS
3. MAVEN_OPTS=-XX:MaxPermSize=256m ./build.sh "$@" clean install -DskipTests
&& cd ../ && export JBOSS_HOME=${WORKSPACE}/jboss-as/build/target/`ls -1
${WORKSPACE}/jboss-as/build/target | grep jboss-as` && ./build.sh -f
XTS/localjunit/pom.xml --projects xtstest,crash-recovery-tests -Parq "$@" clean
install -Dtest=TestATCrashDuringCommit#MultiParticipantPrepareAndCommitTest
XTS crash rec tests fail as "cannot shutdown jboss-as"
------------------------------------------------------
Key: JBTM-1199
URL:
https://issues.jboss.org/browse/JBTM-1199
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: XTS
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Fix For: 5.0.0.M2
--
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