Skip to content

Commit 728263f

Browse files
authored
daemon-check-output(influxd-3.5): Fix test by removing plugins for th… (#77396)
…e next test test change ref: #77372 --------- Signed-off-by: Debasish Biswas <[email protected]>
1 parent 6bd1e0a commit 728263f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

influxd-3.5.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: influxd-3.5
33
version: "3.5.0"
4-
epoch: 1
4+
epoch: 2
55
description: Scalable datastore for metrics, events, and real-time analytics
66
copyright:
77
- license: MIT
@@ -128,6 +128,8 @@ test:
128128
--node-id testnode \
129129
--plugin-dir /plugins
130130
timeout: 30
131+
post: |
132+
rm -rf /plugins
131133
expected_output: |
132134
InfluxDB 3 Core server starting
133135
Creating shared query executor

0 commit comments

Comments
 (0)