Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
make ci-check
Browse files Browse the repository at this point in the history
  • Loading branch information
rockb1017 committed Jun 5, 2021
1 parent beeab00 commit 2d49e7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion operator/builtin/input/file/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ OUTER:
}

for j := i + 1; j < len(fps); j++ {

fp2 := fps[j]
if fp.StartsWith(fp2) || fp2.StartsWith(fp) {
// Exclude
Expand Down
1 change: 0 additions & 1 deletion operator/builtin/input/file/file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ func TestFileBatching(t *testing.T) {
// poll once so we can validate that files were batched
operator.poll(context.Background())
actualMessages = append(actualMessages, waitForN(t, logReceived, expectedLinesPerBatch)...)
//expectNoMessagesUntil(t, logReceived, 10*time.Millisecond)
}

require.ElementsMatch(t, expectedMessages, actualMessages)
Expand Down

0 comments on commit 2d49e7c

Please sign in to comment.