You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no testing around periodic jobs (i.e. jobs which use the -i option of irods_sync start). Add some. Basic tests cases would include...
Schedule sync, add something (and/or remove something!), wait for it to sync again
Jobs which take longer to complete than the specified interval to ensure that the same sync job is not getting scheduled simultaneously
I know in the relatively recent past we have started shying away from this feature, but it still exists, so it needs tests. If we don't want it to exist, we should deprecate and remove it.
The text was updated successfully, but these errors were encountered:
There is currently no testing around periodic jobs (i.e. jobs which use the
-i
option ofirods_sync start
). Add some. Basic tests cases would include...I know in the relatively recent past we have started shying away from this feature, but it still exists, so it needs tests. If we don't want it to exist, we should deprecate and remove it.
The text was updated successfully, but these errors were encountered: