-
Notifications
You must be signed in to change notification settings - Fork 900
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add integration tests for vmdb/loggers.rb
Adds specs for each of the global loggers around the multicast logger based loggers. Written in a way where we should be able to swap out what we are using under the hood for Multicast logger, and the tests should be a litmus test if we are doing everything correct. Borrowed a decent number of tests from lib/vmdb/loggers/multicast_logger_spec.rb since that has the potential to go away, but we want to test the functionality from that spec file on all of the existing loggers. Hopefully most of the specs here are idempotent, but we will see.
- Loading branch information
1 parent
26ed45e
commit 26d625a
Showing
1 changed file
with
125 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters