Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
16 0 0 6 62.5% 4.184 s

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
com.reallifedeveloper.common.infrastructure.messaging 6 0 0 6 0% 0.003 s
com.reallifedeveloper.common.infrastructure.persistence 10 0 0 0 100% 4.181 s

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

com.reallifedeveloper.common.infrastructure.messaging

- Class Tests Errors Failures Skipped Success Rate Time
KafkaNotificationPublisherIT 2 0 0 2 0% 0.002 s
RabbitMQNotificationPublisherIT 4 0 0 4 0% 0.001 s

com.reallifedeveloper.common.infrastructure.persistence

- Class Tests Errors Failures Skipped Success Rate Time
JpaPublishedMessageTrackerRepositoryIT 3 0 0 0 100% 3.951 s
JpaStoredEventRepositoryIT 7 0 0 0 100% 0.230 s

Test Cases

[Summary] [Package List] [Test Cases]

KafkaNotificationPublisherIT

publish 0 s
- class com.reallifedeveloper.common.infrastructure.messaging.KafkaNotificationPublisherIT is @Disabled -
publishWithNullEventType 0 s
- class com.reallifedeveloper.common.infrastructure.messaging.KafkaNotificationPublisherIT is @Disabled -

RabbitMQNotificationPublisherIT

multipleNotificationsMultipleListeners 0 s
- Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host '/' -
constructorHostPortWrongPort 0 s
- Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host '/' -
singleNotificationSingleListener 0 s
- Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host '/' -
constructorSingleArgumentWrongHost 0 s
- Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host '/' -

JpaPublishedMessageTrackerRepositoryIT

findByPublicationChannel 0.188 s
save 0.042 s
findByPublicationChannelNonExistingChannel 0.025 s

JpaStoredEventRepositoryIT

lastStoredEventId 0.035 s
allEventsBetweenWithNoEvents 0.029 s
saveEvent 0.048 s
allEventsSince 0.025 s
lastStoredEventIdNoEvents 0.044 s
allEventsSinceWithNoEvents 0.017 s
allEventsBetween 0.021 s

Failure Details

[Summary] [Package List] [Test Cases]


publish
- skipped: class com.reallifedeveloper.common.infrastructure.messaging.KafkaNotificationPublisherIT is @Disabled
publishWithNullEventType
- skipped: class com.reallifedeveloper.common.infrastructure.messaging.KafkaNotificationPublisherIT is @Disabled
multipleNotificationsMultipleListeners
- skipped: Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host '/'
constructorHostPortWrongPort
- skipped: Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host '/'
singleNotificationSingleListener
- skipped: Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host '/'
constructorSingleArgumentWrongHost
- skipped: Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host '/'