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
When calling BatchJobUtils#purgeOwnedRepositoryData(String tagName), if the datasource is not available or the batch schema not created, both will throw NullPointerException
Expected Results:
If the available datasource not available, a meaningful exception should be thrown rather than NullPointerException.
If the batch schema not created, then this method should return silently because there is no data to purge.
The text was updated successfully, but these errors were encountered:
From: [email protected]
When calling BatchJobUtils#purgeOwnedRepositoryData(String tagName), if the datasource is not available or the batch schema not created, both will throw NullPointerException
Expected Results:
If the available datasource not available, a meaningful exception should be thrown rather than NullPointerException.
If the batch schema not created, then this method should return silently because there is no data to purge.
The text was updated successfully, but these errors were encountered: