Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
TestFileTailer has a test case to verify if there is more data coming into the pipeline, the adaptor would not go into sleep mode for 2 seconds. However the current test case duration is measuring 300 milliseconds. File tailer sampling rate is at 2 seconds. If data are coming in two batches, both batches should be send within 2 seconds instead of 300 milliseconds measurement. This test case fails on Jenkins a lot, hence it is good to adjust to 2 seconds sampling rate for measurement.