This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
database.release.defaults.properties
135 lines (111 loc) · 4.28 KB
/
database.release.defaults.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# -----------------------------------------------------------------------------
#
# Configure which tests should be run
#
# Add groups of tests here
#groups = GenebuildHandover
#groups = CoreHandover
#groups = CoreHandover VariationRelease
#groups = CoreHandover VariationRelease FuncgenRelease
#groups = PostProjection VariationRelease FuncgenRelease
# Exclude groups of tests here
less =
# Add individual tests here
include_tests =
# Exclude individual tests here
notest =
# -----------------------------------------------------------------------------
# Database that should be tested (e.g.: ensembl_compara_bacteria_5_58). Any
# configured tests will be run on this database.
#
test_databases = ^[a-k].*_core_81.* ^[l-z].*_core_81.* ^.*_cdna_81.* ^.*_otherfeatures_81.* .*_vega_81.* ^[a-g].*_variation_81.* homo_sapiens_variation_81.* monodelphis_domestica_variation_81.* mus_musculus_variation_81.* macaca_mulatta_variation_81.* meleagris_gallopavo_variation_81.* ^[n-z].*_variation_81.* ^[a-z].*_funcgen_81.* ^[a-z].*_rnaseq_81.*
#
# Configure the database details necessary to connect to the databases
# specified in "output.databases"
#
#host = mysql.ebi.ac.uk
#port = 4157
#user = anonymous
#password =
#driver = org.gjt.mm.mysql.Driver
#
host = ens-staging1
port = 3306
user = ensro
password =
driver = org.gjt.mm.mysql.Driver
host1 = ens-staging2
port1 = 3306
user1 = ensro
driver1 = org.gjt.mm.mysql.Driver
#
# Some tests require a second database. Configure the details of the database
# server on which this should be found here.
#
# Note that most tests that require a secondary database will not work for
# Ensembl Genomes.
#
secondary.host = ens-livemirror
secondary.port = 3306
secondary.user = ensro
secondary.password =
secondary.driver = org.gjt.mm.mysql.Driver
secondary.database =
# -----------------------------------------------------------------------------
#
# Alternatively reporterType can be set to "Text".
reportertype = Database
#reportertype = Text
# Set the level of verbosity for the output
outputlevel = Info
# We need meaningful errormessages for misspelled options!
# Other option is Discoverybased
testregistrytype = ConfigurationBased
# -----------------------------------------------------------------------------
# The output.* properties are used when database results are written to a
# database.
output.driver = org.gjt.mm.mysql.Driver
# Connection details for the database server on which the database for the
# results of the healthchecks will be written to. This will not work with
# the defaults here, the user has to override these settings or at least
# provide a password.
#
output.host = ens-staging1
output.port = 3306
output.user = ensro
output.password =
# The name of the database where the results of the healthchecks are written
# to
#
output.database = healthchecks
# If output.database does not exist, it will be created automatically. This
# file should have the SQL commands to create the schema. Please remember
# that hashes (#) are not allowed to start comments in SQL. Use two dashes
# "--" at the beginning of a line instead.
#
# If the configuratble testrunner can't find this file from the current
# working directory, it will search for it on the classpath.
#
output.schemafile = table.sql
# Gets written into the database
output.release = 81
# -----------------------------------------------------------------------------
# Master schema - used for the
#
# - org.ensembl.healthcheck.testcase.generic.CompareSchema
# - org.ensembl.healthcheck.testcase.variation.CompareVariationSchema and the
# - org.ensembl.healthcheck.testcase.funcgen.CompareFuncgenSchema
#
# healthchecks. The healthchecks use the database type to filter out the
# databases to which this comparison is applicable. The database type is
# ultimately determined by the regular expressions in
# org.ensembl.healthcheck.DatabaseRegistryEntry. Then they are compared
# to one of these databases, depending on which healthcheck is run:
#
master.schema = master_schema_81
master.variation_schema = master_schema_variation_81
master.funcgen_schema = master_schema_funcgen_81
#
# The master.* settings are ignored if none of the Compare*Schema are run.
#
repair =