mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 23:17:19 +08:00
Improve reliability test for fluentd forward-aggregator test (#19176)
Signed-off-by: Beltran Rueda Borrego <beltranrueda@vmware.com>
This commit is contained in:
@@ -23,7 +23,7 @@ command:
|
||||
# we check that the Aggregator is aware of the newly created file.
|
||||
{{ with (printf "test-%s.log" (randAlpha 5)) }}
|
||||
forward-aggregator-integration:
|
||||
exec: "cd /var/log/containers && echo '{\"time\": \"2022-07-29T11:33:47.408955753Z\", \"data\": \"zwiebel\"}' > {{.}} && sleep 65 && find . -name \"*fluentd-0*\" -exec tail {} \\;"
|
||||
exec: "cd /var/log/containers && echo '{\"time\": \"2022-07-29T11:33:47.408955753Z\", \"data\": \"zwiebel\"}' > {{.}} && sleep 90 && find . -name \"*fluentd-0*\" -exec tail -n 500 {} \\;"
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- {{.}}
|
||||
|
||||
Reference in New Issue
Block a user