Author: cwiklik
Date: Tue Aug  8 19:41:36 2017
New Revision: 1804464

URL: http://svn.apache.org/viewvc?rev=1804464&view=rev
Log:
UIMA-5529 added new job spec to test AE failure in process()

Added:
    
uima/uima-ducc/trunk/uima-ducc-examples/src/main/resources/sleepjobs/1-error.job

Added: 
uima/uima-ducc/trunk/uima-ducc-examples/src/main/resources/sleepjobs/1-error.job
URL: 
http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-examples/src/main/resources/sleepjobs/1-error.job?rev=1804464&view=auto
==============================================================================
--- 
uima/uima-ducc/trunk/uima-ducc-examples/src/main/resources/sleepjobs/1-error.job
 (added)
+++ 
uima/uima-ducc/trunk/uima-ducc-examples/src/main/resources/sleepjobs/1-error.job
 Tue Aug  8 19:41:36 2017
@@ -0,0 +1,34 @@
+# 
+# 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.
+# 
+description                    Test job 1
+
+driver_descriptor_CR           
org.apache.uima.ducc.test.randomsleep.FixedSleepCR
+driver_descriptor_CR_overrides jobfile=${DUCC_HOME}/examples/simple/1.inputs 
compression=10 error_rate=50
+driver_jvm_args                -Xmx500M
+
+process_descriptor_AE          
org.apache.uima.ducc.test.randomsleep.FixedSleepAE
+process_memory_size            2
+classpath                      
${DUCC_HOME}/lib/uima-ducc/examples/*:${DUCC_HOME}/apache-uima/lib/*
+process_jvm_args               -Xmx100M 
+process_thread_count           1
+process_per_item_time_max      5
+environment                    AE_INIT_TIME=5 AE_INIT_RANGE=5 AE_INIT_ERROR=0 
AE_RUNTIME_ERROR=50 LD_LIBRARY_PATH=/yet/a/nother/dumb/path
+process_deployments_max        999
+
+scheduling_class               normal


Reply via email to