Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
16 0 0 6 62.5% 4.419 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.011 s
com.reallifedeveloper.common.infrastructure.persistence 10 0 0 0 100% 4.408 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 s
RabbitMQNotificationPublisherIT 4 0 0 4 0% 0.011 s

com.reallifedeveloper.common.infrastructure.persistence

- Class Tests Errors Failures Skipped Success Rate Time
JpaStoredEventRepositoryIT 7 0 0 0 100% 4.257 s
JpaPublishedMessageTrackerRepositoryIT 3 0 0 0 100% 0.151 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 -

JpaStoredEventRepositoryIT

lastStoredEventId 0.200 s
allEventsBetweenWithNoEvents 0.061 s
saveEvent 0.085 s
allEventsSince 0.041 s
lastStoredEventIdNoEvents 0.054 s
allEventsSinceWithNoEvents 0.032 s
allEventsBetween 0.043 s

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.066 s
save 0.044 s
findByPublicationChannelNonExistingChannel 0.031 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 '/'