Skip to content

Commit 052fcf7

Browse files
committed
chore(ci): Swap traditional file generator for logrotate_fs for file_to_blackhole test
The current config fails since limits started being applied to the lading container. We think this is a good time to update to the preferred generator anyway. Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 0df7c48 commit 052fcf7

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

regression/cases/file_to_blackhole/lading/lading.yaml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
generator:
22
- file_gen:
3-
traditional:
4-
seed: [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53,
5-
59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131]
6-
path_template: "/tmp/file-gen-%NNN%.log"
7-
duplicates: 4
8-
variant: "ascii"
9-
bytes_per_second: "100Mb"
10-
maximum_bytes_per_file: "100Mb"
11-
maximum_prebuild_cache_size_bytes: "400Mb"
3+
logrotate_fs:
4+
seed: [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53,
5+
59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131]
6+
load_profile:
7+
constant: 100MiB
8+
concurrent_logs: 4
9+
maximum_bytes_per_log: 100MiB
10+
total_rotations: 5
11+
max_depth: 0
12+
variant: "ascii"
13+
maximum_prebuild_cache_size_bytes: 250MiB
14+
mount_point: /smp-shared
1215

1316
blackhole:
1417
- tcp:

regression/cases/file_to_blackhole/vector/vector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources:
1111
file:
1212
type: "file"
1313
include:
14-
- "/tmp/file-gen-*.log"
14+
- "/smp-shared/*.log"
1515

1616
##
1717
## Sinks

0 commit comments

Comments
 (0)