Releases: opensciencegrid/osg-test
Releases · opensciencegrid/osg-test
v1.11.1
v1.11.0
v1.10.1
- Maintain order of package list specified by param files
- Limit condor_{ce_,}run tests to 10 minutes
- Use the default CVMFS cache location to avoid SELinux failures (SOFTWARE-2569)
v1.10.0
- Add HTCondor-CE + Slurm tests (SOFTWARE-2541)
- Configure Tomcat to log to
catalina.log
(SOFTWARE-2547) - Add
core.get_stat()
function for use withcore.monitor_file()
- Fix GridFTP server startup
- Package
osg-test-log-viewer
v1.9.1
- Add
check_start
andcheck_stop
functions to verify that services have started and stopped, respectively. - Add convenience functions for retrieving condor configuration values
- Add HTCondor-CE View tests (SOFTWARE-2479)
- Increase service timeout checks to 10s from 5s
v1.9.0
- Add systemd support to
services
library and move all setup/teardown tests to use them (except GridFTP) - Ensure that PBS jobs cannot match to the Condor backend when simultaneously running
- Verify that the PBS blahp cache is populated
- Restart the CE if it's already running to acccommodate bad packaging in htcondor-ce-2.0.8-2
v1.8.4
- Improve tomcat7 startup time in VMU tests (SOFTWARE-2383)
- Use hostname for MyProxy tests
- Add
nightly
option - Add functions to wait for file generation and condor daemon readiness
- Conditionalize
gridftp-transfer-probe
script name (SOFTWARE-2398)
v1.8.3
v1.8.2
- Add MySQL functions (
execute
,check_execute
,db_dump
) - Add function to compare RPM versions
- Add DummyClass that allows using osg-test modules in the Python interpreter
- Allow comments and blank lines in test_sequence
- get_package_envra: translate missing epochs to '0'
- Set tomcat startup timeout to 20 minutes