Skip to content

Instantly share code, notes, and snippets.

@jacbeekers
Created September 9, 2017 19:38
Show Gist options
  • Save jacbeekers/72b75cf2b4c78efc18c4cd4c25582014 to your computer and use it in GitHub Desktop.
Save jacbeekers/72b75cf2b4c78efc18c4cd4c25582014 to your computer and use it in GitHub Desktop.
# Fixture properties
# ==================
# Properties can be
# - not set --> default value in source code
# - set at fixture level --> overrules source code defaults
# - set at application level --> overrules fixture level setting and source code defaults
#
#-- ------------------------
#-- JobDefinition properties
#-- ------------------------
# default: RunIdqJobScript = runidqjob.sh
RunIdqJobScript = TWSRunJob.sh
#default: RunIdqDisObjectScript = runidqdisobject.sh
#default: RunIdqProfileScript = runidqprofile.sh
#default: RunIdqMappingScript = runidqmapping.sh
#-- IdqJobDir: Location where JobFixture should store the job file. Can be relative or full path. Must end with a /
#default: IdqJobDir = jobs/
#-- Fixture will look for a subdirectory idq in the following location
#default: logicalLocationIdqScripts = idqscripts
logicalLocationIdqScripts = itwsscripts
#default: logicalLocationIdqSubDir = idq
logicalLocationIdqSubDir = scripts
#-- ResultFormat: Whether output should be HTML or json. Not many fixture already implemented json.
#default: ResultFormat = HTML
#-- default: DefaultValueForNull = [NULL]
#-- ------------------------
#-- LoadDataFromExcel properties
#-- ------------------------
#- From 20170909.0 onward
LoadDataFromExcel.CommitSizeInsert=1000
LoadDataFromExcel.ArraySizeInsert=100
#Not yet implemented 20170909 - LoadDataFromExcel.CommitSizeUpdate=100
#Not yet implemented 20170909 - LoadDataFromExcel.ArraySizeUpdate=10
#- application specific commit size for a specific fixture
FixtureTest.LoadDataFromExcel.CommitSizeInsert=2000
FixtureTest.LoadDataFromExcel.ArraySizeInsert=5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment