-
Notifications
You must be signed in to change notification settings - Fork 2
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
AB2D-6315 address AB2D unit test and integration test issues #1403
Conversation
<version>0.0.1-SNAPSHOT</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wanted to check if this is needed, or if this is something leftover from when you were testing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe, I need this
coverage/src/test/java/gov/cms/ab2d/coverage/service/CoverageServiceImplTest.java
Outdated
Show resolved
Hide resolved
coverage/src/test/java/gov/cms/ab2d/coverage/service/CoverageServiceImplTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor concerns with indentation that may cause the linter to complain, but otherwise everything looks good to me!
🎫 Ticket
https://jira.cms.gov/browse/AB2D-6315
🛠 Changes
Mocked PropertyService in unit and integration tests
ℹ️ Context
In migrating the AB2D unit and integration tests from Jenkins to GitHub Actions we are still seeing flakiness with the "Cannot access properties service, using default database value" and "Cannot find the property maintenance.mode" errors.
🧪 Validation
Failed main branch https://github.com/CMSgov/ab2d/actions/runs/11355072772/job/31583682078#step:8:23490
This branch: https://github.com/CMSgov/ab2d/actions/runs/11448554170/job/31852335578