Skip to content

Commit

Permalink
fix(tine)
Browse files Browse the repository at this point in the history
 closes #6910
  • Loading branch information
jhheider committed Aug 6, 2024
1 parent 8458dd9 commit 4bc0505
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion projects/github.com/OutOfBedlam/tine/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,19 @@ test:
includes = ["#_ts", "#_in", "*"]
[[outlets.file]]
path = "-"
if: <0.0.3
- run: cp $FIXTURE config.toml
fixture:
extname: toml
content: |
[[inlets.cpu]]
interval = "3s"
[[flows.select]]
includes = ["#*", "*"] # all tags and all fields
[[outlets.file]]
path = "-"
if: '>=0.0.3'
- tine run --pid tine.pid config.toml > out &
- sleep 6
- grep ,cpu, out
- grep cpu, out
- kill $(cat tine.pid)

0 comments on commit 4bc0505

Please sign in to comment.