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

Feat/63 implement health endpoint #79

Merged
merged 9 commits into from
Mar 19, 2024
Merged

Feat/63 implement health endpoint #79

merged 9 commits into from
Mar 19, 2024

Conversation

Awambeng
Copy link
Collaborator

@Awambeng Awambeng commented Mar 7, 2024

added the unit test for the health endpoint

@Awambeng
Copy link
Collaborator Author

Awambeng commented Mar 7, 2024

@stephane-segning please review the last point under ticket Implement health Endpoint for Health Check in PowerPay Server #63 implemented by @chendiblessing

Copy link
Contributor

@stephane-segning stephane-segning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work @chendiblessing!

@chendiblessing
Copy link
Collaborator

@stephane-segning i have made the changes you requested

@Awambeng
Copy link
Collaborator Author

Awambeng commented Mar 9, 2024

Prof @stephane-segning changes done

@@ -27,10 +27,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<!-- <dependency>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this change?

@SpringBootTest
@AutoConfigureMockMvc
@ContextConfiguration(classes = { PowerPayBackendApplication.class })
public class PowerPayBackendHealthTest {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is testing the best case. You should also test the case the server is not sending 200 ok

@Awambeng
Copy link
Collaborator Author

hello prof @stephane-segning i did the last changes you demanded please you can now review

@Awambeng
Copy link
Collaborator Author

@stephane-segning everything well done

Copy link
Contributor

@stephane-segning stephane-segning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work Dr @Awambeng !

@stephane-segning stephane-segning merged commit f67af3c into ADORSYS-GIS:main Mar 19, 2024
1 check passed
@Awambeng
Copy link
Collaborator Author

Thanks

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.

4 participants