Skip to content

Latest commit

 

History

History

file_rotate_create_correctness

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

File Rotate Create Correctness Test

This test verifies that a file is correctly followed when rotated in the manner of logrotate's create directive. The subject should continue to read data sent to the rotated file and recognize the new file in it's place. Failure to do so results in data loss as well as duplicate data.

Design

  1. Each subject is configured to tail a test log file and send it to a downstream service.
  2. The subject is started.
  3. The test log file is renamed in a way that it matches the configured patterns.
  4. A new empty file is created in it's place.
  5. A unique new line is written to both files.
  6. Assert that the downstream service received both new unique lines and did not receive duplicate data.

Results

Subject Result
Filebeat
FluentBit
FluentD
Logstash
Splunk HF
Splunk UF
Vector

Try it

You can run this test via:

test -t file_rotate_create_correctness

Resources