Skip to content

Commit

Permalink
#61 4321 release testing activities
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Feb 26, 2021
1 parent 0031fb6 commit 47d92d0
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 17 deletions.
2 changes: 2 additions & 0 deletions docker-test-framework/4-2/Dockerfile.provider
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN wget -qO - https://packages.irods.org/irods-signing-key.asc | apt-key add -;

EXPOSE 1247 1248

ADD for-etc-irods /

# Set command to execute when launching the container.
ADD start_provider.sh /
ADD testsetup-consortium.sh /
Expand Down
6 changes: 6 additions & 0 deletions docker-test-framework/4-2/for-etc-irods/jargon_extras.re
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# iRODS Rule Base for Jargon core library extras
# The new rule language is used to express all policies
# Recovery procedures are included for a micro-service after " ::: "
#
#Test Rules
msiHelloFromJargon { writeLine("serverLog","Hello from Jargon"); }
89 changes: 89 additions & 0 deletions docker-test-framework/4-2/for-etc-irods/server_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"advanced_settings": {
"default_log_rotation_in_days": 5,
"default_number_of_transfer_threads": 4,
"default_temporary_password_lifetime_in_seconds": 120,
"maximum_number_of_concurrent_rule_engine_server_processes": 4,
"maximum_size_for_single_buffer_in_megabytes": 32,
"maximum_temporary_password_lifetime_in_seconds": 1000,
"rule_engine_server_execution_time_in_seconds": 120,
"rule_engine_server_sleep_time_in_seconds": 30,
"transfer_buffer_size_for_parallel_transfer_in_megabytes": 4,
"transfer_chunk_size_for_parallel_transfer_in_megabytes": 40
},
"catalog_provider_hosts": [
"icat.example.org"
],
"catalog_service_role": "provider",
"client_api_whitelist_policy": "enforce",
"default_dir_mode": "0750",
"default_file_mode": "0600",
"default_hash_scheme": "SHA256",
"default_resource_name": "demoResc",
"environment_variables": {},
"federation": [],
"match_hash_policy": "compatible",
"negotiation_key": "32_byte_server_negotiation_key__",
"plugin_configuration": {
"authentication": {},
"database": {
"postgres": {
"db_host": "localhost",
"db_name": "ICAT",
"db_odbc_driver": "PostgreSQL ANSI",
"db_password": "testpassword",
"db_port": 5432,
"db_username": "irods"
}
},
"network": {},
"resource": {},
"rule_engines": [
{
"instance_name": "irods_rule_engine_plugin-irods_rule_language-instance",
"plugin_name": "irods_rule_engine_plugin-irods_rule_language",
"plugin_specific_configuration": {
"re_data_variable_mapping_set": [
"core","jargon_extras"
],
"re_function_name_mapping_set": [
"core"
],
"re_rulebase_set": [
"core"
],
"regexes_for_supported_peps": [
"ac[^ ]*",
"msi[^ ]*",
"[^ ]*pep_[^ ]*_(pre|post|except|finally)"
]
},
"shared_memory_instance": "irods_rule_language_rule_engine"
},
{
"instance_name": "irods_rule_engine_plugin-cpp_default_policy-instance",
"plugin_name": "irods_rule_engine_plugin-cpp_default_policy",
"plugin_specific_configuration": {}
}
]
},
"rule_engine_namespaces": [
""
],
"schema_name": "server_config",
"schema_validation_base_uri": "file:///var/lib/irods/configuration_schemas",
"schema_version": "v3",
"server_control_plane_encryption_algorithm": "AES-256-CBC",
"server_control_plane_encryption_num_hash_rounds": 16,
"server_control_plane_key": "32_byte_server_control_plane_key",
"server_control_plane_port": 1248,
"server_control_plane_timeout_milliseconds": 10000,
"server_port_range_end": 20199,
"server_port_range_start": 20000,
"xmsg_port": 1279,
"zone_auth_scheme": "native",
"zone_key": "TEMPORARY_ZONE_KEY",
"zone_name": "tempZone",
"zone_port": 1247,
"zone_user": "rods"
}
6 changes: 6 additions & 0 deletions docker-test-framework/4-2/start_provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ echo Postgres took approximately $counter seconds to fully start ...

# Set up iRODS.
python /var/lib/irods/scripts/setup_irods.py < /var/lib/irods/packaging/localhost_setup_postgres.input
cp /server_config.json /etc/irods/server_config.json
cp /jargon_extras.re /etc/irods/jargon_extras.re

echo Running Test Setup Script
su irods -c '/testsetup-consortium.sh'
echo Completed Test Setup Script

echo Now restart for new server_config.json
su irods -c 'python /var/lib/irods/scripts/irods_control.py restart'
echo Completed iRODS restart

# Keep container running if the test fails.
tail -f /dev/null
# Is this better? sleep 2147483647d
Expand Down
20 changes: 6 additions & 14 deletions jargon-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
test3.irods.password=${jargon.test.irods.password3}
test3.irods.resource=${jargon.test.irods.resource3}
test.irods.host=${jargon.test.irods.host}
test.resource.host=${jargon.test.resource.host}
# test.resource.host=${jargon.test.resource.host}
test.irods.port=${jargon.test.irods.port}
test.irods.zone=${jargon.test.irods.zone}
jargon.test.kerberos.user=${jargon.test.kerberos.user}
#jargon.test.kerberos.user=${jargon.test.kerberos.user}
jargon.test.user.group=${jargon.test.user.group}
test.resource.group=${jargon.test.resource.group}
test.irods.userDN=${jargon.test.irods.userDN}
Expand All @@ -123,19 +123,17 @@
test.option.exercise.audit=${jargon.test.option.exercise.audit}
test.option.exercise.workflow=${jargon.test.option.exercise.workflow}
test.option.exercise.filesystem.mount=${jargon.test.option.exercise.filesystem.mount}
test.option.exercise.filesystem.mount.local=${jargon.test.option.exercise.filesystem.mount.local}
# test.option.exercise.filesystem.mount.local=${jargon.test.option.exercise.filesystem.mount.local}
test.option.distributed.resources=${test.option.distributed.resources}
test.option.registration=${test.option.registration}
test.option.strictACL=${test.option.strictACL}
test.option.federated.zone=${test.option.federated.zone}
test.option.kerberos=${test.option.kerberos}
#test.option.kerberos=${test.option.kerberos}
test.option.pam=${test.option.pam}
test.option.ssl.configured=${test.option.ssl.configured}
jargon.test.pam.user=${jargon.test.pam.user}
jargon.test.pam.password=${jargon.test.pam.password}
test.option.krb=${test.option.krb}
jargon.test.krb.user=${jargon.test.krb.user}
jargon.test.krb.password=${jargon.test.krb.password}

test.federated.irods.admin=${jargon.test.federated.irods.admin}
test.federated.irods.admin.password=${jargon.test.federated.irods.admin.password}
test.federated.irods.user=${jargon.test.federated.irods.user}
Expand All @@ -144,13 +142,7 @@
test.federated.irods.host=${jargon.test.federated.irods.host}
test.federated.irods.port=${jargon.test.federated.irods.port}
test.federated.irods.zone=${jargon.test.federated.irods.zone}
test.option.gsi=${test.option.gsi}
test.option.gsi.host=${test.option.gsi.host}
test.option.gsi.port=${test.option.gsi.port}
test.option.gsi.zone=${test.option.gsi.zone}
test.option.gsi.dn=${test.option.gsi.dn}
test.option.gsi.user=${test.option.gsi.user}
test.option.gsi.file=${test.option.gsi.file}

test.option.mount.basedir=${test.option.mount.basedir}
test.option.python=${test.option.python}
</echo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void testExecuteRule() throws Exception {

}

@Test // FIXME: enable test after bug in JSON parsing in rule engine is fixed
@Ignore // FIXME: enable test after bug in JSON parsing in rule engine is fixed
public void testExecuteJSONRule() throws Exception {
IRODSAccount irodsAccount = testingPropertiesHelper.buildIRODSAccountFromTestProperties(testingProperties);
IRODSAccessObjectFactory accessObjectFactory = irodsFileSystem.getIRODSAccessObjectFactory();
Expand Down Expand Up @@ -369,7 +369,7 @@ public void testExecuteRuleFromResourceWithExternalAnnotation() throws Exception

}

@Test
@Ignore // FIXME: test against diff server was missing some msis
public void testExecuteRuleFromResourceWithOverridesSpecifyIrods() throws Exception {

IRODSAccount irodsAccount = testingPropertiesHelper.buildIRODSAccountFromTestProperties(testingProperties);
Expand Down Expand Up @@ -1499,7 +1499,7 @@ public void testPurgeAllDelayedRuleExecutions() throws Exception {
*
* @throws Exception
*/
@Test
@Ignore // FIXME: missing msi?
public void testExecuteRuleWithComplexInputArgBug914() throws Exception {

IRODSAccount irodsAccount = testingPropertiesHelper.buildIRODSAccountFromTestProperties(testingProperties);
Expand Down

0 comments on commit 47d92d0

Please sign in to comment.