-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.template.properties
95 lines (72 loc) · 3.16 KB
/
test.template.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
#
# Integration Test Configuration
#
# Databases
derby.database.url=jdbc:derby://localhost:1527/chainlink;create=true
derby.database.user=
derby.database.password=
h2.database.url=jdbc:h2:mem:chainlink;DB_CLOSE_DELAY=-1;INIT=RUNSCRIPT FROM '@root.dir@/ext/schema-h2.sql';
h2.database.user=sa
h2.database.password=
mariadb.database.url=jdbc:mariadb://localhost/chainlink
mariadb.database.user=root
mariadb.database.password=
postgresql.database.url=jdbc:postgresql://localhost/chainlink
postgresql.database.user=postgres
postgresql.database.password=
redis.host=localhost
redis.port=6379
mongo.host=127.0.0.1
mongo.port=27017
mongo.database=chainlink
# Coherence
tangosol.coherence.localhost=127.0.0.1
tangosol.coherence.localport=8090
chainlink.coherence.other.port=8091
# GridGain
gridgain.host=127.0.0.1
gridgain.port=47500
gridgain.multicast.group=224.1.2.4
#
# TCK Configuration
#
tck.database.url=jdbc:h2:mem:chainlink-tck;DB_CLOSE_DELAY=-1;MVCC=true;INIT=RUNSCRIPT FROM '@root.dir@/tck/orderdb-schema-h2.sql';
tck.database.driver=org.h2.Driver
tck.database.datasource=org.h2.jdbcx.JdbcDataSource
tck.database.user=sa
tck.database.password=
# JGroups
jgroups.bind_address=127.0.0.1
java.net.preferIPv4Stack=true
# TCK Properties
# Test Class: ExecutionTests
ExecutionTests.testInvokeJobWithUserStop.sleep=1000
# Test Class: JobOperatorTests
JobOperatorTests.testInvokeJobWithUserStop.sleep=1000
JobOperatorTests.testJobOperatorGetRunningJobExecutions.sleep=1000
JobOperatorTests.testJobOperatorGetRunningJobExecutions.app.timeinterval=10000
JobOperatorTests.testJobOperatorGetRunningJobInstancesException.app.timeinterval=10000
JobOperatorTests.testJobOperatorTestAbandonActiveRestart.sleep=5000
JobOperatorTests.testJobOperatorTestRestartAlreadAbandonedJob.sleep=1
#Test Class: ParallelExecutionTests
ParallelExecutionTests.testStopRunningPartitionedStep.sleep=1900
ParallelExecutionTests.testStopRestartRunningPartitionedStep.sleep=1900
ParallelExecutionTests.testInvokeJobWithOnePartitionedStepExitStatus.sleep=2000
#Test Class: StopOrFailOnExitStatusWithRestartTests
StopOrFailOnExitStatusWithRestartTests.testInvokeJobWithUserStop.sleep=500
#Test Class: TransactionTests
TransactionTests.testGlobalTranNoExceptions.sleep=0
TransactionTests.testGlobalTranForcedExceptionWithRollback.sleep=0
TransactionTests.testGlobalTranForcedExceptionCheckpointRestart.sleep=0
TransactionTests.testGlobalTranNoDelayLongTimeout.sleep=0
TransactionTests.testGlobalTranLongDelayShortTimeoutThenNoDelayShortTimeout.sleep.1=10000
TransactionTests.testGlobalTranLongDelayShortTimeoutThenNoDelayShortTimeout.sleep.2=0
TransactionTests.testGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutSteps.sleep=10000
TransactionTests.testGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutStepsCustomCheckpointAlgorithm.sleep=10000
TransactionTests.testGlobalTranForcedTimeoutCheckpointRestart.sleep.1=10000
TransactionTests.testGlobalTranForcedTimeoutCheckpointRestart.sleep.2=0
#Test Class: ChunkTests
ChunkTests.testChunkTimeBased10Seconds.sleep=500
ChunkTests.testChunkRestartTimeBasedCheckpoint.sleep=500
ChunkTests.testChunkTimeBasedTimeLimit0.sleep=500
ChunkTests.testChunkRestartTimeBasedDefaultCheckpoint.sleep=500