Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed ArtifactUtilsSpec TCs #38

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Fixed ArtifactUtilsSpec TCs #38

merged 1 commit into from
Dec 14, 2023

Conversation

aman-agrawal
Copy link
Collaborator

Summary

Project Jira : Ref
Project Doc : NA

Issue : ArtifactUtilsSpec - all TCs were failing
org.spockframework.runtime.InvalidSpecException: Stub 'executionRepository' matches the following required interaction: 0 * _ (0 invocations) Remove the cardinality (e.g. '1 *'), or turn the stub into a mock.

Solution :

  1. Change stub into mock
  2. change size to size()

How changes are verified

ArtifactUtilsSpec - all TCs are passing now

Documentation Updates

Do we need to update dashboards? No
Do we need to update SOP, new hire wiki or other documents? No

Rollback, Deployment Details

Can this change be rolled back automatically without any issue? Yes
Is this a backwards-compatible change in your opinion ? Yes
Did these changes affect any other service or TCs ? No
Pre deployment steps : NA
Post deployment steps : NA

@aman-agrawal aman-agrawal merged commit 0704344 into OpsMx:OES-1.30.1 Dec 14, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants