File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export MMS_ENV_NAME=mms-env.sh
1717export MMS_JAVA_EXEC=' /gws/nopw/j04/esacci_sst/mms_new/software/jdk1.8.0_202/bin/java'
1818
1919export PM_EXE_DIR=/gws/nopw/j04/esacci_sst/mms_new/bin
20- export PM_PYTHON_EXEC=' /gws/nopw/j04/fiduceo/Software/miniconda/miniconda3/envs/fiduceo_mms /bin/python'
20+ export PM_PYTHON_EXEC=' /gws/nopw/j04/esacci_sst/mms_new/software/conda_envs/sst-cci-mms /bin/python'
2121
2222export PATH=${PM_EXE_DIR} :$PATH
2323
Original file line number Diff line number Diff line change 33The build command for Maven for the MS does execute a large number of unit-level and integration tests.
44We have made a tradeoff between build speed and test-coverage by excluding time-consuming test from the
55standard test set. To execute these tests, which cover intensive IO operations and exhaustive database
6- test on all supported vendors, the Java VM has to be equipped with parameters that explicitely switch these tests on.
6+ test on all supported vendors, the Java VM has to be equipped with parameters that explicitly switch these tests on.
77
88-Dcom.bc.fiduceo.db.tests.execute=true
99Enables the database test suite. Requires a MongoDB and a PostGIS db-server to be accessible from the tests.
@@ -23,6 +23,10 @@ You can find needed test files at:
2323
2424Interested external developers please contact Brockmann-Consult to receive a copy of the test data.
2525
26+ To make the test data available to the test suite, you need to create a configuration file.
27+ A template file can be found in the module "core" in the test resources, Please create a copy of
28+ "dataDirectory_example.properties" and rename it to "dataDirectory.properties". Edit the renamed file
29+ and update the property "dataDirectory" to point to the test data root directory on your system.
2630
2731
2832MongoDB preparation for test execution
You can’t perform that action at this time.
0 commit comments