marta-jankovics commented on code in PR #3471:
URL: https://github.com/apache/fineract/pull/3471#discussion_r1336858640
##########
fineract-provider/src/test/java/org/apache/fineract/commands/service/CommandServiceStepDefinitions.java:
##########
@@ -78,13 +74,13 @@ public CommandServiceStepDefinitions() {
});
Then("/^The command processing service should fallback as expected$/",
() -> {
- assertNotNull(retryEvent);
- assertEquals("executeCommand", retryEvent.getName());
- assertEquals(2, retryEvent.getNumberOfRetryAttempts());
Review Comment:
Yes, this test was not working before and with the caught exception it can
not work this way. It needs a complete refactor if we would like to keep it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]