Skip to content

Commit

Permalink
fix: fix help test for influx_inspect (#21052) (#21053)
Browse files Browse the repository at this point in the history
Closes #21007

(cherry picked from commit db38959)
  • Loading branch information
lesam authored Mar 23, 2021
1 parent fd3d32c commit ad06a9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ v1.8.5 [unreleased]

### Bugfixes

- [#21053](https://github.com/influxdata/influxdb/pull/21053): fix: help text for influx_inspect
- [#20101](https://github.com/influxdata/influxdb/pull/20101): fix(write): Successful writes increment write error statistics incorrectly.
- [#20276](https://github.com/influxdata/influxdb/pull/20276): fix(error): unsupported value: +Inf" error not handled gracefully.
- [#20277](https://github.com/influxdata/influxdb/pull/20277): fix(query): Group By queries with offset that crosses a DST boundary can fail.
Expand Down
3 changes: 2 additions & 1 deletion cmd/influx_inspect/help/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ The commands are:
export exports raw data from a shard to line protocol
buildtsi generates tsi1 indexes from tsm1 data
help display this help message
report displays a shard level report
report displays a shard level cardinality report
report-disk displays a shard level disk usage report
verify verifies integrity of TSM files
verify-seriesfile verifies integrity of the Series file
Expand Down

0 comments on commit ad06a9c

Please sign in to comment.