framework/service/testdef/data/ServiceDeadLockRetryAssertData.xml (7 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> <!-- assert data for service dead lock recovery test --> <!-- NOTE we don't know which thread (A or B) these will be from because that is a race condition thing decided by the database about which transaction to terminate, and the terminated one will be the one that re-tries and make it into the database at the end. --> <TestingType testingTypeId="SVCLRT_A" description="New description for SVCLRT_A"/> <TestingType testingTypeId="SVCLRT_B" description="New description for SVCLRT_B"/> <!-- these two are both changed only by their respective threads, checking to make sure both threads succeeded --> <TestingType testingTypeId="SVCLRT_AONLY" description="New description for SVCLRT_AONLY; this is only changed by thread A so if it doesn't match something happened to thread A!"/> <TestingType testingTypeId="SVCLRT_BONLY" description="New description for SVCLRT_BONLY; this is only changed by thread B so if it doesn't match something happened to thread B!"/> </entity-engine-xml>