flipp-oss / deimos

Framework to work with Kafka, Avro and ActiveRecord
Other
59 stars 22 forks source link

GUILD-569: Ensuring lingering sent messages are cleared before tests setup #109

Closed eduardopoleoflipp closed 3 years ago

eduardopoleoflipp commented 3 years ago

Pull Request Template

Description

This ensures that we do not accidentally delete messages that have been set up for the currently running test.

Fixes #89

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Checklist:

dorner commented 3 years ago

Thanks!