framework/service/testdef/data/ServiceTestData.xml (12 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <entity-engine-xml> <!-- load data for service dead lock recovery test --> <TestingType testingTypeId="SVCLRT_A" description="Original description for SVCLRT_A"/> <TestingType testingTypeId="SVCLRT_B" description="Original description for SVCLRT_B"/> <TestingType testingTypeId="SVCLRT_AONLY" description="Original description for SVCLRT_AONLY; only thread A will change this to make sure it is not failing"/> <TestingType testingTypeId="SVCLRT_BONLY" description="Original description for SVCLRT_BONLY; only thread B will change this to make sure it is not failing"/> <!-- load data for service lock wait timeout recovery test --> <TestingType testingTypeId="SVCLWTRT" description="Original description for SVCLWTRT"/> <!-- load data for service lock wait timeout recovery test - case that can't locally auto-fix, need global retry list like global-commit eca --> <TestingType testingTypeId="SVCLWTRTCR" description="Original description for SVCLWTRTCR"/> <!-- load data for service setRollbackOnly, make sure the rollback works --> <TestingType testingTypeId="SVC_SRBO" description="Original description for SVC_SRBO; this is how it should be because of the tx rollback"/> <!-- load data for service ECA global-commit and global-rollback events to make sure they work --> <TestingType testingTypeId="SVC_SECAGC" description="Original description for SVC_SECAGC; if this is still here the global-commit event didn't run"/> <TestingType testingTypeId="SVC_SECAGR" description="Original description for SVC_SECAGR; if this is still here the global-rollback event didn't run"/> </entity-engine-xml>