Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion influxd-3.5.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: influxd-3.5
version: "3.5.0"
epoch: 1
epoch: 2
description: Scalable datastore for metrics, events, and real-time analytics
copyright:
- license: MIT
Expand Down Expand Up @@ -128,6 +128,8 @@ test:
--node-id testnode \
--plugin-dir /plugins
timeout: 30
post: |
rm -rf /plugins
expected_output: |
InfluxDB 3 Core server starting
Creating shared query executor
Expand Down
Loading